update.
authorMORIOKA Tomohiko <tomo.git@chise.org>
Sat, 15 Dec 2018 08:31:14 +0000 (17:31 +0900)
committerMORIOKA Tomohiko <tomo.git@chise.org>
Sat, 15 Dec 2018 08:31:14 +0000 (17:31 +0900)
ChangeLog

index 6298f9a..312d8f5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,28 @@
 2018-12-15  MORIOKA Tomohiko  <tomo.git@chise.org>
 
+       * 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  <tomo.git@chise.org>
+
        * concord-turtle-dump.el: New files [moved from CHISET].
 
        * isd-turtle.el: New file [moved from CHISE-ISD].