X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2FChangeLog;h=64d50e02859daea466c770fbc9f10051fc4bb77d;hb=45ea75b4f1dda259b7f8604c2f8c6623ce82870a;hp=21e3060e588d7bbfffa3fca6b5417378ebf5be7a;hpb=fb953b28cecf44db0ce83aff474cc4c0645c034a;p=m17n%2Fm17n-lib.git diff --git a/src/ChangeLog b/src/ChangeLog index 21e3060..64d50e0 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,50 @@ +2005-09-12 Kenichi Handa + + * input.c (parse_action_list): Handle the case that the arg is a + key sequence (MText or MPlist). + (take_action_list): Likewise. + (shift_state): Shorter debug message. + (handle_key): Terminate a debug message by "\n". + (reset_ic): Don't take initial actions here. + (minput_open_im): Print a debug message. + (minput_close_im): Likewise. + (minput_create_ic): Likewise. + (minput_destroy_ic): Likewise. + +2005-09-09 TAKAHASHI Naoto + + * mtext.c: + (mtext_lowercase, mtext_titlecase, mtext_uppercase): Change API. + +2005-09-07 TAKAHASHI Naoto + * character.c: + Add "cased", "soft-dotted", and "case-mapping" in mchar__init (). + + * character.c: Add Japanese documentation for mchar_get_prop_table (). + +2005-09-06 TAKAHASHI Naoto + + * mtext.c (tricky_chars, *cased, *soft_dotted, *case_mapping) + (MCharTable *combining_class, Mlt, Mtr, Maz, gr03A3, lt0049, + (lt004A, lt012E, lt00CC, lt00CD, lt0128, tr0130, tr0049, tr0069): + New variables. + (init_case_conversion): New function. + (CASE_CONV_INIT, REPLACE, DELETE, LOOKUP): New macros. + (uppercase_precheck, lowercase_precheck, final_sigma) + (after_soft_dotted, more_above, before_dot, after_i) + (mtext_uppercase, mtext_titlecase, mtext_lowercase): New functions. + +2005-09-05 TAKAHASHI Naoto + + * plist.c (read_mtext_element): Fix previous change. + 2005-09-05 Kenichi Handa + * plist.c (read_mtext_element): Handle \uXXXX notation. + + * internal.h (MTABLE_MALLOC): Don't use a local variable. + (MTABLE_ALLOCA): Change the name of local variable. + * m17n-gd.c (device_open): Define it even if HAVE_GD nor HAVE_FREETYPE are defined.