update.
[chise/libchise.git] / ChangeLog
index c1c0983..aef33b9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,88 @@
+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.
+       (chise_feature_foreach_char_with_value): Renamed from
+       `chise_char_feature_value_iterate'.
+
+2003-10-11  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
+
+       * sample.c (test_name_map_func): New function.
+       (main): Use `chise_ds_foreach_char_feature_name'.
+
+       * Makefile.in (sample): Add -Wall -Wmissing-prototypes options for
+       gcc.
+
+       * chise.h (chise_ds_foreach_char_feature_name): New prototype.
+       (chise_feature_foreach_char_with_value): Renamed from
+       `chise_char_feature_value_iterate'.
+
+2003-10-08  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
+
+       * sample.c (char db_dir): Deleted.
+       (main): Use ${chise_db_dir}/db/ for the location of data-source.
+
+       * Makefile.in (prefix): Use @prefix@.
+       (exec_prefix): Use @exec_prefix@.
+       (libdir): Use @libdir@.
+       (libexecdir): New variable.
+       (DB_INSTALLDIR): Deleted.
+       (DB_DIR): New variable.
+       (chise.lo): Specify DB_DIR.
+       (install): Don't call install.db.
+       (install.db): Deleted.
+
+       * chise.h, chise.c (chise_db_dir): New variable.
+       (CHISE_DS_open): Use <const unsigned char *> instead of <char *>
+       as the type of location.
+
+2003-10-06  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
+
+       * chise.h (chise_feature_setup_db): New prototype.
+       (chise_ccs_setup_db): Likewise.
+
+       * chise.c (chise_feature_setup_db): Changed to public function.
+       (chise_ccs_setup_db): New function.
+       (chise_ccs_decode): Use `chise_ccs_setup_db'.
+       (chise_ccs_set_decoded_char): Likewise.
+
 2003-10-05  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
 
        * chise.c (CHISE_Attribute_Table_open): Create required