update.
authortomo <tomo>
Fri, 24 Jun 2005 13:47:45 +0000 (13:47 +0000)
committertomo <tomo>
Fri, 24 Jun 2005 13:47:45 +0000 (13:47 +0000)
ChangeLog

index e648e0c..fc7ba70 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,33 @@
 2005-06-24  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
 
+       * 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  <tomo@kanji.zinbun.kyoto-u.ac.jp>
+
        * chise.c (CHISE_DS_close): Use `concord_close_ds' instead of
        `CONCORD_DS_close'.