update.
authortomo <tomo>
Tue, 12 Aug 2003 17:27:59 +0000 (17:27 +0000)
committertomo <tomo>
Tue, 12 Aug 2003 17:27:59 +0000 (17:27 +0000)
ChangeLog

index dc37fc6..515cdd4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,33 @@
+2003-08-12  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
+
+       * sample.c (main): Use <CHISE_Decoding_Table> instead of
+       <CHISE_Decoding_Table*> to define `dt_daikanwa'; use
+       <CHISE_Feature_Table> instead of <CHISE_Feature_Table*> to define
+       `ft_ideographic_structure' and `ft_ascii'.
+
+       * chise.c (chise_open_decoding_table): Use <CHISE_Decoding_Table*>
+       instead of <CHISE_Decoding_Table**> as the type of the first
+       argument.
+       (chise_open_feature_table): Use <CHISE_Feature_Table*> instead of
+       <CHISE_Feature_Table**> as the type of the first argument.
+       (chise_ft_iterate): Modify for the structure
+       `CHISE_Feature_Table'.
+       (chise_open_attribute_table): Use <CHISE_Attribute_Table*> instead
+       of <CHISE_Attribute_Table **> as the type of the first argument;
+       modify for the structure <CHISE_Feature_Table>.
+       (chise_close_attribute_table): Modify for the structure
+       <CHISE_Feature_Table>.
+       (chise_get_attribute_table): Likewise.
+       (chise_put_attribute_table): Likewise.
+
+       * chise.h (CHISE_Attribute_Table): Define as a structure.
+       (chise_open_decoding_table): Use <CHISE_Decoding_Table*> instead
+       of <CHISE_Decoding_Table**> as the type of the first argument.
+       (chise_open_feature_table): Use <CHISE_Feature_Table*> instead of
+       <CHISE_Feature_Table**> as the type of the first argument.
+       (chise_open_attribute_table): Use <CHISE_Attribute_Table*> instead
+       of <CHISE_Attribute_Table**> as the type of the first argument.
+
 2003-08-11  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
 
        * chise.h (chise_dt_put_char): New prototype.