X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=src%2FChangeLog;h=6e99c4feb6057b0b468e0cbade972241f1beaa1a;hb=b998854eea9cced8d20f1f66e1b2697c21704f1a;hp=2b502b8c514bbe8afab1db4a04d6e60120c83863;hpb=b5d70f80c8ff46f111e7820dc1784190d7623202;p=m17n%2Fm17n-lib.git diff --git a/src/ChangeLog b/src/ChangeLog index 2b502b8..6e99c4f 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,56 @@ +2010-08-31 Kenichi Handa + + * draw.c (compose_glyph_string): Allow running flt striding over + the cursor position. + +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. + (STRING_CHAR_ADVANCE_UTF16): Likewise. + + * font.c (mfont__init): Initialize buf to NULL. + (mfont__id): Likewise. + + * font-ft.c (ft_encapsulate): Use MDEBUG_PRINT1 instead of + MDEBUG_DUMP. + (ft_check_otf): Move the label not_otf: within #ifdef HAVE_OTF. + (get_otf): Move the code within #ifdef HAVE_OTF. + (ft_drive_otf): Move declarations of some local variables within + #ifdef HAVE_OTF. + +2010-08-11 Kenichi Handa + + * input.h (MInputContextInfo): New member state_hook. + + * input.c (shift_state): Just set ic_info->state_hook, instead of + taking state-hook actions. + (handle_key): Check ic_info->state_hook. If KEY is unhandled, + init ic_info->state_hook. + +2010-08-09 Kenichi Handa + + * m17n-flt.c (try_otf): Remove unused local vars. + + * input.c (fully_initialize): Avoid compiler warning by casting. + + * m17n-core.c (m17n_init_core): Fix handling of env_value. + + * fontset.c (realize_fontset_elements): Fix typo (pl->plist). + + * coding.c (decode_coding_iso_2022): Sanitize "if" condition. + 2010-04-23 Kenichi Handa * Version 1.6.1 released.