From 23caa73f9b3319887d390239b17d6952ae67baaf Mon Sep 17 00:00:00 2001 From: Simos Xenitellis Date: Fri, 10 Oct 2008 08:29:12 +0000 Subject: [PATCH] Fixed Bug 555000, check_algorithmically() applies to deadkey keysyms only. svn path=/trunk/; revision=21627 --- ChangeLog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index fc0dbcad66..5ab8d02190 100644 --- a/ChangeLog +++ b/ChangeLog @@ -4,7 +4,7 @@ GtkIMContextSimple * gtk/gtkimcontextsimple.c: Change IS_DEAD_KEY() macro so that - it on checksf input is a deadkey keysym. + it only checks if input is a deadkey keysym. 2008-10-09 Christian Dywan