X-Git-Url: http://git.chise.org/gitweb/?p=chise%2Fconcord.git;a=blobdiff_plain;f=ChangeLog;h=736f8c184f6cd9003627b8187e1e6751f8c3b305;hp=aaaf0b67eaa96540248e9ee4b6ecae34d49356d0;hb=b9053fad118e80a23ec8507f1955e825f8dc8ac5;hpb=322b55a7656acb0c455ce7fc03e98d056f1e56f8 diff --git a/ChangeLog b/ChangeLog index aaaf0b6..736f8c1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,24 @@ +2013-04-06 MORIOKA Tomohiko + + * cos.c: Include "cos-print.h". + (concord_current_env): New variable. + (concord_open_env): Setup `concord_current_env'. + (concord_object_get_feature_value): New function. + +2013-04-04 MORIOKA Tomohiko + + * print.c: + - Don't include . + - Include "cos-i.h". + (cos_utf8_encode_char): Renamed from `cos_encode_char_as_utf8'. + (cos_utf8_print_char): New function. + + * cos-print.h: Include stdlib.h and cos.h. + (cos_utf8_encode_char): Renamed from `cos_encode_char_as_utf8'. + (cos_utf8_print_char): New prototype. + + * concord.h (concord_object_get_feature_value): New prototype. + 2013-04-02 MORIOKA Tomohiko * print.c: New file.