(cos_release_object): Fixed.
[chise/concord.git] / ChangeLog
index e5e35be..6913ad7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,33 @@
+2013-04-22  MORIOKA Tomohiko  <tomo.git@chise.org>
+
+       * Makefile.in (ABI_VERSION): Update to 2:0:1.
+
+       * configure.in: Update version to 0.9.0; change mail-address to
+       chise-en@lists.chise.org.
+
+2013-04-22  MORIOKA Tomohiko  <tomo.git@chise.org>
+
+       * Makefile.in (CONCORD_DB_FORMAT_VERSION): Changed to 1.0.
+
+2013-04-21  MORIOKA Tomohiko  <tomo.git@chise.org>
+
+       * concord.h (concord_ds_p): New prototype.
+
+       * cos.c (concord_ds_p): New function.
+
+2013-04-21  MORIOKA Tomohiko  <tomo.git@chise.org>
+
+       * cos.c (concord_object_get_feature_value): If
+       `concord_current_env' is not a valid CONCORD_DS object, set NULL.
+
+       * symbol.c (cos_release_symbol): Treat `composition' as a builtin
+       symbol.
+
+2013-04-20  MORIOKA Tomohiko  <tomo.git@chise.org>
+
+       * cos.c (concord_decode_object): Delete printf to debug.
+       (concord_object_get_feature_value): Likewise.
+
 2013-04-20  MORIOKA Tomohiko  <tomo.git@chise.org>
 
        * cos.h (cos_Qcomposition): New variable.