update.
[chise/libchise.git] / ChangeLog
index ff709c5..50c635c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,72 @@
+2003-08-16  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
+
+       * Makefile.in (HEADERS): New variable.
+       (OBJS): New variable.
+       (libchise.la): Refer $(OBJS); add --mode=link for libtool.
+       (chise.lo): Depends on config.h.
+       (name.lo): New target.
+       (install.h): Refer $(HEADERS).
+
+2003-08-15  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
+
+       * chise-name.h, name.c: New files.
+
+2003-08-17  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
+
+       * chise.c (CHISE_Attribute_Table): Use <DB> instead of <struct
+       CHISE_Attribute_Table>.
+       (chise_put_attribute_table): New prototype.
+       (struct CHISE_Decoding_Table): Use <CHISE_Attribute_Table*>
+       instead of <DB*> as the type of member `db'.
+       (chise_ds_open_decoding_table): New implementation.
+       (chise_dt_close): Likewise.
+       (chise_dt_get_char): Modify for new implementation of <struct
+       CHISE_Decoding_Table>.
+       (chise_dt_put_char): Likewise.
+       (struct CHISE_Feature_Table): Use <CHISE_Attribute_Table*> instead
+       of <DB*> as the type of member `db'.
+       (chise_ds_open_feature_table): New implementation.
+       (chise_ft_close): Likewise.
+       (chise_ft_get_value): Modify for new implementation of <struct
+       CHISE_Feature_Table>.
+       (chise_open_attribute_table): Use db_dir instead of ds as the
+       first argument; modify for new implementation of
+       <CHISE_Attribute_Table>.
+       (chise_close_attribute_table): Modify for new implementation of
+       <CHISE_Attribute_Table>.
+       (chise_get_attribute_table): Likewise.
+       (chise_put_attribute_table): Likewise.
+
+2003-08-17  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
+
+       * 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_Decoding_Table*>.
+       (chise_dt_close): Cast back to <CHISE_Attribute_Table*>.
+       (chise_dt_get_char): Likewise.
+       (struct CHISE_Feature_Table): New structure.
+       (chise_ds_open_feature_table): Cast the return value to
+       <CHISE_Feature_Table*>.
+       (chise_ft_close): Cast back to <CHISE_Attribute_Table*>.
+       (chise_ft_get_value): Likewise.
+
+       * chise.h (CHISE_Attribute_Table): Deleted.
+       (CHISE_Decoding_Table): Use <struct CHISE_Decoding_Table> instead
+       of <CHISE_Attribute_Table>.
+       (CHISE_Feature_Table): Use <struct CHISE_Feature_Table> instead of
+       <CHISE_Attribute_Table>.
+
+2003-08-17  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
+
+       * chise.c (chise_open_attribute_table): New prototype.
+       (chise_close_attribute_table): New prototype.
+       (chise_get_attribute_table): New prototype.
+
+       * chise.h (chise_open_attribute_table): Deleted.
+       (chise_close_attribute_table): Deleted.
+       (chise_get_attribute_table): Deleted.
+
 2003-08-17  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
 
        * chise.c (struct CHISE_DS): Definition of members are moved from