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>
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 ÆþÎÏ¥³¥ó¥Æ¥¯¥¹¥È¤ò¥ê¥»¥Ã¥È¤¹¤ë.