X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=ChangeLog;h=aef33b9358eedec3db891c89e4633bc11270367b;hb=6959799784de5d285d290eaf5f30e08f7d4a01e6;hp=c1c0983ec2465339ec2ffa484b8bad374b1b9a94;hpb=eab82975941fa024b96f7b09bae551f1ba0ef55a;p=chise%2Flibchise.git diff --git a/ChangeLog b/ChangeLog index c1c0983..aef33b9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,88 @@ +2003-10-15 MORIOKA Tomohiko + + * 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 + + * chise.h (CHISE_DS_open): Don't use DBTYPE. + +2003-10-14 MORIOKA Tomohiko + + * Makefile.in (DB_DIR): Update version to 0.2. + +2003-10-13 MORIOKA Tomohiko + + * 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 + + * 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 + + * 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 + + * 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 instead of + as the type of location. + +2003-10-06 MORIOKA Tomohiko + + * 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 * chise.c (CHISE_Attribute_Table_open): Create required