[uim-commit] r432 - trunk/scm

yamaken at freedesktop.org yamaken at freedesktop.org
Mon Jan 31 10:39:51 PST 2005


Author: yamaken
Date: 2005-01-31 10:39:48 -0800 (Mon, 31 Jan 2005)
New Revision: 432

Modified:
   trunk/scm/anthy-custom.scm
   trunk/scm/canna-custom.scm
   trunk/scm/im-custom.scm
Log:
* scm/anthy-custom.scm
  - Add an activity-hook to anthy-segment-separator
* scm/canna-custom.scm
  - Add an activity-hook to canna-segment-separator

* scm/im-custom.scm
  - Modify a comment


Modified: trunk/scm/anthy-custom.scm
===================================================================
--- trunk/scm/anthy-custom.scm	2005-01-31 18:26:05 UTC (rev 431)
+++ trunk/scm/anthy-custom.scm	2005-01-31 18:39:48 UTC (rev 432)
@@ -75,6 +75,11 @@
   (_ "Segment separator")
   (_ "long description will be here."))
 
+(custom-add-hook 'anthy-segment-separator
+		 'custom-activity-hooks
+		 (lambda ()
+		   anthy-show-segment-separator?))
+
 ;;
 ;; toolbar
 ;;

Modified: trunk/scm/canna-custom.scm
===================================================================
--- trunk/scm/canna-custom.scm	2005-01-31 18:26:05 UTC (rev 431)
+++ trunk/scm/canna-custom.scm	2005-01-31 18:39:48 UTC (rev 432)
@@ -69,6 +69,11 @@
   (_ "Segment separator")
   (_ "long description will be here."))
 
+(custom-add-hook 'canna-segment-separator
+		 'custom-activity-hooks
+		 (lambda ()
+		   canna-show-segment-separator?))
+
 ;;
 ;; canna-server-name
 ;;

Modified: trunk/scm/im-custom.scm
===================================================================
--- trunk/scm/im-custom.scm	2005-01-31 18:26:05 UTC (rev 431)
+++ trunk/scm/im-custom.scm	2005-01-31 18:39:48 UTC (rev 432)
@@ -182,8 +182,9 @@
 ;; im-switching
 ;;
 
-;; I think that current 'im-switching' feature is not useful. So
-;; commented out them to avoid confusion of users.  -- YamaKen 2005-02-01
+;; I think that current "im-switching by hotkey" feature is not
+;; useful. So commented out them to avoid confusion of users.
+;;   -- YamaKen 2005-02-01
 
 ;;(define-custom-group 'im-switching
 ;;		     (_ "Input method switching")



More information about the Uim-commit mailing list