From: handa Date: Tue, 16 Mar 2004 06:51:53 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: REL-1-0-1~10 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=3272a10d170f24fb34caf880e7ce5ba88f5890a7;p=m17n%2Fm17n-lib.git *** empty log message *** --- diff --git a/src/ChangeLog b/src/ChangeLog index 3d4c598..1c53be1 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,11 +1,19 @@ 2004-03-16 Kenichi Handa + * m17n-X.c (mwin__parse_event): Fix handling of modifier keys. + + * input.c (M_key_alias): New variable. + (handle_key): Try M_key_alias property of a key too. + (minput__init): Initialize M_key_alias. Give that property to + symbols in one_char_symbol. Fix bug of initializing + one_char_symbol. + * draw.c (compose_glyph_string): Don't handle ignore_formatting_char here. Include formatting characters in the range processed by a FTL. (layout_glyph_string): Handle ignore_formatting_char here. -2004-03-12 Kenichi Handa +2004-03-12 Kenichi Handa * input-gui.c (win_create_ic): Enable bidi in status control.