From 3586032a231271170f7123ac14691cdb11f54142 Mon Sep 17 00:00:00 2001 From: tomo Date: Tue, 12 Aug 2003 17:27:59 +0000 Subject: [PATCH] update. --- ChangeLog | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/ChangeLog b/ChangeLog index dc37fc6..515cdd4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,33 @@ +2003-08-12 MORIOKA Tomohiko + + * sample.c (main): Use instead of + to define `dt_daikanwa'; use + instead of to define + `ft_ideographic_structure' and `ft_ascii'. + + * chise.c (chise_open_decoding_table): Use + instead of as the type of the first + argument. + (chise_open_feature_table): Use instead of + as the type of the first argument. + (chise_ft_iterate): Modify for the structure + `CHISE_Feature_Table'. + (chise_open_attribute_table): Use instead + of as the type of the first argument; + modify for the structure . + (chise_close_attribute_table): Modify for the structure + . + (chise_get_attribute_table): Likewise. + (chise_put_attribute_table): Likewise. + + * chise.h (CHISE_Attribute_Table): Define as a structure. + (chise_open_decoding_table): Use instead + of as the type of the first argument. + (chise_open_feature_table): Use instead of + as the type of the first argument. + (chise_open_attribute_table): Use instead + of as the type of the first argument. + 2003-08-11 MORIOKA Tomohiko * chise.h (chise_dt_put_char): New prototype. -- 1.7.10.4