From: tomo Date: Thu, 2 Oct 2003 09:59:46 +0000 (+0000) Subject: update. X-Git-Tag: b1-r0_2_0-pre5 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=055aae7b26a68e6dc470395bcc874651376eb797;p=chise%2Flibchise.git update. --- diff --git a/ChangeLog b/ChangeLog index 7aa930c..020a354 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,46 @@ +2003-10-02 MORIOKA Tomohiko + + * sample.c: Update for the latest API. + + * chise.c (struct CHISE_DS): Add new member `subtype' and + `modemask'. + (chise_open_data_source): Add new arguments `subtype' and + `modemask'. + (chise_ds_get_feature): Delete arguments `real_subtype', + `accessmask', `modemask'. + (chise_ds_get_ccs): Likewise. + (struct CHISE_Feature_Table): Add new member `name' and `access'. + (chise_ds_open_feature_table): Delete arguments `real_subtype', + `accessmask', `modemask'. + (chise_ft_close): Release `table->name'. + (chise_char_load_feature_value): Setup `table->db'. + (chise_char_gets_feature_value): Likewise. + (chise_char_feature_value_iterate): Return an integer value; setup + `feature->db'. + (struct CHISE_CCS_Table): Add new member `name' and `access'. + (chise_ds_open_ccs_table): Delete arguments `real_subtype', + `accessmask', `modemask'. + (chise_ccst_close): Release `table->name'. + (chise_ccs_sync): New function. + (chise_ccs_decode): Setup `ccs->db'. + (chise_ccs_set_decoded_char): Renamed from `chise_ccst_put_char'; + setup `ccs->db'. + + * chise.h (chise_open_data_source): Add new arguments `subtype' + and `modemask'. + (chise_ds_get_feature): Delete arguments `real_subtype', + `accessmask', `modemask'. + (chise_char_feature_value_iterate): Return an integer value. + (chise_char_feature_str_iterate): Comment out. + (chise_ds_open_feature_table): Delete arguments `real_subtype', + `accessmask', `modemask'. + (chise_ds_get_ccs): Delete arguments `real_subtype', `accessmask', + `modemask'. + (chise_ccs_set_decoded_char): Renamed from `chise_ccst_put_char'. + (chise_ccs_sync): New prototype. + (chise_ds_open_ccs_table): Abolished. + (int chise_ccst_close): Abolished. + 2003-08-28 MORIOKA Tomohiko * sample.c (test_map_func): Modify for