X-Git-Url: http://git.chise.org/gitweb/?p=chise%2Fest.git;a=blobdiff_plain;f=ChangeLog;h=835cd8cdd6634eb0bb3b952d36028410e14fdf9f;hp=01aada15dec44851d658d8ee6cd170904b346dd3;hb=1f65e377db275cfdd53ff0e5eb75a4dbff8262ed;hpb=e1f772ff2e3b20b547b00c25ae2bb31a148c6512 diff --git a/ChangeLog b/ChangeLog index 01aada1..835cd8c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,615 @@ +2018-10-19 MORIOKA Tomohiko + + * cwiki-view.el (www-display-object-desc): Add code to clickable + image of clipped source image for SW-JIGUGE[45]-ddddd character + objects. + +2018-09-29 MORIOKA Tomohiko + + * cwiki-common.el (www-format-encode-string): + - Add code for &SW-JIGUGE[45]-ddddd;. + - Use "width: auto; max-height: 60px" instead of + "width: 48px; height: 48px" for HNG glyph images. + +2018-09-08 MORIOKA Tomohiko + + * cwiki-common.el: Mount `{->|<-}HNG@{CN|JP}/{manuscript|printed}' + and `{->|<-}HNG@{KR|MISC}'. + +2018-07-18 MORIOKA Tomohiko + + * cwiki-common.el: Assign genre `ud@zh-classical'. + +2018-03-13 MORIOKA Tomohiko + + * cwiki-common.el (www-format-encode-string): Use + "http://mojikiban.ipa.go.jp/MJ%06d.png" instead of + "http://mojikiban.ipa.go.jp/search/MJ%06d". + +2018-02-15 MORIOKA Tomohiko + + * est-eval.el (est-eval-apply-value): Support new format + `unordered-link-list'. + (est-eval-list): Add new optional argument `list-props'. + +2018-01-31 MORIOKA Tomohiko + + * cwiki-common.el (char-GlyphWiki-id): Use `get-char-attribute' + instead of `char-feature'. + +2017-12-09 MORIOKA Tomohiko + + * cwiki-common.el (www-format-encode-string): Display + "&A-cgnU+hhhh;". + +2017-11-14 MORIOKA Tomohiko + + * cwiki-common.el (www-format-encode-string): Add setting of + `coded-charset-entity-reference-alist' for `=>big5-cdp'. + +2017-11-11 MORIOKA Tomohiko + + * cwiki-common.el (www-format-encode-string): + - Add entity-reference setting for `==cbeta'. + - Display "&R-CBddddd;". + - Display "&g2-iddd+hhhh;". + - Fix alt property of img tag for "&CDP-iddd-hhhh;". + - Display "&g2-U-vddd+hhhh;". + (coded-charset-GlyphWiki-id-alist): Add settings for + `==ucs-itaiji-005' and `=>>adobe-japan1-{0..6}'. + +2017-08-20 MORIOKA Tomohiko + + * cwiki-common.el (est-coded-charset-priority-list): Add + `=ucs-itaiji-004', `=ucs-itaiji-005', `=ucs-itaiji-006', + `=ucs-itaiji-007', `=ucs-itaiji-008', `=ucs-itaiji-009', + `=ucs-itaiji-010', `=ucs-itaiji-011', `=ucs-itaiji-084', + `=ucs-var-001', `=ucs-var-002', `=ucs-var-003', `=ucs-var-004', + `=>ucs-itaiji-002', `=>ucs-itaiji-003', `=>ucs-itaiji-004', + `=>ucs-itaiji-005', `=>ucs-itaiji-006' and `=>ucs-itaiji-007'. + (www-format-encode-string): Display "&(A-)CDP-iddd-hhhh;". + (coded-charset-GlyphWiki-id-alist): Add settings for + `=ucs-var-004', `=>ucs-itaiji-006', `=big5-cdp-itaiji-001', + `=big5-cdp-itaiji-002' and `=>big5-cdp-itaiji-001'. + +2017-08-10 MORIOKA Tomohiko + + * cwiki-common.el (est-coded-charset-priority-list): Add settings + for `=+>ucs@iso', `=+>ucs@unicode', `===adobe-japan1', + `===cns11643-1', `===cns11643-2', `===cns11643-3', + `===cns11643-4', `===cns11643-5', `===cns11643-6' and + `===cns11643-7'. + +2017-07-26 MORIOKA Tomohiko + + * cwiki-common.el (est-coded-charset-priority-list): Add + `=>ucs-itaiji-001'. + (www-format-encode-string): Display "&A-MJdddddd;", + "&A-U-iddd+hhhh;", "&g2-GT-Kddddd;", "&A-CDP-hhhh;" and + "&A-RUI6-hhhh;" entity references. + (coded-charset-GlyphWiki-id-alist): Add settings for + `=>ucs-itaiji-001', `=>big5-cdp', `=ruimoku-v6' and + `=>ruimoku-v6'. + + * cwiki-view.el (www-display-object-desc): Fix problem about + ">-...;" in input boxes of IDS-Find. + +2017-07-23 MORIOKA Tomohiko + + * cwiki-common.el (est-coded-charset-priority-list): Add + `=>ucs@iwds-1' and `=>ucs@component'. + (www-format-encode-string): Display "&A-compU+hhhh;" entity + references. + +2016-11-17 MORIOKA Tomohiko + + * char-db-json.el (char-db-json-insert-relation-feature): Check + argument `value' to accept character object as the same as list of + characters. + + * cwiki-view.el (www-display-object-desc): Check return value of + `www-get-feature-value' to accept character object as the same as + list of characters. + + * cwiki-common.el (www-format-encode-string): Check return value + of `www-get-feature-value' to accept character object as the same + as list of characters. + +2016-09-13 MORIOKA Tomohiko + + * cwiki-common.el (www-format-encode-string): Display + "&A-GT-Kddddd;" entity references. + +2016-07-21 MORIOKA Tomohiko + + * est-eval.el (est-eval-value-as-created-works): Fix problem when + some items of value are omitted. + +2016-06-29 MORIOKA Tomohiko + + * cwiki-view.el (www-display-object-desc): Add CSS setting for + image-list. + + * est-eval.el (est-eval-value-as-image-resource): Add optional + argument `accept-full-image'. + (est-eval-value-as-image-object): New function. + (est-eval-value-as-image-list): New function. + (est-eval-apply-value): Use `est-eval-value-as-image-list' for + format `image-list'. + + * est-format.el (est-format-unit): Treat `image-list' as the same + as `list'. + +2016-06-29 MORIOKA Tomohiko + + * cwiki-view.el (www-display-object-desc): Change URL of HNG card + image from + "http://hng.chise.org/images/HNG//cards/.jpg" to + "http://hng.chise.org/images/HNG//card/.jpg". + + * cwiki-common.el (www-format-encode-string): Display + &{G-|g2-|R-}RUI6-hhhh;. + +2016-06-28 MORIOKA Tomohiko + + * cwiki-view.el (www-display-object-desc): For each character + object to represent HNG glyph-image, generate features + `sources@HNG/card' and `sources@zinbun/takuhon' and display them. + +2016-06-15 MORIOKA Tomohiko + + * est-eval.el (est-eval-value-as-glyph-image): New function. + (est-eval-value-as-object): Use `est-eval-value-as-glyph-image' + for genre `glyph-image'. + (est-eval-value-as-location): New function. + (est-eval-value-as-name): New function. + (est-eval-value-as-location-list): New function. + (est-eval-value-as-name-list): New function. + (est-eval-apply-value): + - Use `est-eval-value-as-location-list' for format + `location-list'. + - Use `est-eval-value-as-name-list' for format `name-list'. + + * cwiki-view.el (www-display-object-desc): Add code to display + image in head for genre `glyph-image'. + +2016-06-14 MORIOKA Tomohiko + + * cwiki-common.el: Assign genre `glyph-image'. + +2016-06-12 MORIOKA Tomohiko + + * est-eval.el (est-eval-value-as-character): New function. + (est-eval-value-as-char-list): New function. + (est-eval-apply-value): Add new format `char-list'. + +2016-06-11 MORIOKA Tomohiko + + * est-eval.el (est-eval-value-as-image-resource): New function. + (est-eval-value-as-object): Use `est-eval-value-as-image-resource' + for `image-resource' genre. + + * est-format.el (est-format-unit): Support `img' tag. + +2016-06-09 MORIOKA Tomohiko + + * cwiki-view.el (www-display-object-desc): Use "...$.zoom-xywh=" + instead of "...$zoom-xywh=" to specify image zooming. + (www-batch-view-smart): Likewise. + +2016-06-09 MORIOKA Tomohiko + + * cwiki-view.el (www-display-object-desc): + - For each image segment, add link to the corresponding original + image with zooming. + - Implement zooming feature for `image-resource' genre. + - Use HNG-card page of EsT instead of HNG-card image as link from + HNG glyph-images. + (www-batch-view-smart): Support "...$zoom-xywh=" modifier for + `image-resource' genre. + +2016-06-08 MORIOKA Tomohiko + + * cwiki-view.el (www-display-object-desc): Add code for genre + `hng-card' to display image of HNG-card. + + * cwiki-common.el: Assign genre `hng-card'. + +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'. + (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' + to `==FOO'. + (www-uri-encode-feature-name): Encode `==FOO' to `rep2.FOO'. + (www-format-encode-string): Support `==cns11643-*'; support `==gt' + and `==ucs@unicode'. + + * est-eval.el (est-eval-value-as-domain-list): Treat `zob1959' in + `source' as the same as `zob1968'. + +2013-09-18 MORIOKA Tomohiko + + * cwiki-common.el (www-format-encode-string): Support + `=hanyo-denshi/*', `=adobe-japan1-6', `=big5-cdp', `=ucs@unicode' + and `=ucs@JP/hanazono'; support &{G|g2}-J{78|83|90|97|SP}-hhhh;. + (coded-charset-GlyphWiki-id-alist): Modify preference of + `=>>daikanwa' and `=ucs@ks'. + + * cwiki-glyph.el (www-glyph-generate-png): Support + `=ucs@JP/hanazono'. + (www-glyph-display-png): Likewise. + + * est-eval.el (est-eval-value-as-composition-list): New function. + (est-eval-value-as-decomposition-list): New function. + (est-eval-apply-value): Add new formats `decomposition', + `composition' and `unordered-composition-list'. + +2013-09-02 MORIOKA Tomohiko + + * cwiki-common.el: Assign genre `entry@zh-classical' instead of + `morpheme-entry@zh-classical' and `sentence-entry@zh-classical'. + +2013-08-27 MORIOKA Tomohiko + + * cwiki-common.el: + - Assign new genres `morpheme-entry@zh-classical', + `word-class@zh-classical', `morpheme@zh-classical', + `sentence@zh-classical' and `sentence-entry@zh-classical'. + - Mount char-feature `*instance@morpheme-entry/zh-classical'. + +2012-12-20 MORIOKA Tomohiko + + * cwiki-common.el (www-feature-value-format): Refer + `value-presentation-format' as like as `value-format'. + +2012-12-20 MORIOKA Tomohiko + + * est-rdf-view.el (est-rdf-encode-feature-name): Map domain to + xmlns-prefix; refer feature `rdf-namespace-prefix' and + `rdf-namespace-uri'; return '( + ) instead of '( . ). + (est-rdf-display-object-desc): Modify for + `est-rdf-encode-feature-name'. + + * cwiki-view.el (www-display-feature-desc): Display + `value-presentation-format'. + + * cwiki-edit.el (www-edit-display-feature-desc): Support + `value-presentation-format'. + +2012-12-08 MORIOKA Tomohiko + + * est-rdf-view.el (est-rdf-encode-feature-name): + - Use ".-." instead of "." for non-top `*'. + - Use "..." instead of "-" for `/'. + (est-rdf-display-object-desc): Support metadata feature. + (est-rdf-batch-view): Modify for `est-rdf-display-object-desc'. + +2012-12-08 MORIOKA Tomohiko + + * cwiki-common.el: Use `*instance@ruimoku/bibliography/title' + instead of `instance@ruimoku/bibliography/title'. + +2012-09-23 MORIOKA Tomohiko + + * cwiki-view.el (www-display-object-desc): Add a link-button for + RDF. + +2012-09-22 MORIOKA Tomohiko + + * est-rdf-view.el: New file. + +2012-09-15 MORIOKA Tomohiko + + * est-eval.el (est-eval-value-as-journal-volume): Add new optional + argument `short'. + (est-eval-value-as-journal-volumes): New function. + (est-eval-apply-value): Use `est-eval-value-as-journal-volumes' + for format `journal-volume-list'. + (est-eval-feature-value): Change limit size from 127 to 255. + +2012-09-14 MORIOKA Tomohiko + + * est-eval.el (est-eval-value-as-journal-volume): Refer + `<-journal/volume*name'. + (est-eval-value-as-creators-names): Fix problem when string is + occurred in value. + +2012-09-13 MORIOKA Tomohiko + + * est-eval.el (est-eval-value-as-journal-volume): Support book + object. + (est-eval-value-as-article): New implementation; use + `est-eval-value-as-book'; add journal-volume, page and date. + (est-eval-value-as-book): New implementation. + + * est-format.el (est-format-list): Don't specify separator for + each child unit. + +2012-09-13 MORIOKA Tomohiko + + * est-eval.el (est-eval-value-as-journal-volume): Use + `<-journal/volume', `<-journal/volume*volume' and + `<-journal/volume*number' if they are found. + 2012-09-12 MORIOKA Tomohiko * cwiki-view.el (www-batch-view): Fix problem when decoding