From 6906d7120162ce84e78051c9777cf44a060ceeb1 Mon Sep 17 00:00:00 2001 From: tomo Date: Sat, 17 Jul 2004 02:21:41 +0000 Subject: [PATCH] update. --- ChangeLog | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) diff --git a/ChangeLog b/ChangeLog index 6bf7933..2318fb0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,36 @@ +2004-07-15 MORIOKA Tomohiko + + * chise.c (struct CHISE_DS): Add new member `property_names'. + (CHISE_DS_open): Initialize `property_names'. + (CHISE_DS_close): Destroy `property_names'. + (chise_ds_location): New function. + (chise_ds_get_property): New function. + (struct CHISE_Property_Table): New structure. + (chise_ds_open_property_table): New function. + (chise_pt_close): Likewise. + (chise_property_setup_db): Likewise. + (chise_property_sync): Likewise. + (chise_feature_set_property_value): Likewise. + (chise_feature_load_property_value): Likewise. + (chise_feature_gets_property_value): Likewise. + + * chise.h (chise_ds_location): New prototype. + (CHISE_Property_Table): New type. + (CHISE_Property): New type. + (chise_ds_get_property): New prototype. + (chise_property_setup_db): Likewise. + (chise_property_sync): Likewise. + (chise_feature_set_property_value): Likewise. + (chise_feature_load_property_value): Likewise. + (chise_feature_gets_property_value): Likewise. + + * sample.c (main): Use `chise_ds_location'. + + * configure.in: Update version to 0.2.2. + + * Makefile.in (ABI_VERSION): Update to 2:0:1. + + 2004-03-01 MORIOKA Tomohiko * libchise 0.2.1 released. -- 1.7.10.4