Sync with b1-r0_2_0-pre1.
[chise/libchise.git] / ChangeLog
index dc37fc6..4a427bf 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,40 @@
+2003-08-12  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
+
+       * configure.in: Update version to 0.2.0.
+
+       * Makefile.in (ABI_VERSION): New variable.
+       (libchise.la): Specify $(ABI_VERSION) as -version-info of libtool.
+
+2003-08-12  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
+
+       * sample.c (main): Use <CHISE_Decoding_Table> instead of
+       <CHISE_Decoding_Table*> to define `dt_daikanwa'; use
+       <CHISE_Feature_Table> instead of <CHISE_Feature_Table*> to define
+       `ft_ideographic_structure' and `ft_ascii'.
+
+       * chise.c (chise_open_decoding_table): Use <CHISE_Decoding_Table*>
+       instead of <CHISE_Decoding_Table**> as the type of the first
+       argument.
+       (chise_open_feature_table): Use <CHISE_Feature_Table*> instead of
+       <CHISE_Feature_Table**> as the type of the first argument.
+       (chise_ft_iterate): Modify for the structure
+       `CHISE_Feature_Table'.
+       (chise_open_attribute_table): Use <CHISE_Attribute_Table*> instead
+       of <CHISE_Attribute_Table **> as the type of the first argument;
+       modify for the structure <CHISE_Feature_Table>.
+       (chise_close_attribute_table): Modify for the structure
+       <CHISE_Feature_Table>.
+       (chise_get_attribute_table): Likewise.
+       (chise_put_attribute_table): Likewise.
+
+       * chise.h (CHISE_Attribute_Table): Define as a structure.
+       (chise_open_decoding_table): Use <CHISE_Decoding_Table*> instead
+       of <CHISE_Decoding_Table**> as the type of the first argument.
+       (chise_open_feature_table): Use <CHISE_Feature_Table*> instead of
+       <CHISE_Feature_Table**> as the type of the first argument.
+       (chise_open_attribute_table): Use <CHISE_Attribute_Table*> instead
+       of <CHISE_Attribute_Table**> as the type of the first argument.
+
 2003-08-11  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
 
        * chise.h (chise_dt_put_char): New prototype.