[uim-commit] r1304 - trunk/scm
yamamoto at freedesktop.org
yamamoto at freedesktop.org
Wed Aug 24 07:33:05 PDT 2005
Author: yamamoto
Date: 2005-08-24 07:33:00 -0700 (Wed, 24 Aug 2005)
New Revision: 1304
Modified:
trunk/scm/anthy.scm
trunk/scm/canna.scm
trunk/scm/skk.scm
Log:
* scm/canna.scm (canna-reset-handler)
* scm/anthy.scm (anthy-reset-handler)
* scm/skk.scm (skk-reset-handler)
Revert the change of r1280 according to [Anthy-dev 2283].
Modified: trunk/scm/anthy.scm
===================================================================
--- trunk/scm/anthy.scm 2005-08-24 14:16:14 UTC (rev 1303)
+++ trunk/scm/anthy.scm 2005-08-24 14:33:00 UTC (rev 1304)
@@ -975,10 +975,7 @@
(define anthy-reset-handler
(lambda (ac)
(if (anthy-context-on ac)
- (begin
- (anthy-flush ac)
- (im-clear-preedit ac)
- (im-update-preedit ac)))
+ (anthy-flush ac))
;; code to commit pending string must not be added to here.
;; -- YamaKen 2004-10-21
))
Modified: trunk/scm/canna.scm
===================================================================
--- trunk/scm/canna.scm 2005-08-24 14:16:14 UTC (rev 1303)
+++ trunk/scm/canna.scm 2005-08-24 14:33:00 UTC (rev 1304)
@@ -877,8 +877,6 @@
(if (canna-context-on cc)
(begin
(canna-flush cc)
- (im-clear-preedit cc)
- (im-update-preedit cc)
(if (canna-context-state cc)
(let ((cc-id (canna-context-cc-id cc)))
(canna-lib-reset-conversion cc-id))))))
Modified: trunk/scm/skk.scm
===================================================================
--- trunk/scm/skk.scm 2005-08-24 14:16:14 UTC (rev 1303)
+++ trunk/scm/skk.scm 2005-08-24 14:33:00 UTC (rev 1304)
@@ -1845,9 +1845,7 @@
(define skk-reset-handler
(lambda (sc)
- (skk-flush sc)
- (im-clear-preedit sc)
- (im-update-preedit sc)))
+ (skk-flush sc)))
(define skk-get-candidate-handler
(lambda (sc idx accel-enum-hint)
More information about the uim-commit
mailing list