+2003-08-17 MORIOKA Tomohiko <tomo@mousai.as.wakwak.ne.jp>
+
+ * 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 <char*>
+ to <unsigned char*>.
+ (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 <tomo@mousai.as.wakwak.ne.jp>
* configure.in: Update version to 0.2.0.