[uim-commit] r2169 - trunk/scm
ekato at freedesktop.org
ekato at freedesktop.org
Sat Nov 19 04:38:31 PST 2005
Author: ekato
Date: 2005-11-19 04:38:27 -0800 (Sat, 19 Nov 2005)
New Revision: 2169
Modified:
trunk/scm/skk-key-custom.scm
trunk/scm/skk.scm
Log:
* scm/skk-key-custom.scm : Rename skk-commit-alt-case key as
skk-conv-alt-case-key.
* scm/skk.scm (skk-proc-state-kanji) : Follow the rename.
Modified: trunk/scm/skk-key-custom.scm
===================================================================
--- trunk/scm/skk-key-custom.scm 2005-11-19 11:27:26 UTC (rev 2168)
+++ trunk/scm/skk-key-custom.scm 2005-11-19 12:38:27 UTC (rev 2169)
@@ -148,7 +148,7 @@
(_ "[SKK] commit as fullwidth alphanumeric")
(_ "long description will be here"))
-(define-custom 'skk-commit-alt-case-key '("<IgnoreCase><Control>u")
+(define-custom 'skk-conv-alt-case-key '("<IgnoreCase><Control>u")
'(skk-keys2)
'(key)
(_ "[SKK] commit as alternative case in latin conversion")
Modified: trunk/scm/skk.scm
===================================================================
--- trunk/scm/skk.scm 2005-11-19 11:27:26 UTC (rev 2168)
+++ trunk/scm/skk.scm 2005-11-19 12:38:27 UTC (rev 2169)
@@ -1351,7 +1351,7 @@
(skk-commit sc (skk-conv-wide-latin
(skk-context-head sc)))
(skk-flush sc))))
- ((skk-commit-alt-case-key? key key-state)
+ ((skk-conv-alt-case-key? key key-state)
;; alternative case conversion
(if (not (null? (skk-context-head sc)))
(begin
More information about the uim-commit
mailing list