+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.