(U+9B32): Apply new conventions for glyph granularity.
[chise/xemacs-chise.git.1] / src / ChangeLog
index ec44295..8bda0a6 100644 (file)
@@ -1,3 +1,22 @@
+2013-05-19  MORIOKA Tomohiko  <tomo.git@chise.org>
+
+       * text-coding.c (COMPOSE_ADD_CHAR): Use
+       `concord_object_get_attribute' instead of
+       `concord_object_get_feature_value'.
+
+       * chartab.c (char_table_get_db_cos): Use
+       `concord_object_get_attribute' instead of
+       `concord_object_get_feature_value'.
+
+2013-05-02  MORIOKA Tomohiko  <tomo.git@chise.org>
+
+       * chartab.h (get_char_id_table_ce): Use
+       `load_char_attribute_maybe_cos' instead of
+       `load_char_attribute_maybe'.
+
+       * chartab.c (load_char_attribute_maybe_cos): Return NULL instead
+       of Qunbound as the default value.
+
 2013-05-01  MORIOKA Tomohiko  <tomo.git@chise.org>
 
        * chartab.h (load_char_attribute_maybe_cos): New prototype when