diff options
author | Matthias Clasen <mclasen@redhat.com> | 2007-07-19 15:44:23 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2007-07-19 15:44:23 +0000 |
commit | 6a45d5b825b17996265263714a137352aa0ba246 (patch) | |
tree | 42ca911bc8ed3ffbf528f15f266a6e86a146682c /ChangeLog | |
parent | e1926de86a5a16dd63849b7f70658bd6af174cf3 (diff) | |
download | gtk+-6a45d5b825b17996265263714a137352aa0ba246.tar.gz |
Handle keypresses better when there is no completion. (#458298, Christian
2007-07-19 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkentry.c (gtk_entry_completion_key_press): Handle
keypresses better when there is no completion. (#458298,
Christian Persch, patch by Xan Lopez)
* gtk/gtkentrycompletion.c
(gtk_entry_completion_insert_completion_text): Small cleanup.
svn path=/trunk/; revision=18505
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,5 +1,14 @@ 2007-07-19 Matthias Clasen <mclasen@redhat.com> + * gtk/gtkentry.c (gtk_entry_completion_key_press): Handle + keypresses better when there is no completion. (#458298, + Christian Persch, patch by Xan Lopez) + + * gtk/gtkentrycompletion.c + (gtk_entry_completion_insert_completion_text): Small cleanup. + +2007-07-19 Matthias Clasen <mclasen@redhat.com> + * gtk/gtksettings.c (apply_queued_setting): Merge color scheme before sending notification. |