update.
[chise/est.git] / ChangeLog
index 7b22863..68b81d6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,104 @@
+2016-05-08  MORIOKA Tomohiko  <tomo.git@chise.org>
+
+       * 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  <tomo.git@chise.org>
+
+       * 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  <tomo.git@chise.org>
+
+       * 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  <tomo.git@chise.org>
+
+       * 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  <tomo.git@chise.org>
+
+       * cwiki-common.el (www-format-encode-string): Display
+       "&A-IWDSU+xxxx;".
+
+2016-04-30  MORIOKA Tomohiko  <tomo.git@chise.org>
+
+       * cwiki-view.el (www-display-object-desc): Add link for HNG-card
+       for HNG representative glyph-images.
+
+2016-04-15  MORIOKA Tomohiko  <tomo.git@chise.org>
+
+       * 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  <tomo.git@chise.org>
+
+       * 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  <tomo.git@chise.org>
+
+       * 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  <tomo.git@chise.org>
+
+       * 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  <tomo.git@chise.org>
+
+       * 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  <tomo.git@chise.org>
+
+       * cwiki-common.el (est-coded-charset-priority-list): Add
+       `=ucs@unicode'.
+
+2016-03-18  MORIOKA Tomohiko  <tomo.git@chise.org>
+
+       * 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  <tomo.git@chise.org>
 
        * cwiki-glyph.el (www-glyph-big5-to-ucs-pua): New function.