*** empty log message ***
[m17n/m17n-lib.git] / src / ChangeLog
index 8c5964e..64d50e0 100644 (file)
@@ -1,3 +1,27 @@
+2005-09-12  Kenichi Handa  <handa@m17n.org>
+
+       * 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  <ntakahas@m17n.org>
+
+       * mtext.c:
+       (mtext_lowercase, mtext_titlecase, mtext_uppercase): Change API.
+
+2005-09-07  TAKAHASHI Naoto  <ntakahas@m17n.org>
+       * 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  <ntakahas@m17n.org>
 
        * mtext.c (tricky_chars, *cased, *soft_dotted, *case_mapping)
@@ -8,7 +32,7 @@
        (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 function.s
+       (mtext_uppercase, mtext_titlecase, mtext_lowercase): New functions.
 
 2005-09-05  TAKAHASHI Naoto  <ntakahas@m17n.org>