X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=ChangeLog;h=e360559a7d220faab7b35c7cbc19f8ec177b3b6f;hb=098d0bdeccaba4c09452979eaf193e88a5ce5a09;hp=35af85c9fadd7d75b0bc1c41d78f152c36bca563;hpb=7a40c09f1eff29fd82f908719eae285d4d8b05ba;p=chise%2Flibchise.git diff --git a/ChangeLog b/ChangeLog index 35af85c..e360559 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,73 @@ +2005-03-02 MORIOKA Tomohiko + + * chise.h: Modify for C++. + + * sample.c (test_radical_func): New function. + (main): Add sample code about `ideographic-radical'. + +2004-07-17 MORIOKA Tomohiko + + * configure.in: Update version to 0.3.0. + + * Makefile.in (datadir): New variable. + (libexecdir): Commented out. + (sharedstatedir): New variable. + (CHISE_DIR_PREFIX): Use ${datadir}/chise instead of + ${libexecdir}/chise. + (CHISE_DIR_VERSION): Update to 0.3. + (CHISE_DB_DIR): Use ${CHISE_DIR} instead of + ${CHISE_DIR}/${target}. + +2004-07-15 MORIOKA Tomohiko + + * chise.c (struct CHISE_DS): Add new member `property_names'. + (CHISE_DS_open): Initialize `property_names'. + (CHISE_DS_close): Destroy `property_names'. + (chise_ds_location): New function. + (chise_ds_get_property): New function. + (struct CHISE_Property_Table): New structure. + (chise_ds_open_property_table): New function. + (chise_pt_close): Likewise. + (chise_property_setup_db): Likewise. + (chise_property_sync): Likewise. + (chise_feature_set_property_value): Likewise. + (chise_feature_load_property_value): Likewise. + (chise_feature_gets_property_value): Likewise. + + * chise.h (chise_ds_location): New prototype. + (CHISE_Property_Table): New type. + (CHISE_Property): New type. + (chise_ds_get_property): New prototype. + (chise_property_setup_db): Likewise. + (chise_property_sync): Likewise. + (chise_feature_set_property_value): Likewise. + (chise_feature_load_property_value): Likewise. + (chise_feature_gets_property_value): Likewise. + + * sample.c (main): Use `chise_ds_location'. + + * configure.in: Update version to 0.2.2. + + * Makefile.in (ABI_VERSION): Update to 2:0:1. + + +2004-03-01 MORIOKA Tomohiko + + * libchise 0.2.1 released. + + * Makefile.in (ABI_VERSION): Update to Revision 1. + + * configure.in: Update version to 0.2.1. + +2004-02-26 MORIOKA Tomohiko + + * name.c (chise_make_name_table): Change initial number of hash + table to 256. + (chise_destroy_name_table): Destroy each entry. + + * chise.c (CHISE_DS_close): Use `chise_destroy_name_table'. + + 2003-11-03 MORIOKA Tomohiko * libchise 0.2.0 released.