X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=ChangeLog;h=6e4248fcdc882dea44bc534813660cb8b5b38d88;hb=7cf6374f08c1ced6f96a76e18b1ba51011d20caf;hp=823a10e013c40288b4b4417abe5cf9538e5cce77;hpb=a696893b381bb87e23f9a719389c06761eca31f9;p=chise%2Fest.git diff --git a/ChangeLog b/ChangeLog index 823a10e..6e4248f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,202 @@ +2016-06-08 MORIOKA Tomohiko + + * cwiki-view.el (www-display-object-desc): + - Add new argument `image-selection'. + - Add code to display image in head for genre `image-resource'. + (www-batch-view): Modify for interface change of + `www-display-object-desc'. + +2016-06-07 MORIOKA Tomohiko + + * cwiki-common.el: Assign genre `image-resource'. + +2016-06-01 MORIOKA Tomohiko + + * cwiki-view.el (www-display-object-desc): Add styles for + tooltips. + + * cwiki-common.el (www-format-encode-string): Add "tooltip" and + "tooltiptext" for HNG images. + +2016-05-08 MORIOKA Tomohiko + + * cwiki-view.el (www-batch-view-smart): Use + `char-db-json-char-data-with-variant' with readable mode. + + * char-db-json.el (char-db-ignored-attributes): Add `composition'. + (char-db-json-insert-relation-feature): Use + `char-db-json-insert-char-spec' even if running with readable + mode. + (char-db-json-insert-char-features): + - Delete line-breaking for `=>ucs' and `=>ucs*'. + - Delete setting for `japanese-radical', `ideographic-', + `->ideograph', `ideograph=', `original-ideograph-of', + `ancient-ideograph-of', `vulgar-ideograph-of', + `wrong-ideograph-of' and `ideographic-variants' because they + have been already abolished. + (what-char-definition-json): Use + `char-db-json-char-data-with-variant' with readable mode. + +2016-05-05 MORIOKA Tomohiko + + * cwiki-common.el (est-coded-charset-priority-list): Add + `=ucs@unicode', `==ucs@unicode', `===ucs@unicode', `==>ucs@bucs', + `===daikanwa/+p' and `===gt'. + + * char-db-json.el (char-db-json-insert-char-features): Add "@type" + based on glyph granularity. + +2016-05-05 MORIOKA Tomohiko + + * char-db-json.el (char-db-json-insert-ccs-feature): Modify + layout. + (char-db-json-insert-relation-feature): Likewise. + (char-db-json-insert-char-features): Likewise; add "@context" and + "@id". + +2016-05-04 MORIOKA Tomohiko + + * cwiki-view.el: Require `char-db-json'. + (www-display-object-desc): Add [JSON] button. + (www-batch-view-smart): Support "/data.json" API for character + genre. + + * char-db-json.el: New file. + +2016-05-02 MORIOKA Tomohiko + + * cwiki-common.el (www-format-encode-string): Display + "&A-IWDSU+xxxx;". + +2016-04-30 MORIOKA Tomohiko + + * cwiki-view.el (www-display-object-desc): Add link for HNG-card + for HNG representative glyph-images. + +2016-04-15 MORIOKA Tomohiko + + * cwiki-common.el (coded-charset-GlyphWiki-id-alist): Decrease + preferences of `=jis-x0212', `=jis-x0213-1@2000', + `=jis-x0213-1@2004', `=jis-x0213-2', `=jef-china3', + `=jis-x0208@1978/1pr', `=jis-x0208@1978/-4pr' and + `=jis-x0208@1978'. + +2016-04-14 MORIOKA Tomohiko + + * cwiki-common.el (coded-charset-GlyphWiki-id-alist): + - Add setting for `==cbeta'. + - Use "cbeta-" instead of "cb" as the prefix for `=cbeta'. + +2016-04-12 MORIOKA Tomohiko + + * cwiki-common.el (www-format-encode-string): Display + "&U-vnnn-xxxx;"; omit support for "&{o|G|g2|R}-U-innn+xxxx;". + (coded-charset-GlyphWiki-id-alist): Add setting for + `==ucs@unicode'. + +2016-04-06 MORIOKA Tomohiko + + * cwiki-common.el (coded-charset-GlyphWiki-id-alist): Modify order + to prefer glyph-images (===foo) > abstract glyph-forms (==foo) > + detailed glyphs (=>>foo) > glyphs (=foo) > unified glyphs (=+>foo) + > abstract characters. + +2016-04-05 MORIOKA Tomohiko + + * est-format.el (est-format-props): Don't apply + `www-format-encode-string' to the return value of + `est-format-unit' because it has already been encoded. + +2016-03-19 MORIOKA Tomohiko + + * cwiki-common.el (est-coded-charset-priority-list): Add + `=ucs@unicode'. + +2016-03-18 MORIOKA Tomohiko + + * cwiki-common.el (www-format-encode-string): Add setting for + `=mj' and `==mj'. + (coded-charset-GlyphWiki-id-alist): Don't prefer `=ucs' to other + CCSes. + +2016-03-16 MORIOKA Tomohiko + + * cwiki-glyph.el (www-glyph-big5-to-ucs-pua): New function. + (www-glyph-generate-png): Use `www-glyph-big5-to-ucs-pua' as a + fall-back. + (www-glyph-display-png): Support HZK-hhhh. + + * cwiki-common.el (www-format-encode-string): + - Support `=hanziku-{1..12}' and `=big5'. + - Display &G-CBddddd; and &g2-CBddddd;. + - Display &({o-|G-|g2-}){I|U}+hhhh;. + - Display &A-GT-ddddd;. + +2016-03-16 MORIOKA Tomohiko + + * cwiki-view.el (www-display-object-desc): Add setting of CSS in + header. + + * est-format.el (est-format-unit): For conversion of + `feature-name' unit, enclose '(a (:href ...) ...) with '(span + (:class "feature-name") ...) + + * est-eval.el (est-eval-value-as-ids): New implementation. + +2016-03-15 MORIOKA Tomohiko + + * cwiki-common.el (est-coded-charset-priority-list): Add `=mj', + `==mj', `===mj' and `=ucs-itaiji-003'. + (coded-charset-GlyphWiki-id-alist): Add setting for + `=ucs-itaiji-003' and `=koseki'. + +2016-03-14 MORIOKA Tomohiko + + * cwiki-common.el (est-coded-charset-priority-list): Add + `=>cbeta'. + (www-format-encode-string): Support &A-CBddddd; + +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'.