(localstatedir): New variable.
[chise/concord.git] / ChangeLog
index 69da4c9..d21d6b8 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,39 @@
+2011-10-31  MORIOKA Tomohiko  <tomo.git@chise.org>
+
+       * Makefile.in (ABI_VERSION): Update to 1:0:1.
+
+       * concord.c (struct CONCORD_Object_Header): New structure.
+       (CONCORD_OBJECT_TYPE_NULL): New macro.
+       (CONCORD_OBJECT_TYPE_C_STRING): New macro.
+       (CONCORD_OBJECT_TYPE_INT): New macro.
+       (CONCORD_OBJECT_TYPE_DS): New macro.
+       (CONCORD_OBJECT_TYPE_GENRE): New macro.
+       (CONCORD_OBJECT_TYPE_FEATURE): New macro.
+       (CONCORD_OBJECT_TYPE_INDEX): New macro.
+       (CONCORD_OBJECT_TYPE_OBJECT): New macro.
+       (struct CONCORD_DS_Table): Add new member `header'.
+       (concord_open_ds): Setup ds->header.
+       (struct CONCORD_Genre_Table): Add new member `header'.
+       (concord_ds_open_genre): Setup ds->header.
+       (struct CONCORD_Feature_Table): Add new member `header'.
+       (concord_genre_open_feature): Setup ds->header.
+       (struct CONCORD_INDEX_Table): Add new member `header'.
+       (concord_genre_open_index): Setup ds->header.
+
+2012-07-07  MORIOKA Tomohiko  <tomo.git@chise.org>
+
+       * configure.in: Support db5 in Fink.
+
+2012-04-25  MORIOKA Tomohiko  <tomo.git@chise.org>
+
+       * README.en (Reporting Bugs): Modify for
+       chise-{en|ja}@lists.chise.org.
+
+2012-04-09  MORIOKA Tomohiko  <tomo.git@chise.org>
+
+       * README.en: Remove descriptions about CVS and add description
+       about the new Git repository.
+
 2012-02-08  MORIOKA Tomohiko  <tomo@zinbun.kyoto-u.ac.jp>
 
        * configure.in: