X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=ChangeLog;h=e82a2515f2db1916732193059f655c1eecc9cd70;hb=f6d14661a08e0b650445d4be6edc9e92f7e85466;hp=ebe63f641e08388b096b6f3ffbf83c2a1458e293;hpb=0d6a5f7c95194bf969db2d2a7c0e828b84559609;p=chise%2Flibchise.git diff --git a/ChangeLog b/ChangeLog index ebe63f6..e82a251 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,108 @@ +2012-04-09 MORIOKA Tomohiko + + * README.en: Remove descriptions about CVS and add description + about the new Git repository. + +2011-10-30 MORIOKA Tomohiko + + * 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 + + * Makefile.in (CFLAGS): Add $(DEFS). + + +2010-06-10 MORIOKA Tomohiko + + * libchise 0.4.2 released. + + * configure.in: Update version to 0.4.2. + +2008-07-21 MORIOKA Tomohiko + + * configure.in: Add settings for --with-site-includes=PATH and + --with-site-libraries=PATH. + + +2008-05-27 MORIOKA Tomohiko + + * libchise 0.4.1 released. + +2006-12-22 MORIOKA Tomohiko + + * configure.in: Update version to 0.4.1. + + * Makefile.in (libchise.la): Specify `-no-undefined' to avoid + error on Cygwin [suggested by KAMICHI Koichi ]. + (chise.lo): Specify `--mode=compile'. + (install.libs): Specify `--mode=install'. + + +2006-05-11 MORIOKA Tomohiko + + * libchise 0.4.0 released. + +2005-06-24 MORIOKA Tomohiko + + * sample.c (test_map_func): Use instead of + . + (test_radical_func): Likewise. + +2005-06-24 MORIOKA Tomohiko + + * chise.c (chise_char_set_feature_value): Use + `concord_obj_put_feature_value_str' instead of + `concord_stroid_set_feature_str'. + (chise_char_load_feature_value): Use + `concord_obj_get_feature_value_string' instead of + `concord_stroid_get_feature_string'. + (chise_char_gets_feature_value): Use + `concord_obj_gets_feature_value' instead of + `concord_stroid_gets_feature'. + (chise_feature_foreach_char_with_value): Use + `concord_feature_foreach_obj_string' instead of + `concord_feature_foreach_object_string'. + (chise_ccs_decode): Use `concord_index_strid_get_obj_string' + instead of `concord_index_strid_get_object_string'. + (chise_ccs_set_decoded_char): Use `concord_index_strid_put_obj' + instead of `concord_index_strid_set_object_str'. + (chise_feature_set_property_value): Use + `concord_obj_put_feature_value_str' instead of + `concord_stroid_set_feature_str'. + (chise_feature_load_property_value): Use + `concord_obj_get_feature_value_string' instead of + `concord_stroid_get_feature_string'. + (chise_feature_gets_property_value): Use + `concord_obj_gets_feature_value' instead of + `concord_stroid_gets_feature'. + +2005-06-24 MORIOKA Tomohiko + + * chise.c (CHISE_DS_close): Use `concord_close_ds' instead of + `CONCORD_DS_close'. + +2005-06-24 MORIOKA Tomohiko + + * chise.h, chise.c (chise_db_format_version): New constant. + + * Makefile.in (CHISE_CFLAGS): Add new macro + `CHISE_DB_FORMAT_VERSION'. + (distclean): Delete autom4te.cache, autoscan.log, configure.scan + and libtool. + +2005-06-23 MORIOKA Tomohiko + + * chise.h: Don't include and . + (CHISE_DS_Type): Use instead of . + 2005-06-23 MORIOKA Tomohiko * README.en (PREREQUISITES): Add `CONCORD'. @@ -8,24 +113,24 @@ - 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 instead of . (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 instead of . + (CHISE_Value): Use instead of . (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 instead of + . (struct CHISE_CCS_Table): Abolished. - (CHISE_CCS): Use `CONCORD_INDEX' instead of `CHISE_CCS_Table*'. + (CHISE_CCS): Use instead of . (struct CHISE_Property_Table): Abolished. - (CHISE_Property): Use `CONCORD_Feature' instead of - `CHISE_Property_Table*'. + (CHISE_Property): Use instead of + . * chise.c: Don't use "chise-name.h". (chise_ds_open_feature_table): Deleted.