[uim-commit] r193 - trunk/scm

tkng@freedesktop.org tkng@freedesktop.org
Sun Jan 9 10:13:33 PST 2005


Author: tkng
Date: 2005-01-09 10:13:15 -0800 (Sun, 09 Jan 2005)
New Revision: 193

Modified:
   trunk/scm/custom-vars.scm
Log:
* scm/custom-vars.scm:
 -(anthy-select-candidate-by-numeral-key?): Added a new customize item
  for anthy.


Modified: trunk/scm/custom-vars.scm
===================================================================
--- trunk/scm/custom-vars.scm	2005-01-09 17:53:09 UTC (rev 192)
+++ trunk/scm/custom-vars.scm	2005-01-09 18:13:15 UTC (rev 193)
@@ -245,6 +245,12 @@
   (_ "Number of candidates in candidate window at a time")
   (_ "long description will be here."))
 
+(define-custom 'anthy-select-candidate-by-numeral-key? #f
+  '(anthy)
+  '(boolean)
+  (_ "Select candidate by numeral keys")
+  (_ "long description will be here."))
+
 (define-custom 'anthy-show-segment-separator? #f
   '(anthy advanced)
   '(boolean)



More information about the Uim-commit mailing list