[uim-commit] r789 - trunk/scm
yamaken at freedesktop.org
yamaken at freedesktop.org
Thu Mar 10 05:01:10 PST 2005
Author: yamaken
Date: 2005-03-10 05:01:07 -0800 (Thu, 10 Mar 2005)
New Revision: 789
Modified:
trunk/scm/skk.scm
Log:
* scm/skk.scm
- (skk-proc-state-wide-latin): Complement explicit
skk-context-set-state! lost in r787. Thanks Etsushi Kato for
reporting
* The bug fixed in r788 had been reported by OHASHI Hideya. Thanks
Modified: trunk/scm/skk.scm
===================================================================
--- trunk/scm/skk.scm 2005-03-10 12:43:49 UTC (rev 788)
+++ trunk/scm/skk.scm 2005-03-10 13:01:07 UTC (rev 789)
@@ -1559,7 +1559,8 @@
(skk-context-set-state! sc 'skk-state-latin)))
(cond
((skk-on-key? key key-state)
- (skk-flush sc) ; implicitly reset to 'skk-state-direct
+ (skk-flush sc)
+ (skk-context-set-state! sc 'skk-state-direct)
(skk-context-set-kana-mode! sc skk-type-hiragana))
((and (modifier-key-mask key-state)
(not (shift-key-mask key-state)))
More information about the Uim-commit
mailing list