Revision: 6375
Author: ek.kato
Date: Thu May  6 18:12:00 2010
Log: * doc/COMPATIBILITY : Update.

http://code.google.com/p/uim/source/detail?r=6375

Modified:
 /trunk/doc/COMPATIBILITY

=======================================
--- /trunk/doc/COMPATIBILITY    Thu May  6 16:25:53 2010
+++ /trunk/doc/COMPATIBILITY    Thu May  6 18:12:00 2010
@@ -139,29 +139,31 @@
 Date: 2008-04-17 - 2010-05-07
 Modifier: Masahito Omote, YamaKen, Etsushi
 Related:
-URL:
+URL: http://www.mail-archive.com/[email protected]/msg00104.html
 Changes:
      (added) module-load
-     (added) module-unload
      (added) require-dynlib
      (added) dynlib-unload
      (added) %%dynlib-bind
      (added) %%dynlib-unbind
+     (removed) load-plugin
+     (removed) unload-plugin
 Description:
   New API for loding/unloading modules (see below) and dynlib
-  rewritten in C and Scheme. module-load and module-unload are the
-  same ones as obsoleted load-plugin/unload-plugin, which is now
+  rewritten in C and Scheme. module-load is the
+  same ones as obsoleted load-plugin, which is now
   written in Scheme.  require-dynlib and dynlib-unload are written in
   Scheme for the purpose of loading dynlib from Scheme code.
   %%dynlibe-bind and %%dynlib-unbind are written in C for the purpose
   of binding/unbinding library pointer bounded by dlopen and C
   function pointers.

-  Using module-load/module-unbind are encouraged when you want to
-  load/unload modules (Scheme and dynlib pair module, or Scheme only
-  module) from Scheme code, and require-dynlib and dynlib-unload are
-  encouraged when you want to load/unload dynlib from Scheme code.
-------------------------------------------------------------------------------
+  module-load is intended to be used for loading modules (Scheme
+  and dynlib pair of input method module, or Scheme only module) from
+  internal Scheme code, require-module.
+  require-dynlib and dynlib-unload are encouraged when you want to
+  load/unload dynlib from any Scheme code.
+ ------------------------------------------------------------------------------
 Summary: Feature provision of 'uim'
 Affects: uim developers, IM developers
 Updates:

Reply via email to