From 8a227df95fd80491e659b5054c4d7faf53d432ac Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Mon, 6 Oct 2008 21:33:36 +0000 Subject: [PATCH] Clarification. svn path=/trunk/; revision=21595 --- ChangeLog | 10 +++++----- 1 file 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.