From 1e09be23f91aded91843c1706125525bd952090f Mon Sep 17 00:00:00 2001 From: MORIOKA Tomohiko Date: Mon, 21 Nov 2016 13:33:25 +0900 Subject: [PATCH] update. --- src/ChangeLog | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/src/ChangeLog b/src/ChangeLog index acb2818..e873c4f 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,25 @@ +2016-11-17 MORIOKA Tomohiko + + * chartab.h: Use `USE_CONCORD_OBJECT_SYSTEM' instead of + `HAVE_LIBCHISE' to detect to use Concord Object System. + (USE_CONCORD_OBJECT_SYSTEM_TO_COMPOSE): New macro. + + * text-coding.c: Use `USE_CONCORD_OBJECT_SYSTEM_TO_COMPOSE' + instead of `HAVE_LIBCHISE' to detect to use Concord Object System + for character composing. + + * mule-charset.c (charset_code_point): Use + `USE_CONCORD_OBJECT_SYSTEM' instead of `HAVE_LIBCHISE' to detect + to use Concord Object System. + +2016-11-16 MORIOKA Tomohiko + + * chartab.c: Use `USE_CONCORD_OBJECT_SYSTEM' instead of + `HAVE_LIBCHISE' to detect to use Concord Object System. + (Fput_char_attribute): Use single-inheritance format for character + definitions; namely a value of `<-subsumptive' or `<-denotational' + must be a character instead of a list of characters. + 2016-07-23 MORIOKA Tomohiko * text-coding.c (Fmake_coding_system): Accept property -- 1.7.10.4