[uim-commit] r425 - trunk/doc

yamaken at freedesktop.org yamaken at freedesktop.org
Mon Jan 31 06:48:27 PST 2005


Author: yamaken
Date: 2005-01-31 06:48:24 -0800 (Mon, 31 Jan 2005)
New Revision: 425

Modified:
   trunk/doc/CUSTOM
Log:
* doc/CUSTOM
  - Update the section "How to reflect defined customs into your IM code"
  - Update the  section "Control activity of a custom variable"


Modified: trunk/doc/CUSTOM
===================================================================
--- trunk/doc/CUSTOM	2005-01-31 14:39:55 UTC (rev 424)
+++ trunk/doc/CUSTOM	2005-01-31 14:48:24 UTC (rev 425)
@@ -19,6 +19,9 @@
   require-custom performs per-user configuration loading and reload
   management, but ordinary 'require' does not.
 
+  "-custom" suffix of the filename is only a convention and not
+  required. But we recomment the naming convention to manage the files
+  easily.
 
 * Control activity of a custom variable
 
@@ -81,6 +84,9 @@
   All activity predicates will be evaluated and noticed via
   corresponding callback when any of custom variables has been set.
 
+  No group relationships including subgrouping is not required to set
+  variable relationships.
+
   (define-custom 'show-segment-separator? #f
     '(foo)
     '(boolean)



More information about the Uim-commit mailing list