update.
[chise/tomoyo-tools.git] / ChangeLog
index e3abf42..2289a4f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,150 @@
+2020-09-29  MORIOKA Tomohiko  <tomo.git@chise.org>
+
+       * char-db-dump.el (char-db-dump-shuowen): Split into
+       ShuoWen-SRnnn.el.
+       (char-db-dump): Call `char-db-dump-additional-idc'.
+
+2019-12-16  MORIOKA Tomohiko  <tomo.git@chise.org>
+
+       * concord-turtle-dump.el (chise-turtle-uri-encode-feature-name):
+       Use ":source-file" for `*source-file'.
+       (concord-turtle-insert-list): Use `concord-turtle-encode-object'
+       to encode Concord-object.
+
+2019-11-08  MORIOKA Tomohiko  <tomo.git@chise.org>
+
+       * concord-turtle-dump.el (concord-turtle-insert-target-value): Use
+       `concord-turtle-insert-relations' for `abstract-glyph'.
+
+2019-04-17  MORIOKA Tomohiko  <tomo.git@chise.org>
+
+       * char-db-dump.el (char-db-dump-additional-idc): New function.
+
+2019-03-15  MORIOKA Tomohiko  <tomo.git@chise.org>
+
+       * chiset-common.el (est-uri-decode-feature-name-body): Decode
+       "._." into `+'.
+       (est-uri-encode-feature-name-body): Encode `+' into "._.".
+
+2018-12-17  MORIOKA Tomohiko  <tomo.git@chise.org>
+
+       * concord-turtle-dump.el (chise-turtle-uri-encode-feature-name):
+       - Use ":subsumed-in" for `<-subsumptive'.
+       - Use ":unify" for `->denotational'.
+       - Use ":unified-by" for `<-denotational'.
+       - Use ":formed" for `->formed'.
+       - Use "ideo:same" for `->same'.
+       - Use "ideo:simplified-form" for `->simplified'.
+       - Use "ideo:vulgar-form" for `->vulgar'.
+       - Use "ideo:wrong-form" for `->wrong'.
+       - Use "ideo:original-form" for `->original'.
+       - Use "ideo:ancient-form" for `->ancient'.
+       - Use "ideo:Small-Seal-form" for `->Small-Seal'.
+       - Use "ideo:Small-Seal-form-of" instead of "ideo:Small-Seal-of"
+         for `<-Small-Seal'.
+       - Use "ideo:Oracle-Bone-character" for `->Oracle-Bones'.
+       - Use "ideo:Oracle-Bone-character-of" for `<-Oracle-Bones'.
+       - Use "ideo:interchangeable-form" instead of
+         "ideo:interchangeable" for `->interchangeable'.
+       - Use "ideo:interchangeable" for `<-interchangeable'.
+       - Use "ideo:mistakable-character" instead of "ideo:mistakable" for
+         `->mistakable'.
+       - Use "ideo:mistakable-character-of" for `<-mistakable'.
+       - Use ":reference" for `*references'.
+       (concord-turtle-insert-relation-feature): Modify format of
+       non-list value.
+       (concord-turtle-insert-metadata): Use
+       `concord-turtle-insert-references'.
+       (concord-turtle-insert-references): New function.
+       (concord-turtle-insert-target-value): Use
+       `concord-turtle-insert-references' for `*references'.
+       (concord-turtle-insert-object-features): Modify format of
+       `<-denotational@component'; modify indent of
+       total-strokes@domain*sources.
+
+2018-12-16  MORIOKA Tomohiko  <tomo.git@chise.org>
+
+       * isd-turtle.el (chise-turtle-uri-encode-ccs-name): It has been
+       defined in chiset-common.el.
+
+2018-12-15  MORIOKA Tomohiko  <tomo.git@chise.org>
+
+       * concord-turtle-dump.el
+       (char-db-turtle-write-ideograph-radical-char-data): Add autoload
+       cookie.
+
+2018-12-15  MORIOKA Tomohiko  <tomo.git@chise.org>
+
+       * concord-turtle-dump.el (chise-turtle-uri-encode-feature-name):
+       Use ":instance" for `*instance'.
+       (concord-turtle-insert-target-value): Use
+       `concord-turtle-insert-relations' for `*instance'.
+       (concord-turtle-insert-char-ref): Use "rdfs:comment" for `:note'.
+       (concord-turtle-insert-object-features): Insert all relations.
+
+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].
+
+2018-10-05  MORIOKA Tomohiko  <tomo.git@chise.org>
+
+       * char-db-dump.el (char-db-dump-shuowen): Use
+       `insert-char-data-with-variant' instead of `insert-char-data'.
+
+2018-09-29  MORIOKA Tomohiko  <tomo.git@chise.org>
+
+       * char-db-dump.el (char-db-dump): Call `char-db-dump-shuowen'.
+
+2018-09-28  MORIOKA Tomohiko  <tomo.git@chise.org>
+
+       * char-db-dump.el (char-db-dump-shuowen): New function.
+
+2018-02-15  MORIOKA Tomohiko  <tomo.git@chise.org>
+
+       * char-db-dump.el (char-db-ucs-range-file-list): Add setting for
+       u031C0-CJK-Strokes.el.
+
+2013-11-20  MORIOKA Tomohiko  <tomo.git@chise.org>
+
+       * ideo-trans.el (japanese-traditionalize-string): Use `selector'
+       instead of `ideo-trans-select-char'.
+       (japanese-traditionalize-region): Add new optional argument
+       `selector'.
+
+2012-09-14  MORIOKA Tomohiko  <tomo.git@chise.org>
+
+       * ideo-trans.el (chinese-traditionalize-string): Use
+       `<-simplified@CN' instead of `<-simplified'.
+
+2012-04-29  MORIOKA Tomohiko  <tomo.git@chise.org>
+
+       * ideo-trans.el (japanese-traditionalize-region): Add DOC-string.
+
 2012-03-12  MORIOKA Tomohiko  <tomo@zinbun.kyoto-u.ac.jp>
 
        * ideo-trans.el (japanese-simplified-relation-features): Delete