From: handa Date: Thu, 5 Jan 2006 06:33:56 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: REL-1-3-1~30 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=f802a71161783a423b86b35260de7c33cfc60bb7;p=m17n%2Fm17n-lib.git *** empty log message *** --- diff --git a/src/ChangeLog b/src/ChangeLog index 650c769..6e3ef51 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,19 @@ +2006-01-05 Kenichi Handa + + * plist.c (read_integer_element): If '#' and '-' are followed by + non-integer-constituent, read them as a part of a symbol. + (read_symbol_element): New arg C. + (read_element): Adjust args to read_symbol_element. + + * input.c (load_macros): On overwriting a macro, free the old + definition. + (minput__init): Store Mmap in load_im_info_keys. + (minput_get_title_icon): If the input method has no title, be sure + to return NULL. + (minput_get_description): If the input method has no description, + be sure to return NULL. + (minput_get_variables): Fix documentation. + 2005-12-22 Kenichi Handa * Version 1.3.0 released.