summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Lillqvist <tml@src.gnome.org>2008-10-06 21:33:25 +0000
committerTor Lillqvist <tml@src.gnome.org>2008-10-06 21:33:25 +0000
commit0a32c2f1e143b9e934e85d9fc6c5106d0846a28f (patch)
tree42d3782fb1ac5aaa9a077f099e7224bd8f2991e6
parent5f9b49bebe957564ba7bb2d7cb7da684423cc842 (diff)
downloadgdk-pixbuf-0a32c2f1e143b9e934e85d9fc6c5106d0846a28f.tar.gz
Clarification.
svn path=/branches/gtk-2-14/; revision=21594
-rw-r--r--ChangeLog10
1 files changed, 5 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index 09aeb36ec..d0b96e667 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -10,11 +10,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.