summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-10
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2005-09-13 18:50:39 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2005-09-13 18:50:39 +0000
commit4957e325c0d27e4a093fa70d3d2382a1b4558cbc (patch)
tree2e876ea669f1371ad5739acfddbc382b35930265 /ChangeLog.pre-2-10
parentd30ba09733508237617436718fbc9a0e43c50c9d (diff)
downloadgtk+-4957e325c0d27e4a093fa70d3d2382a1b4558cbc.tar.gz
Let GDK_Return pass through in some more cases.
2005-09-13 Matthias Clasen <mclasen@redhat.com> * gtk/gtkimcontextsimple.c (gtk_im_context_simple_filter_keypress): Let GDK_Return pass through in some more cases. * gtk/gtkentry.c (gtk_entry_key_press): Reset the im context before activating the entry.
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 d01059fe17..4062131372 100644
--- a/ChangeLog.pre-2-10
+++ b/ChangeLog.pre-2-10
@@ -1,5 +1,11 @@
2005-09-13 Matthias Clasen <mclasen@redhat.com>
+ * gtk/gtkimcontextsimple.c (gtk_im_context_simple_filter_keypress):
+ Let GDK_Return pass through in some more cases.
+
+ * gtk/gtkentry.c (gtk_entry_key_press): Reset the im context before
+ activating the entry.
+
* gtk/gtkiconview.c (gtk_icon_view_class_init):
(gtk_icon_view_get_dest_item_at_pos): Fix typos in the
docs. (#316008, #316027, #316121, Guillaume Cottenceau)