summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-10
diff options
context:
space:
mode:
authorMichael Natterer <mitch@imendio.com>2006-03-22 14:06:40 +0000
committerMichael Natterer <mitch@src.gnome.org>2006-03-22 14:06:40 +0000
commiteb313fc8e45eb6f7c78abf318b8d4f60de6a1ae0 (patch)
tree2a35d9dd1d2a8142c39d3e10f7d5e2c342a5111c /ChangeLog.pre-2-10
parentca658057e5bc60af2dc7b8ce026095d319398281 (diff)
downloadgdk-pixbuf-eb313fc8e45eb6f7c78abf318b8d4f60de6a1ae0.tar.gz
applied modified patch from maemo-gtk which allows the most recently
2006-03-22 Michael Natterer <mitch@imendio.com> * gtk/gtkentry.c: applied modified patch from maemo-gtk which allows the most recently entered character in a hidden entry to be shown for a configurable period of time. Fixes bug #334560.
Diffstat (limited to 'ChangeLog.pre-2-10')
-rw-r--r--ChangeLog.pre-2-106
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10
index a78ce4734..3dd36b713 100644
--- a/ChangeLog.pre-2-10
+++ b/ChangeLog.pre-2-10
@@ -1,5 +1,11 @@
2006-03-22 Michael Natterer <mitch@imendio.com>
+ * gtk/gtkentry.c: applied modified patch from maemo-gtk which
+ allows the most recently entered character in a hidden entry to be
+ shown for a configurable period of time. Fixes bug #334560.
+
+2006-03-22 Michael Natterer <mitch@imendio.com>
+
* gtk/gtktextbuffer.h (enum GtkTextBufferTargetInfo): count down
from G_MAXUINT to avoid clashes with application-added DND
targets.