From 0bc0438cb6f90824abe21604e75f4510a2827dc3 Mon Sep 17 00:00:00 2001 From: tomo Date: Fri, 24 Jun 2005 13:47:45 +0000 Subject: [PATCH] update. --- ChangeLog | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/ChangeLog b/ChangeLog index e648e0c..fc7ba70 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,33 @@ 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'. -- 1.7.10.4