From: handa Date: Wed, 21 Mar 2007 00:45:57 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: FLT-base~116 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=47fc0713c691e4cac3bf4f3d54158894ba797bfd;p=m17n%2Fm17n-lib.git *** empty log message *** --- diff --git a/src/ChangeLog b/src/ChangeLog index d1d338f..e97cba7 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,18 @@ +2007-03-21 Kenichi Handa + + * input.c (update_custom_info): Fix for the case "name == Mnil && + extra != Mnil". + (reload_im_info): Fix for the case that no title is specified. + (config_command): Fix for the case that configuration is + cancelled. + (check_variable_value): Fix return value. + (minput_config_command): If keyseqlist is an empty list, cancel + the customization. + (minput_config_variable) If value is an empty list, cancel the + customization. + (minput_save_config): Handle cancellation of config and customize + correctly. + 2007-03-15 Kenichi Handa * input.c (minput_config_variable): Check custom->vars (not @@ -46,6 +61,7 @@ (handle_key): When a key is unhandled, shift to the initial state only if the current state has no branch action. +>>>>>>> 1.284 2007-02-12 Kenichi Handa * input.c (get_preceding_char): Unref mt if necessary.