From 281603dcaff712ddec7317ffdcc9fb6d3a407a3d Mon Sep 17 00:00:00 2001 From: handa Date: Tue, 21 Dec 2004 12:30:21 +0000 Subject: [PATCH] *** empty log message *** --- example/ChangeLog | 6 ++++++ src/input.c | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) 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 ÆþÎÏ¥³¥ó¥Æ¥¯¥¹¥È¤ò¥ê¥»¥Ã¥È¤¹¤ë. -- 1.7.10.4