From 1d510a9e84e829f838d4c900626c3c575d637c11 Mon Sep 17 00:00:00 2001 From: Simos Xenitellis Date: Thu, 10 Jul 2008 23:20:30 +0000 Subject: [PATCH] Fixed typo in comment (the name of Markus Kuhn) svn path=/trunk/; revision=20817 --- ChangeLog | 7 +++++++ gtk/compose-parse.py | 4 ++-- gtk/gtkimcontextsimple.c | 4 ++-- 3 files changed, 11 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 5150ce74f..6d16cd96a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,12 @@ 2008-07-11 Simos Xenitellis + * gtk/compose-parse.py: + * gtk/gtkimcontextsimple.c: + Fixed typo for the name of Markus Kuhn, issue mentioned + in bug #321896 (comment 61). + +2008-07-11 Simos Xenitellis + Bug 334418 – Support easy input of ellipsis * gtk/gtkimcontextsimpleseqs.h: Fixed 18 compose sequences diff --git a/gtk/compose-parse.py b/gtk/compose-parse.py index af86939cd..0a0119ea8 100755 --- a/gtk/compose-parse.py +++ b/gtk/compose-parse.py @@ -334,9 +334,9 @@ def process_keysymstxt(): """ This is preferential treatment for Greek """ # keysymdb['combining_tilde'] = 0x342 - """ This is for a missing keysym from Marcus Khun's db """ + """ This is for a missing keysym from Markus Kuhn's db """ keysymdb['dead_stroke'] = 0x338 - """ This is for a missing keysym from Marcus Khun's db """ + """ This is for a missing keysym from Markus Kuhn's db """ # keysymdb['Oslash'] = 0x0d8 """ This is for a missing (recently added) keysym """ diff --git a/gtk/gtkimcontextsimple.c b/gtk/gtkimcontextsimple.c index 1089e6dbc..fa8e57052 100644 --- a/gtk/gtkimcontextsimple.c +++ b/gtk/gtkimcontextsimple.c @@ -403,8 +403,8 @@ check_algorithmically (GtkIMContextSimple *context_simple, */ CASE (dasia, 0x314); CASE (iota, 0x0345); /* Used by Greek Polytonic layout only; "ypogegrammeni" */ - CASE (voiced_sound, 0x3099); /* Per Marcus Khun keysyms.txt file. */ - CASE (semivoiced_sound, 0x309a); /* Per Marcus Khun keysyms.txt file. */ + CASE (voiced_sound, 0x3099); /* Per Markus Kuhn keysyms.txt file. */ + CASE (semivoiced_sound, 0x309a); /* Per Markus Kuhn keysyms.txt file. */ CASE (belowdot, 0x0323); CASE (hook, 0x0309); CASE (horn, 0x031b); /* Normally is 0x31b; Greek Polytonic needs 0x313 (or 0x343). -- 2.43.2