(chise_system_db_dir): New constant.
[chise/libchise.git] / ChangeLog
index c4e190e..c45fd64 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,48 @@
+2003-10-15  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
+
+       * Makefile.in (LIBS): Don't add -ldb.
+
+       * configure.in: Setup LIBS; check /sw/include/db4/db.h and setup
+       for db4 when the library is found.
+
+2003-10-15  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
+
+       * aclocal.m4, ltmain.sh, config.guess, config.sub, install-sh: New
+       files.
+
+       * Makefile.in (target): New variable.
+       (top_builddir): New variable.
+       (CHISE_DIR_PREFIX): New variable.
+       (CHISE_DIR_VERSION): New variable.
+       (CHISE_DIR): New variable.
+       (CHISE_DB_DIR): Renamed from `DB_DIR'; use `CHISE_DIR'.
+       (CHISE_SI_DB_DIR): New variable.
+       (CHISE_CFLAGS): New variable; define `CHISE_SI_DB_DIR'.
+       (chise.lo): Use $(CHISE_CFLAGS).
+
+       * configure.in: Add `AC_CANONICAL_TARGET'; use `AC_PROG_LIBTOOL'
+       instead of `AC_CHECK_PROGS' for `LIBTOOL'.
+
+       * chise.c (chise_system_db_dir): New constant.
+       (CHISE_DS_open): Don't use DBTYPE.
+
+2003-10-14  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
+
+       * chise.h (CHISE_DS_open): Don't use DBTYPE.
+
+2003-10-14  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
+
+       * Makefile.in (DB_DIR): Update version to 0.2.
+
+2003-10-13  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
+
+       * chise.c (chise_ds_foreach_char_feature_name): Read
+       ${db_dir}/character/feature/ instead of ${db_dir}/system-char-id.
+       (chise_feature_setup_db): Modify for `CHISE_Attribute_Table_open'.
+       (chise_ccs_setup_db): Likewise.
+       (CHISE_Attribute_Table_open): Change interface to specify
+       category/key_type/name instead of encoding/feature.
+
 2003-10-12  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
 
        * chise.c (chise_ds_foreach_char_feature_name): New function.