X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=src%2FChangeLog;h=288043e85cff2865fac363658d9370c3d46010d3;hb=c074a0c09e180fdfe4940cdd088769b543cb734b;hp=ec4429551a56b0f4b386e1a3a43710c508e98c1a;hpb=1d0f965ba499c40eb5b24415c62ec0dc2b0b8ff7;p=chise%2Fxemacs-chise.git- diff --git a/src/ChangeLog b/src/ChangeLog index ec44295..288043e 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,28 @@ +2015-11-25 MORIOKA Tomohiko + + * chartab.c (Fchar_feature): When argument ATTRIBUTE is a CCS and + whose name is =>FOO, don't try to find =FOO; fix problem when + argument ATTRIBUTE is ==>FOO. + +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