[uim-commit] r494 - trunk/scm
yamaken at freedesktop.org
yamaken at freedesktop.org
Wed Feb 2 16:21:05 PST 2005
Author: yamaken
Date: 2005-02-02 16:21:02 -0800 (Wed, 02 Feb 2005)
New Revision: 494
Modified:
trunk/scm/im-custom.scm
Log:
* scm/im-custom.scm
- (custom enable-lazy-loading?): Move to bottom of the group
- (custom enable-im-switch, custom switch-im-key): Remove 'advanced'
subgroup
Modified: trunk/scm/im-custom.scm
===================================================================
--- trunk/scm/im-custom.scm 2005-02-02 23:49:17 UTC (rev 493)
+++ trunk/scm/im-custom.scm 2005-02-03 00:21:02 UTC (rev 494)
@@ -208,12 +208,6 @@
(map retrieve-im
enabled-im-list)))))))
-(define-custom 'enable-lazy-loading? #t
- '(global advanced)
- '(boolean)
- (_ "Enable lazy input method loading for fast startup")
- (_ "long description will be here."))
-
;;
;; im-switching
;;
@@ -227,13 +221,13 @@
;; (_ "long description will be here."))
;;
;;(define-custom 'enable-im-switch #f
-;; '(global im-switching advanced)
+;; '(global im-switching)
;; '(boolean)
;; (_ "Enable IM switching by hotkey")
;; (_ "long description will be here."))
;;
;;(define-custom 'switch-im-key '("<Control>Shift_key" "<Shift>Control_key")
-;; '(global im-switching advanced)
+;; '(global im-switching)
;; '(key)
;; (_ "IM switching key")
;; (_ "long description will be here."))
@@ -281,3 +275,10 @@
'(boolean)
(_ "Show uim preference tool button on toolbar")
(_ "long description will be here."))
+
+
+(define-custom 'enable-lazy-loading? #t
+ '(global advanced)
+ '(boolean)
+ (_ "Enable lazy input method loading for fast startup")
+ (_ "long description will be here."))
More information about the Uim-commit
mailing list