*** empty log message ***
authorhanda <handa>
Tue, 21 Dec 2004 12:30:21 +0000 (12:30 +0000)
committerhanda <handa>
Tue, 21 Dec 2004 12:30:21 +0000 (12:30 +0000)
example/ChangeLog
src/input.c

index bb5be33..7bc1232 100644 (file)
@@ -1,5 +1,11 @@
 2004-12-21  Kenichi Handa  <handa@m17n.org>
 
+       * 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  <handa@m17n.org>
+
        * medit.c (KeyProc): Handle C-\ as resetting input context.
 
 2004-12-10  Kenichi Handa  <handa@m17n.org>
index 9f738ab..4504bf8 100644 (file)
@@ -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 ÆþÎÏ¥³¥ó¥Æ¥¯¥¹¥È¤ò¥ê¥»¥Ã¥È¤¹¤ë.