summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSimos Xenitellis <simos@src.gnome.org>2008-10-08 23:09:57 +0000
committerSimos Xenitellis <simos@src.gnome.org>2008-10-08 23:09:57 +0000
commitd5a1933dc0b9910c2c37332fc3071701b86fe01b (patch)
tree6b5ce4d52ddb425b6cdf7fdfc4430d532efc6e2d /ChangeLog
parenta81b85df5bfa4886138406ab91b8fcfbb43a595a (diff)
downloadgdk-pixbuf-d5a1933dc0b9910c2c37332fc3071701b86fe01b.tar.gz
Fixed Bug 554192 – deadkey-only compose sequences now working
svn path=/branches/gtk-2-14/; revision=21614
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e17536807..918479bb9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2008-10-09 Simos Xenitellis <simos@gnome.org>
+
+ Bug 554192 – double press on the "circumflex" dead key
+ (standard french 105 keyboard) no longer produces the "^" character
+
+ * gtk/gtkimcontextsimple.c (gtk_im_context_simple_filter_keypress):
+ Changed the order, put check_compact_table() first, then
+ check_algorithmically().
+
2008-10-08 Christian Persch <chpe@gnome.org>
Bug 554702 – gtkfilesystem leaks GError