(www-format-encode-string): Add setting of
[chise/est.git] / ChangeLog
index 68b81d6..0ffb947 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,191 @@
+2017-11-11  MORIOKA Tomohiko  <tomo.git@chise.org>
+
+       * 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  <tomo.git@chise.org>
+
+       * 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  <tomo.git@chise.org>
+
+       * 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  <tomo.git@chise.org>
+
+       * 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
+       "&GT-...;" in input boxes of IDS-Find.
+
+2017-07-23  MORIOKA Tomohiko  <tomo.git@chise.org>
+
+       * 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  <tomo.git@chise.org>
+
+       * 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  <tomo.git@chise.org>
+
+       * cwiki-common.el (www-format-encode-string): Display
+       "&A-GT-Kddddd;" entity references.
+
+2016-07-21  MORIOKA Tomohiko  <tomo.git@chise.org>
+
+       * est-eval.el (est-eval-value-as-created-works): Fix problem when
+       some items of value are omitted.
+
+2016-06-29  MORIOKA Tomohiko  <tomo.git@chise.org>
+
+       * 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  <tomo.git@chise.org>
+
+       * cwiki-view.el (www-display-object-desc): Change URL of HNG card
+       image from
+       "http://hng.chise.org/images/HNG/<nnn>/cards/<nnnn>.jpg" to
+       "http://hng.chise.org/images/HNG/<nnn>/card/<nnnn>.jpg".
+
+       * cwiki-common.el (www-format-encode-string): Display
+       &{G-|g2-|R-}RUI6-hhhh;.
+
+2016-06-28  MORIOKA Tomohiko  <tomo.git@chise.org>
+
+       * 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  <tomo.git@chise.org>
+
+       * 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  <tomo.git@chise.org>
+
+       * cwiki-common.el: Assign genre `glyph-image'.
+
+2016-06-12  MORIOKA Tomohiko  <tomo.git@chise.org>
+
+       * 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  <tomo.git@chise.org>
+
+       * 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  <tomo.git@chise.org>
+
+       * 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  <tomo.git@chise.org>
+
+       * 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  <tomo.git@chise.org>
+
+       * 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  <tomo.git@chise.org>
+
+       * 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  <tomo.git@chise.org>
+
+       * cwiki-common.el: Assign genre `image-resource'.
+
+2016-06-01  MORIOKA Tomohiko  <tomo.git@chise.org>
+
+       * 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  <tomo.git@chise.org>
 
        * cwiki-view.el (www-batch-view-smart): Use