X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=ChangeLog;h=8fd30f89c300ecec410c76902e60ede8f0929c37;hb=c85a026c09f8382792ee30992b6ace022cdd516a;hp=89ff3ce015d0536bd8043e2fc2dbaf0e0f75c859;hpb=91a4e4a8144556bdabfa5fcaa01eceed3e1429fd;p=chise%2Fest.git diff --git a/ChangeLog b/ChangeLog index 89ff3ce..8fd30f8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,124 @@ +2016-02-11 MORIOKA Tomohiko + + * cwiki-common.el (est-coded-charset-priority-list): Add + `=ucs-itaiji-001'. + (coded-charset-GlyphWiki-id-alist): Prefer + `=ucs-var-{001|002|003}', `=ucs-itaiji-{002|084}' to `=ucs'; add + setting for `=ucs-itaiji-001'. + +2015-11-22 MORIOKA Tomohiko + + * cwiki-common.el (est-coded-charset-priority-list): Add + `===ucs@iso'. + (www-format-encode-string): Use GlyphWiki to display SIP + characters. + (coded-charset-GlyphWiki-id-alist): Add setting for `==ucs@iso'. + +2015-11-20 MORIOKA Tomohiko + + * cwiki-view.el (www-display-object-desc): Add input box for + http://www.chise.org/hng-ids-find. + +2015-11-05 MORIOKA Tomohiko + + * cwiki-common.el (est-coded-charset-priority-list): New variable. + (www-uri-encode-object): Refer `est-coded-charset-priority-list'. + (www-format-encode-string): Support `=ucs-itaiji-nnn'. + (coded-charset-GlyphWiki-id-alist): Add setting for + `=ucs-var-001', `=ucs-var-002', `=ucs-var-003', `=ucs-itaiji-002', + `=ucs-itaiji-084', `=big5-cdp-var-3' and `=big5-cdp-var-5'. + +2015-10-29 MORIOKA Tomohiko + + * cwiki-view.el (www-display-feature-desc): Decode return value of + `char-feature-property' [perhaps `char-feature-property' should + return decoded string]. + +2015-10-21 MORIOKA Tomohiko + + * cwiki-common.el (www-feature-format): Refer + char-feature-property `presentation-format'. + +2015-09-28 MORIOKA Tomohiko + + * cwiki-common.el: Mount `->HNG' and `<-HNG'. + (chise-wiki-hng-bitmap-glyphs-url): New variable. + (www-format-encode-string): + - Format "&(o-|G-|g2-|R-)J0-hhhh;". + - Format "R-HD-*;". + - Format "&HNGdd-ddddd;". + - Format "&(o-|G-|g2-|R-)MJ-dddddd;". + - Format "&(G-|g2-|R-)CDP-hhhh;". + +2014-11-21 MORIOKA Tomohiko + + * cwiki-common.el(www-uri-decode-feature-name): + - Decode repi.FOO to ===FOO. + - Decode rep2.FOO to ===FOO instead of ==FOO. + - Decode g2.FOO to ==FOO. + - Decode gi.FOO to ==FOO instead of =>>>FOO. + (www-uri-encode-feature-name): + - Encode ==FOO to g2.FOO instead of rep2.FOO. + - Encode ===FOO to repi.FOO. + (www-format-encode-string): Add setting for `=>>hanyo-denshi/*' + and `==hanyo-denshi/*'; support some ===FOO and ==FOO. + (coded-charset-GlyphWiki-id-alist): Add `==adobe-japan1-*', + `===adobe-japan1-*', `==ucs@jis', `===ucs@jis', `==ucs@cns', + `==daikanwa', `===daikanwa', `==ucs@ks' and `===ucs@ks'. + (char-GlyphWiki-id): Treat `=jis-x0213-2' as uXXXX. + +2014-09-19 MORIOKA Tomohiko + + * est-eval.el (est-eval-value-as-domain-list): Fix problem about + ranges. + (est-eval-feature-value): Don't omit items of `sources'. + +2014-06-19 MORIOKA Tomohiko + + * cwiki-view.el (www-display-object-desc): Support + `est-hide-cgi-mode'. + (www-display-feature-desc): Likewise. + (www-batch-view-smart): New function. + + * cwiki-common.el (est-hide-cgi-mode): New variable. + (est-view-url-prefix): New variable. + (est-uri-decode-feature-name-body): New function. + (est-uri-encode-feature-name-body): New function. + (www-uri-decode-feature-name): Use + `est-uri-decode-feature-name-body'. + (www-uri-encode-feature-name): Use + `est-uri-encode-feature-name-body'. + (www-uri-make-feature-name-url): Add implementation for + `est-hide-cgi-mode'. + (www-uri-decode-object): Support `est-hide-cgi-mode'; use + `est-uri-decode-feature-name-body'. + (www-uri-encode-object): Support `est-hide-cgi-mode'; use + `est-uri-encode-feature-name-body'. + (www-uri-make-object-url): Add implementation for + `est-hide-cgi-mode'. + + * est-format.el (est-format-unit): Support `est-hide-cgi-mode'. + +2014-06-18 MORIOKA Tomohiko + + * cwiki-view.el (www-display-object-desc): Add new argument + `uri-feature-name'; if it is specified, display only the specified + feature with all items of the value. + (www-batch-view): Modify for `www-display-object-desc'. + + * est-eval.el (est-eval-list-feature-items-limit): New variable. + (est-eval-feature-value): Use `est-eval-list-feature-items-limit'; + don't omit items of feature value if + `est-eval-list-feature-items-limit' is nil. + + * est-format.el (est-format-unit): Format `omitted'. + + * cwiki-set.el (www-set-display-object-desc): Modify for + `www-display-object-desc'. + + * cwiki-edit.el (www-edit-display-object-desc): Modify for + `www-display-object-desc'. + 2014-05-26 MORIOKA Tomohiko * cwiki-common.el (www-uri-decode-feature-name): Decode `rep2.FOO'