From e4dc7e3d16752da9061eb5fd50e7a3a8ae09300f Mon Sep 17 00:00:00 2001 From: tomo Date: Sun, 17 Aug 2003 17:29:20 +0000 Subject: [PATCH] update. --- ChangeLog | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/ChangeLog b/ChangeLog index 832c733..ec3f140 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,25 @@ 2003-08-17 MORIOKA Tomohiko + * chise.c (CHISE_Attribute_Table): Moved from chise.h. + (struct CHISE_Decoding_Table): New structure. + (chise_ds_open_decoding_table): Cast the return value to + . + (chise_dt_close): Cast back to . + (chise_dt_get_char): Likewise. + (struct CHISE_Feature_Table): New structure. + (chise_ds_open_feature_table): Cast the return value to + . + (chise_ft_close): Cast back to . + (chise_ft_get_value): Likewise. + + * chise.h (CHISE_Attribute_Table): Deleted. + (CHISE_Decoding_Table): Use instead + of . + (CHISE_Feature_Table): Use instead of + . + +2003-08-17 MORIOKA Tomohiko + * chise.c (chise_open_attribute_table): New prototype. (chise_close_attribute_table): New prototype. (chise_get_attribute_table): New prototype. -- 1.7.10.4