From: MORIOKA Tomohiko Date: Sat, 15 Dec 2018 08:31:14 +0000 (+0900) Subject: update. X-Git-Url: http://git.chise.org/gitweb/?p=chise%2Ftomoyo-tools.git;a=commitdiff_plain;h=15f0d39bb077b40a3ea299ff1250de65b962acdb update. --- diff --git a/ChangeLog b/ChangeLog index 6298f9a..312d8f5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,28 @@ 2018-12-15 MORIOKA Tomohiko + * isd-turtle.el: Require `chiset-common' instead of + `cwiki-common'. + (est-coded-charset-priority-list): Abolished. + (isd-turtle-encode-char): Abolished. + (isd-turtle-format-component): Use `chise-turtle-encode-char' + instead of `isd-turtle-encode-char'. + + * concord-turtle-dump.el: Require `chiset-common' instead of + `cwiki-common'. + (chise-turtle-feature-domains): Moved to chiset-common.el. + (charset-code-point-format-spec): Ditto. + (chise-turtle-uri-decode-feature-name): Ditto. + (chise-turtle-uri-encode-ccs-name): Ditto. + (chise-turtle-format-ccs-code-point): Ditto. + (chise-turtle-encode-char): Ditto. + + * chiset-common.el: New file. + + * TOMOYO-ELS (tomoyo-modules-to-compile): Add `chiset-common', + `isd-turtle' and `concord-turtle-dump'. + +2018-12-15 MORIOKA Tomohiko + * concord-turtle-dump.el: New files [moved from CHISET]. * isd-turtle.el: New file [moved from CHISE-ISD].