From: handa Date: Tue, 21 Dec 2004 12:30:21 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: REL-1-2-0~31 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=281603dcaff712ddec7317ffdcc9fb6d3a407a3d;p=m17n%2Fm17n-lib.git *** empty log message *** --- diff --git a/example/ChangeLog b/example/ChangeLog index bb5be33..7bc1232 100644 --- a/example/ChangeLog +++ b/example/ChangeLog @@ -1,5 +1,11 @@ 2004-12-21 Kenichi Handa + * medit.c (ButtonProc): Reset the current input method (if + activated) and insert the produced text. + (KeyProc): Cancel the previous change. + +2004-12-21 Kenichi Handa + * medit.c (KeyProc): Handle C-\ as resetting input context. 2004-12-10 Kenichi Handa diff --git a/src/input.c b/src/input.c index 9f738ab..4504bf8 100644 --- a/src/input.c +++ b/src/input.c @@ -2428,8 +2428,8 @@ minput_toggle (MInputContext *ic) The minput_reset_ic () function resets the input context $IC by calling a callback functions corresponding to #Minput_reset. As - the current preediting text is committed to $IC->produce, if - necessary, a program can extract the text from there. */ + the current preediting text is committed, if necessary, a program + can extract the text by calling minput_lookup (). */ /***ja @brief ÆþÎÏ¥³¥ó¥Æ¥¯¥¹¥È¤ò¥ê¥»¥Ã¥È¤¹¤ë.