From: handa Date: Thu, 19 Aug 2010 00:50:19 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: REL-1-6-2~56 X-Git-Url: http://git.chise.org/gitweb/?p=m17n%2Fm17n-lib.git;a=commitdiff_plain;h=08cda7887aa28a317e7ddda49beaa50e97b9f765 *** empty log message *** --- diff --git a/src/ChangeLog b/src/ChangeLog index 370aa41..d9332ea 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,15 @@ +2010-08-19 Kenichi Handa + + * m17n-X.c (MDisplayInfo): New member altgr_mask. + (find_modifier_bits): Set disp_info->altgr_mask. + + * input.c (fully_initialize): Make it static. + + * input.h (MINPUT_KEY_ALTGR_MODIFIER): New macro. + + * input-gui.c (minput_event_to_key): Handle + MINPUT_KEY_ALTGR_MODIFIER. + 2010-08-12 Kenichi Handa * character.h (STRING_CHAR_ADVANCE_UTF8): Sanitize the code.