[uim-commit] r195 - trunk/scm
tkng@freedesktop.org
tkng@freedesktop.org
Sun Jan 9 10:46:12 PST 2005
Author: tkng
Date: 2005-01-09 10:46:01 -0800 (Sun, 09 Jan 2005)
New Revision: 195
Modified:
trunk/scm/custom-vars.scm
Log:
* scm/custom-vars.scm: Removed an obsolete customize item, Added some
new customize items.
-(prime-preedit-immediate-commit?): Removed.
-(prime-auto-register-mode?): New customize item.
-(prime-pseudo-mode-cursor?): New customize item.
-(prime-char-annotation?): New customize item.
Modified: trunk/scm/custom-vars.scm
===================================================================
--- trunk/scm/custom-vars.scm 2005-01-09 18:41:07 UTC (rev 194)
+++ trunk/scm/custom-vars.scm 2005-01-09 18:46:01 UTC (rev 195)
@@ -466,16 +466,29 @@
(_ "Always showing candidate window")
(_ "long description will be here."))
-(define-custom 'prime-preedit-immediate-commit? #f
+(define-custom 'prime-auto-register-mode? #t
'(prime)
'(boolean)
- (_ "prime-preedit-immediate-commit?")
+ (_ "Enable auto register mode")
(_ "long description will be here."))
+(define-custom 'prime-pseudo-mode-cursor? #f
+ '(prime)
+ '(boolean)
+ (_ "Enable psedo mode cursor")
+ (_ "long description will be here."))
+
+(define-custom 'prime-char-annotation? #t
+ '(prime)
+ '(boolean)
+ (_ "Show candidate annotations")
+ (_ "long description will be here."))
+
+
(define-custom 'prime-mask-pending-preedit? #f
'(prime)
'(boolean)
- (_ "prime-mask-pending-preedit?")
+ (_ "Mask preedit strings (For tcode users)")
(_ "long description will be here."))
;(define-custom 'prime-use-numeral-key-to-select-cand? #t
More information about the Uim-commit
mailing list