X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=src%2FChangeLog;h=8bda0a6e18aec890facd142ed219256210deb00c;hb=f647f69505eb972e5a2725e9936db25c3f0fe9ef;hp=ec4429551a56b0f4b386e1a3a43710c508e98c1a;hpb=1d0f965ba499c40eb5b24415c62ec0dc2b0b8ff7;p=chise%2Fxemacs-chise.git.1 diff --git a/src/ChangeLog b/src/ChangeLog index ec44295..8bda0a6 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,22 @@ +2013-05-19 MORIOKA Tomohiko + + * 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 + + * 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 * chartab.h (load_char_attribute_maybe_cos): New prototype when