X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=ChangeLog;h=2289a4f98c1e0311d9444aad49fad97d17067dc8;hb=8109af5a1d81a7060e478e5d948f84ac4f2ac819;hp=6298f9aa7b377a77b82867b906aeef3ca23aa501;hpb=afb32e0b764bfc083ec3d3d32d6bcec24c884db1;p=chise%2Ftomoyo-tools.git diff --git a/ChangeLog b/ChangeLog index 6298f9a..2289a4f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,110 @@ +2020-09-29 MORIOKA Tomohiko + + * 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 + + * 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 + + * concord-turtle-dump.el (concord-turtle-insert-target-value): Use + `concord-turtle-insert-relations' for `abstract-glyph'. + +2019-04-17 MORIOKA Tomohiko + + * char-db-dump.el (char-db-dump-additional-idc): New function. + +2019-03-15 MORIOKA Tomohiko + + * chiset-common.el (est-uri-decode-feature-name-body): Decode + "._." into `+'. + (est-uri-encode-feature-name-body): Encode `+' into "._.". + +2018-12-17 MORIOKA Tomohiko + + * 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 + + * isd-turtle.el (chise-turtle-uri-encode-ccs-name): It has been + defined in chiset-common.el. + +2018-12-15 MORIOKA Tomohiko + + * concord-turtle-dump.el + (char-db-turtle-write-ideograph-radical-char-data): Add autoload + cookie. + +2018-12-15 MORIOKA Tomohiko + + * 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 + + * 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].