forked from AuroraMiddleware/gtk
Fixed typo in comment (the name of Markus Kuhn)
svn path=/trunk/; revision=20817
This commit is contained in:
parent
6b1d3af387
commit
1d510a9e84
@ -1,5 +1,12 @@
|
||||
2008-07-11 Simos Xenitellis <simos@gnome.org>
|
||||
|
||||
* 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 <simos@gnome.org>
|
||||
|
||||
Bug 334418 – Support easy input of ellipsis
|
||||
|
||||
* gtk/gtkimcontextsimpleseqs.h: Fixed 18 compose sequences
|
||||
|
@ -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 """
|
||||
|
@ -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).
|
||||
|
Loading…
Reference in New Issue
Block a user