From e54023f53f02c55c00b286b8e1aa295d9cb5b3d6 Mon Sep 17 00:00:00 2001 From: tomo Date: Sun, 17 Aug 2003 14:02:55 +0000 Subject: [PATCH] update. --- ChangeLog | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) diff --git a/ChangeLog b/ChangeLog index 4a427bf..9ba7b5a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,37 @@ +2003-08-17 MORIOKA Tomohiko + + * sample.c (main): Modify for new API. + + * chise.c (chise_open_data_source): Interface change; allocate a + CHISE_DS object and return it. + (chise_ds_close): Renamed from `chise_close_data_source'; destroy + the specified CHISE_DS object. + (chise_ds_open_decoding_table): Renamed from + `chise_open_decoding_table' and changed the interface. + (chise_dt_close): Renamed from `chise_close_decoding_table'. + (chise_ds_open_feature_table): Renamed from + `chise_open_feature_table' and changed the interface. + (chise_ft_close): Renamed from `chise_close_feature_table'. + (chise_open_attribute_table): Interface change; allocate a + CHISE_Attribute_Table object and return it; require pointer for + data source object instead of db_dir. + (chise_close_attribute_table): Destroy the specified + CHISE_Attribute_Table object. + + * chise.h (struct CHISE_DS): Change type of location from + to . + (chise_open_data_source): Change interface. + (chise_ds_close): Renamed from `chise_close_data_source'. + (struct CHISE_Attribute_Table): Add new member `ds'; rename `dbp' + to `db'. + (chise_ds_open_decoding_table): Renamed from + `chise_open_decoding_table' and changed the interface. + (chise_dt_close): Renamed from `chise_close_decoding_table'. + (chise_ds_open_feature_table): Renamed from + `chise_open_feature_table' and changed the interface. + (chise_ft_close): Renamed from `chise_close_feature_table'. + (chise_open_attribute_table): Change interface. + 2003-08-12 MORIOKA Tomohiko * configure.in: Update version to 0.2.0. -- 1.7.10.4