+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 ().
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},
+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.
+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.