Revision: 6665
Author: ek.kato
Date: Tue Aug 3 18:24:18 2010
Log: * AUTHORS
* doc/PACKAGING
* doc/ENV
* doc/UNIT-TEST
* doc/DOT-UIM
- Update.
http://code.google.com/p/uim/source/detail?r=6665
Modified:
/trunk/AUTHORS
/trunk/doc/DOT-UIM
/trunk/doc/ENV
/trunk/doc/PACKAGING
/trunk/doc/UNIT-TEST
=======================================
--- /trunk/AUTHORS Wed May 23 08:57:09 2007
+++ /trunk/AUTHORS Tue Aug 3 18:24:18 2010
@@ -40,3 +40,9 @@
IWATA Ray <iwata AT quasiquote.org>
Committer
+
+Kouhei Sutou <kou AT cozmixng.org>
+ Contributor of testing framework
+
+Muneyuki Noguchi <nogu.dev AT gmail.com>
+ Committer
=======================================
--- /trunk/doc/DOT-UIM Tue Feb 15 07:09:56 2005
+++ /trunk/doc/DOT-UIM Tue Aug 3 18:24:18 2010
@@ -40,6 +40,7 @@
(set! ja-rk-rule-basic (cons '(((" ") . ()) (" " " " " "))
ja-rk-rule-basic))
+ (ja-rk-rule-update)
To resolve it, require the file explicitly.
@@ -47,6 +48,7 @@
(set! ja-rk-rule-basic (cons '(((" ") . ()) (" " " " " "))
ja-rk-rule-basic))
+ (ja-rk-rule-update)
If you need whole part of an input method, use 'require-module'
=======================================
--- /trunk/doc/ENV Fri Feb 15 12:41:13 2008
+++ /trunk/doc/ENV Tue Aug 3 18:24:18 2010
@@ -12,8 +12,9 @@
- LIBUIM_SCM_FILES
- This variable takes a directory path as a value. If this variable is
- defined, uim add the value to the search path of .scm files.
+ This variable takes a colon-separated list of directories. If this
+ variable is defined, uim add the values to the search path of .scm
+ files.
- LIBUIM_SYSTEM_SCM_FILES
@@ -30,7 +31,7 @@
This variable takes a number as a value. 0-10 can be specified. If
LIBUIM_VERBOSE is greater than or equal to 5, uim shows backtrace
- when error occured.
+ when error occured if --enable-backtrace is set by configure.
- LIBUIM_VANILLA
=======================================
--- /trunk/doc/PACKAGING Fri Feb 15 12:41:13 2008
+++ /trunk/doc/PACKAGING Tue Aug 3 18:24:18 2010
@@ -19,9 +19,6 @@
'--with-libgcroots=installed' to configure options for uim to
disable build and install of the bundled version of libgcroots
-- libuim ABI and so libtool-version has been updated due to the GC
- protection API change which required to fix the GC problem
-
- For uim-m17nlib, the command 'uim-m17nlib-relink-icons' to import
icons from m17n-db is provided. Run it when m17n-db has been
updated. Whether making the command itself available for users or
=======================================
--- /trunk/doc/UNIT-TEST Tue Apr 6 23:52:15 2010
+++ /trunk/doc/UNIT-TEST Tue Aug 3 18:24:18 2010
@@ -33,8 +33,6 @@
http://www.cozmixng.org/~kou/download/index.html.en
http://www.cozmixng.org/~rwiki/index.rb?cmd=view;name=GaUnit%3A%3AREADME.en
- WARNING: GaUnit 0.1.0 does not work for this framework
-
* Usage