From: handa Date: Thu, 18 Feb 2010 07:43:13 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: merge-to-XML~2 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=79683e943b091dfff5bd0fb546e8f68340fcd463;p=m17n%2Fm17n-lib.git *** empty log message *** --- diff --git a/ChangeLog b/ChangeLog index a55fd53..bf65e3e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2010-02-18 Kenichi Handa + + * configure.ac (M17N_BINARY_VERSION): New variable. + (M17N_MODULE_DIR): New variable. AC_SUBST it. + 2009-11-05 Kenichi Handa * configure.ac: Check if the OTF library has OTF_drive_gpos2 (). diff --git a/README b/README index baad548..83980e2 100644 --- 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}, diff --git a/example/ChangeLog b/example/ChangeLog index ee8bb4c..1ed64f2 100644 --- a/example/ChangeLog +++ b/example/ChangeLog @@ -1,3 +1,8 @@ +2010-02-18 Kenichi Handa + + * Makefile.am: Build modules dynamically loaded with + -avoid-version and no -version-info. + 2010-02-09 Kenichi Handa * HELLO.utf8 (Greek, Hindi): Fixed. diff --git a/src/ChangeLog b/src/ChangeLog index ff8d07d..caa02a2 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,16 @@ +2010-02-18 Kenichi Handa + + * 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 * draw.c (run_flt): Set mflt_try_otf to rfont->driver->try_otf.