update.
[chise/libchise.git] / ChangeLog
index 7afe4dc..852a43a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,70 @@
+2013-04-22  MORIOKA Tomohiko  <tomo.git@chise.org>
+
+       * configure.in:
+       - Change mail-address to chise-en@lists.chise.org.
+       - Require Concord Ver.0.9 or later.
+
+2013-04-20  MORIOKA Tomohiko  <tomo.git@chise.org>
+
+       * chise.c (CHISE_DS_open): Use `concord_open_env' instead of
+       `concord_open_ds'.
+
+2012-04-25  MORIOKA Tomohiko  <tomo@zinbun.kyoto-u.ac.jp>
+
+       * README.en (Reporting Bugs): Modify for
+       chise-{en|ja}@lists.chise.org.
+
+2012-04-09  MORIOKA Tomohiko  <tomo@zinbun.kyoto-u.ac.jp>
+
+       * README.en: Remove descriptions about CVS and add description
+       about the new Git repository.
+
+2011-10-30  MORIOKA Tomohiko  <tomo@zinbun.kyoto-u.ac.jp>
+
+       * configure.in: Update version to 0.5.0.
+
+       * Makefile.in (ABI_VERSION): Update to 4:0:3.
+
+       * chise.h (chise_char_load_decomposition): New prototype.
+       (chise_ds_load_char_decomposition): New inline function.
+
+       * chise.c (chise_char_load_decomposition): New function.
+
+2011-08-24  MORIOKA Tomohiko  <tomo@zinbun.kyoto-u.ac.jp>
+
+       * Makefile.in (CFLAGS): Add $(DEFS).
+
+\f
+2010-06-10  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
+
+       * libchise 0.4.2 released.
+
+       * configure.in: Update version to 0.4.2.
+
+2008-07-21  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
+
+       * configure.in: Add settings for --with-site-includes=PATH and
+       --with-site-libraries=PATH.
+
+\f
+2008-05-27  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
+
+       * libchise 0.4.1 released.
+
+2006-12-22  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
+
+       * configure.in: Update version to 0.4.1.
+
+       * Makefile.in (libchise.la): Specify `-no-undefined' to avoid
+       error on Cygwin [suggested by KAMICHI Koichi <kamichi@fonts.jp>].
+       (chise.lo): Specify `--mode=compile'.
+       (install.libs): Specify `--mode=install'.
+
+\f
+2006-05-11  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
+
+       * libchise 0.4.0 released.
+
 2005-06-24  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
 
        * sample.c (test_map_func): Use <CHISE_Feature> instead of
 2005-06-23  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
 
        * chise.h: Don't include <db.h> and <errno.h>.
-       (CHISE_DS_Type): Use `CONCORD_Backend_Type' instead of `enum
-       CONCORD_Backend_Type'.
+       (CHISE_DS_Type): Use <CONCORD_Backend_Type> instead of <enum
+       CONCORD_Backend_Type>.
 
 2005-06-23  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
 
        - Use `AC_CHECK_LIB' to link CONCORD.
 
        * chise.h: Use concord.h.
-       (CHISE_DS_Type): Use `enum CONCORD_Backend_Type' instead of `enum
-       CHISE_DS_Type'.
+       (CHISE_DS_Type): Use <enum CONCORD_Backend_Type> instead of <enum
+       CHISE_DS_Type>.
        (CHISE_DS_Berkeley_DB): New macro to wrap
        `CONCORD_Backend_Berkeley_DB'.
-       (CHISE_DS): Use `CONCORD_Genre_Table' instead of `struct
-       CHISE_DS'.
-       (CHISE_Value): Use `CONCORD_String_Tank' instead of `DBT'.
+       (CHISE_DS): Use <CONCORD_Genre_Table> instead of <struct
+       CHISE_DS>.
+       (CHISE_Value): Use <CONCORD_String_Tank> instead of <DBT>.
        (chise_value_size): Changed to non-inline function.
        (chise_value_data): Likewise.
        (chise_value_to_c_string): Likewise.
        (struct CHISE_Feature_Table): Abolished.
-       (CHISE_Feature): Use `CONCORD_Feature' instead of
-       `CHISE_Feature_Table*'.
+       (CHISE_Feature): Use <CONCORD_Feature> instead of
+       <CHISE_Feature_Table*>.
        (struct CHISE_CCS_Table): Abolished.
-       (CHISE_CCS): Use `CONCORD_INDEX' instead of `CHISE_CCS_Table*'.
+       (CHISE_CCS): Use <CONCORD_INDEX> instead of <CHISE_CCS_Table*>.
        (struct CHISE_Property_Table): Abolished.
-       (CHISE_Property): Use `CONCORD_Feature' instead of
-       `CHISE_Property_Table*'.
+       (CHISE_Property): Use <CONCORD_Feature> instead of
+       <CHISE_Property_Table*>.
 
        * chise.c: Don't use "chise-name.h".
        (chise_ds_open_feature_table): Deleted.