summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Lillqvist <tml@src.gnome.org>2008-10-06 21:33:36 +0000
committerTor Lillqvist <tml@src.gnome.org>2008-10-06 21:33:36 +0000
commit8a227df95fd80491e659b5054c4d7faf53d432ac (patch)
treef05b611b3339c7e3315c7b598f7732572d158dfa
parent36c545b0a1ec3bb30f151bdfcece06a914cd5fce (diff)
downloadgtk+-8a227df95fd80491e659b5054c4d7faf53d432ac.tar.gz
Clarification.
svn path=/trunk/; revision=21595
-rw-r--r--ChangeLog10
1 files changed, 5 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index dcd10fd9d6..7d7a001362 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -15,11 +15,11 @@
Bug 132501 - Make utility window translate to tool window in win32
Implement the utility window type hint. Such windows are kept on
- top of other windows. Makes GIMP's toolbox and dock windows behave
- more like in GNOME under metacity. Apply the same logic also to
- windows marked with the dialog window type hint, and windows that
- are transient for some other window. I'll call such windows
- "transient-type" below.
+ top of other windows of the same process. Makes GIMP's toolbox and
+ dock windows behave more like in GNOME under metacity. Apply the
+ same logic also to windows marked with the dialog window type
+ hint, and windows that are transient for some other window. I'll
+ call such windows "transient-type" below.
* gdk/win32/gdkevents-win32.c (doesnt_want_key): Drop unused
variables.