summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorMatthias Clasen <matthiasc@src.gnome.org>2009-03-11 23:27:07 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2009-03-11 23:27:07 +0000
commit20708e38276b13c410b49e7ce6b2df16e8485101 (patch)
treec54eb6f98219a5c8066ad8964ac536da715efd87 /ChangeLog
parent66117983c06ef648d64a3588649d4f4afc736022 (diff)
downloadgtk+-20708e38276b13c410b49e7ce6b2df16e8485101.tar.gz
Fix problems with window positioning
svn path=/trunk/; revision=22524
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c45f5ef09f..c983ad9c75 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2009-03-11 Matthias Clasen <mclasen@redhat.com>
+
+ Bug 572455 – GtkEntry window layed out wrong if the widget has focus
+
+ * gtk/gtkentry.c: Fix problems with window positioning. Reported
+ by Benjamin Berg.
+
2009-03-11 Tor Lillqvist <tml@iki.fi>
Bug 573067 - Intra-app dnd of text behavior on Windows is wrong