X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=ChangeLog;h=4d16249dec3a7d2f7e5ce605935296a67f777861;hb=1719aff7d058c0e15b0fbaf505b6e645bd1819f9;hp=bf4d1eeaf26b676f745a73e91530a289ef501b83;hpb=bb7c230252fdce8a4f8440c0bc24c4dc48c4b875;p=chise%2Fest.git diff --git a/ChangeLog b/ChangeLog index bf4d1ee..4d16249 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,140 @@ +2010-12-06 MORIOKA Tomohiko + + * cwiki-set.el: Omit to require `cwiki-common'. + + * cwiki-view.el, cwiki-edit.el, cwiki-add.el: Require + `cwiki-format' instead of `cwiki-common' and `est-xml'. + + * cwiki-common.el (www-format-value-as-kuten): Moved to + cwiki-format.el. + (www-format-value-default): Ditto. + (www-format-value-as-char-list): Ditto. + (www-format-value-as-domain-list): Ditto. + (www-format-value-as-ids): Ditto. + (www-format-value-as-S-exp): Ditto. + (www-format-value-as-HEX): Ditto. + (www-format-value-as-CCS-default): Ditto. + (www-format-value-as-CCS-94x94): Ditto. + (www-format-value-as-kangxi-radical): Ditto. + (www-format-value): Ditto. + (www-format-props-to-string): Ditto. + (www-format-apply-value): Ditto. + (www-format-eval-feature-value): Ditto. + (www-format-eval-unit): Ditto. + (www-format-eval-list): Ditto. + + * cwiki-format.el: New file. + +2010-12-06 MORIOKA Tomohiko + + * cwiki-view.el, cwiki-edit.el, cwiki-add.el: Require 'est-xml. + + * cwiki-common.el (www-xml-format-props): Moved to est-xml.el. + (www-xml-format-unit): Ditto. + (www-xml-format-list): Ditto. + + * est-xml.el: New file. + +2010-12-04 MORIOKA Tomohiko + + * cwiki-common.el: Assign new genre `person-name@ruimoku'. + +2010-11-20 MORIOKA Tomohiko + + * cwiki-edit.el (www-edit-display-object-desc): Renamed from + `www-edit-display-char-desc'; add new argument `genre'. + (www-batch-edit): Modify for `www-edit-display-object-desc'. + + * cwiki-common.el (est-object-genre): New function. + (www-format-apply-value): Use `est-object-genre' instead of + `concord-object-genre'. + +2010-11-18 MORIOKA Tomohiko + + * cwiki-common.el (www-get-feature-value): Add error-handler for + `concord-object-get'. + (www-format-value-as-char-list): Refer feature + `object-representation-format' instead of `name'. + (www-format-apply-value): Modify to edit non-character object. + + * cwiki-view.el (www-display-object-desc): Modify to edit + non-character object. + (www-display-feature-desc): Add new argument `genre'. + +2010-11-17 MORIOKA Tomohiko + + * cwiki-common.el: Assign new genre `region@ruimoku'. + +2010-11-16 MORIOKA Tomohiko + + * cwiki-view.el (www-display-object-desc): Don't display CHISE + IDS-Find for non-character object. + + * cwiki-common.el: Modify genres of ruimoku. + +2010-11-15 MORIOKA Tomohiko + + * cwiki-view.el (www-display-object-desc): Use + `www-uri-encode-object' instead of `www-uri-encode-char'. + (www-batch-view): Likewise. + + * cwiki-common.el (www-uri-encode-object): Renamed from + `www-uri-encode-char'. + (www-format-value-as-char-list): Use `www-uri-encode-object' + instead of `www-uri-encode-char'. + (www-format-value-as-ids): Likewise. + (www-format-eval-unit): Likewise. + +2010-11-15 MORIOKA Tomohiko + + * cwiki-common.el (www-uri-encode-char): Support non-character + object. + (www-format-value-as-char-list): Add link and readable + presentation for non-character object. + +2010-11-14 MORIOKA Tomohiko + + * cwiki-set.el (www-batch-set): Encode `xemacs-chise-version'. + + * cwiki-add.el (www-batch-add): Encode `xemacs-chise-version'. + + * cwiki-edit.el (www-batch-edit): Encode `xemacs-chise-version'. + + * cwiki-view.el (www-batch-view): Encode (emacs-version). + +2010-11-10 MORIOKA Tomohiko + + * cwiki-common.el (www-format-apply-value): Rename argument + `uri-char' to `uri-object'. + (www-format-eval-feature-value): Rename argument `char' and + `uri-char' to `object' and `uri-object'. + (www-format-eval-unit): Likewise. + (www-format-eval-list): Likewise. + +2010-10-14 MORIOKA Tomohiko + + * cwiki-view.el (www-display-object-desc): New function. + + * cwiki-common.el (est-format-object): New function. + +2010-10-14 MORIOKA Tomohiko + + * cwiki-common.el (www-get-genre): Abolished. + (www-get-feature-value): Don't use `www-get-genre'. + +2010-10-12 MORIOKA Tomohiko + + * cwiki-common.el: + - Set `file-name-coding-system' to 'utf-8-mcs-er. + - Add settings to assign genres of Ruimoku. + (www-get-feature-value): Modify for non-character genres. + (www-uri-decode-object): Use `www-uri-decode-feature-name' for + objects of `feature' genre. + + * cwiki-view.el (www-display-object-desc): Fix problem when + `object' is not a character. + (www-batch-view): Support general genres. + 2010-09-15 MORIOKA Tomohiko * cwiki-common.el (www-get-genre): New function.