*** empty log message ***
authorhanda <handa>
Thu, 18 Feb 2010 07:43:13 +0000 (07:43 +0000)
committerhanda <handa>
Thu, 18 Feb 2010 07:43:13 +0000 (07:43 +0000)
ChangeLog
README
example/ChangeLog
src/ChangeLog

index a55fd53..bf65e3e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2010-02-18  Kenichi Handa  <handa@m17n.org>
+
+       * configure.ac (M17N_BINARY_VERSION): New variable.
+       (M17N_MODULE_DIR): New variable.  AC_SUBST it.
+
 2009-11-05  Kenichi Handa  <handa@m17n.org>
 
        * configure.ac: Check if the OTF library has OTF_drive_gpos2 ().
diff --git a/README b/README
index baad548..83980e2 100644 (file)
--- a/README
+++ b/README
@@ -67,9 +67,11 @@ These library files are installed in /usr/local/lib:
        libm17n-core.{a,so*,la}
        libm17n.{a,so*,la}
        libm17n-gui.{a,so*,la}
+       libm17n-flt.{a,so*,la}
+
+These modules are installed in /usr/local/lib/m17n/1.0:
        libm17n-X.{a,so*,la}
        libm17n-gd.{a,so*,la}
-       libm17n-flt.{a,so*,la}
        libimx-anthy.{a,so*,la},
        libimx-ispell.{a,so*,la},
 
index ee8bb4c..1ed64f2 100644 (file)
@@ -1,3 +1,8 @@
+2010-02-18  Kenichi Handa  <handa@m17n.org>
+
+       * Makefile.am: Build modules dynamically loaded with
+       -avoid-version and no -version-info.
+
 2010-02-09  Kenichi Handa  <handa@m17n.org>
 
        * HELLO.utf8 (Greek, Hindi): Fixed.
index ff8d07d..caa02a2 100644 (file)
@@ -1,3 +1,16 @@
+2010-02-18  Kenichi Handa  <handa@m17n.org>
+
+       * m17n-gui.c (register_device_library): Preprend M17N_MODULE_DIR
+       to the module file name.
+
+       * input.c (load_external_module): Preprend M17N_MODULE_DIR to the
+       module file name.
+
+       * charset.c (load_charset): Check the return value of fgets.
+
+       * Makefile.am: Build modules dynamically loaded with
+       -avoid-version and no -version-info.
+
 2010-01-15  Kenichi Handa  <handa@m17n.org>
 
        * draw.c (run_flt): Set mflt_try_otf to rfont->driver->try_otf.