[Prime-cvs] CVS update: prime/uim

Back to archive index

Hiroyuki Komatsu komat****@users*****
2005年 3月 4日 (金) 17:41:02 JST


Index: prime/uim/ChangeLog
diff -u prime/uim/ChangeLog:1.1.2.20 prime/uim/ChangeLog:1.1.2.21
--- prime/uim/ChangeLog:1.1.2.20	Thu Mar  3 18:02:54 2005
+++ prime/uim/ChangeLog	Fri Mar  4 17:41:02 2005
@@ -1,3 +1,9 @@
+2005-03-04  Hiroyuki Komatsu  <komat****@taiya*****>
+
+	* prime-custom.scm: 
+	Uncommented default-widget_prime_input_mode and
+	default-widget_prime_input_mode.to avoid an error of uim-update-imlist.
+
 2005-03-03  Hiroyuki Komatsu  <komat****@taiya*****>
 
 	* prime-custom.scm: [NEW FILE]
Index: prime/uim/prime-custom.scm
diff -u prime/uim/prime-custom.scm:1.1.2.1 prime/uim/prime-custom.scm:1.1.2.2
--- prime/uim/prime-custom.scm:1.1.2.1	Thu Mar  3 18:02:54 2005
+++ prime/uim/prime-custom.scm	Fri Mar  4 17:41:02 2005
@@ -175,28 +175,28 @@
 
 ;;; Input mode
 
-(define default-widget_prime_input_mode 'action_prime_mode_latin)
+;(define default-widget_prime_input_mode 'action_prime_mode_latin)
 ;; Users don't care this option.
 ;; (2005-03-03) <Hiroyuki Komatsu>
-;(define-custom 'default-widget_prime_input_mode 'action_prime_mode_latin
-;  '(prime-advanced toolbar)
-;  (cons 'choice
-;	(map indication-alist-entry-extract-choice
-;	     prime-input-mode-indication-alist))
-;  (_ "Default input mode")
-;  (_ "long description will be here."))
+(define-custom 'default-widget_prime_input_mode 'action_prime_mode_latin
+  '(prime-advanced toolbar)
+  (cons 'choice
+	(map indication-alist-entry-extract-choice
+	     prime-input-mode-indication-alist))
+  (_ "Default input mode")
+  (_ "long description will be here."))
 
-(define prime-input-mode-actions (map car prime-input-mode-indication-alist))
+;(define prime-input-mode-actions (map car prime-input-mode-indication-alist))
 ;; Users don't care this option.
 ;; (2005-03-03) <Hiroyuki Komatsu>
-;(define-custom 'prime-input-mode-actions
-;               (map car prime-input-mode-indication-alist)
-;   '(prime-advanced toolbar)
-;  (cons 'ordered-list
-;	(map indication-alist-entry-extract-choice
-;	     prime-input-mode-indication-alist))
-;  (_ "Input mode menu items")
-;  (_ "long description will be here."))
+(define-custom 'prime-input-mode-actions
+               (map car prime-input-mode-indication-alist)
+   '(prime-advanced toolbar)
+  (cons 'ordered-list
+	(map indication-alist-entry-extract-choice
+	     prime-input-mode-indication-alist))
+  (_ "Input mode menu items")
+  (_ "long description will be here."))
 
 ;; value dependency
 (if custom-full-featured?


Prime-cvs メーリングリストの案内
Back to archive index