From: handa Date: Thu, 16 Nov 2006 12:07:10 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: REL-1-3-4~7 X-Git-Url: http://git.chise.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=108cb6361fcf4c6852ed85e5694606e4f71e1493;p=m17n%2Fm17n-lib.git *** empty log message *** --- diff --git a/src/ChangeLog b/src/ChangeLog index 8d6cd12..e5b13f0 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,14 @@ +2006-11-16 Kenichi Handa + + * input.c (parse_action_list): Allow (undo 0). + (adjust_markers): New function. + (preedit_insert, preedit_delete): Call adjust_markers. + (preedit_replace): New function. + (update_candidate): Call preedit_replace instead of preedit_insert + and preedit_delete. + (filter): When ic_info->commit_key_head is nonzero, shift input + event keys even if there's no committed text. + 2006-11-10 Kenichi Handa * input.h (MInputContextInfo): New member commit_key_head.