update.
[chise/xemacs-chise.git.1] / lisp / ChangeLog
index fd4e53f..13f8ec6 100644 (file)
@@ -1,3 +1,168 @@
+2016-02-10  MORIOKA Tomohiko  <tomo.git@chise.org>
+
+       * mule/mule-charset.el (default-coded-charset-priority-list): Add
+       `=ucs-sip-var-002'.
+
+       * mule/mule-conf.el (=ucs-sip-var-002): New coded-charset for
+       XEmacs CHISE.
+
+2016-02-05  MORIOKA Tomohiko  <tomo.git@chise.org>
+
+       * mule/mule-charset.el (default-coded-charset-priority-list): Add
+       `=ucs-sip-itaiji-002'.
+
+       * mule/mule-conf.el (=ucs-sip-itaiji-002): New coded-charset for
+       XEmacs CHISE.
+
+2016-02-01  MORIOKA Tomohiko  <tomo.git@chise.org>
+
+       * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
+       setting for `==hanyo-denshi/tk'.
+
+2016-01-28  MORIOKA Tomohiko  <tomo.git@chise.org>
+
+       * mule/mule-conf.el (=hanyo-denshi/ks): Fix `long-name'.
+       (=hanyo-denshi/tk): Fix `long-name'.
+       (==hanyo-denshi/tk): New coded-charset for XEmacs CHISE.
+
+2016-01-17  MORIOKA Tomohiko  <tomo.git@chise.org>
+
+       * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
+       setting for `=>mj'.
+
+2016-01-17  MORIOKA Tomohiko  <tomo.git@chise.org>
+
+       * mule/mule-conf.el (=mj): Fix `dimension'.  (=>mj): New
+       coded-charset for XEmacs CHISE.
+
+2015-12-18  MORIOKA Tomohiko  <tomo.git@chise.org>
+
+       * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
+       setting for `=hanyo-denshi/tk'.
+
+2015-12-17  MORIOKA Tomohiko  <tomo.git@chise.org>
+
+       * mule/mule-charset.el (default-coded-charset-priority-list): Add
+       `=hanyo-denshi/tk/mf-01'.
+
+       * mule/mule-conf.el (=hanyo-denshi/tk): New coded-charset for
+       XEmacs CHISE.
+       (=hanyo-denshi/tk/mf-01): Ditto.
+
+2015-12-11  MORIOKA Tomohiko  <tomo.git@chise.org>
+
+       * mule/mule-charset.el (default-coded-charset-priority-list):
+       Prefer `==ucs-bmp-cjk-compat@JP' to `==ucs-bmp-cjk-compat@gb'.
+
+2015-11-16  MORIOKA Tomohiko  <tomo.git@chise.org>
+
+       * mule/mule-charset.el (default-coded-charset-priority-list):
+       Prefer `=jis-x0208@1983' to `chinese-gb2312'.
+
+2015-11-11  MORIOKA Tomohiko  <tomo.git@chise.org>
+
+       * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
+       settings for `=ucs-itaiji-004' and `=ucs-itaiji-005'.
+
+       * mule/mule-charset.el (default-coded-charset-priority-list): Add
+       `=ucs-bmp-itaiji-004' and `=ucs-bmp-itaiji-005'.
+
+       * mule/mule-conf.el (=ucs-itaiji-004): New coded-charset for
+       XEmacs CHISE.
+       (=ucs-bmp-itaiji-004): Ditto.
+       (=ucs-itaiji-005): Ditto.
+       (=ucs-bmp-itaiji-005): Ditto.
+
+2015-11-11  MORIOKA Tomohiko  <tomo.git@chise.org>
+
+       * mule/mule-charset.el (default-coded-charset-priority-list): Add
+       `=ucs-sip-itaiji-001'.
+
+       * mule/mule-conf.el (=ucs-sip-itaiji-001): New coded-charset for
+       XEmacs CHISE.
+
+2015-11-07  MORIOKA Tomohiko  <tomo.git@chise.org>
+
+       * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
+       settings for `=ucs-itaiji-001', `=ucs-itaiji-003' and
+       `=ucs-itaiji-008'.
+
+       * mule/mule-charset.el (default-coded-charset-priority-list): Add
+       `=ucs-bmp-itaiji-001', `=ucs-bmp-itaiji-003' and
+       `=ucs-bmp-itaiji-008'.
+
+       * mule/mule-conf.el (=ucs-itaiji-001): New coded-charset for
+       XEmacs CHISE.
+       (=ucs-bmp-itaiji-001): Ditto.
+       (=ucs-itaiji-003): Ditto.
+       (=ucs-bmp-itaiji-003): Ditto.
+       (=ucs-itaiji-008): Ditto.
+       (=ucs-bmp-itaiji-008): Ditto.
+
+2015-10-30  MORIOKA Tomohiko  <tomo.git@chise.org>
+
+       * mule/mule-charset.el (default-coded-charset-priority-list): Add
+       `==ucs-bmp-cjk-compat@gb' and `==ucs-bmp-cjk-compat@JP'.
+
+       * mule/mule-conf.el (==ucs-bmp-cjk-compat@gb): New coded-charset
+       for XEmacs CHISE.
+       (==ucs-bmp-cjk-compat@JP): Ditto.
+
+2015-10-21  MORIOKA Tomohiko  <tomo.git@chise.org>
+
+       * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
+       setting for `===hng-tzs'.
+
+       * mule/mule-charset.el (default-coded-charset-priority-list): Add
+       `===hng-tzs'.
+
+       * mule/mule-conf.el (===hng-tzs): New coded-charset for XEmacs
+       CHISE.
+
+2015-10-20  MORIOKA Tomohiko  <tomo.git@chise.org>
+
+       * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
+       setting for `===hng-doh'.
+
+       * mule/mule-charset.el (default-coded-charset-priority-list): Add
+       `===hng-doh'.
+
+       * mule/mule-conf.el (===hng-doh): New coded-charset for XEmacs
+       CHISE.
+
+2015-10-19  MORIOKA Tomohiko  <tomo.git@chise.org>
+
+       * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
+       setting for `===hng-wad'.
+
+       * mule/mule-charset.el (default-coded-charset-priority-list): Add
+       `===hng-wad'.
+
+       * mule/mule-conf.el (===hng-wad): New coded-charset for XEmacs
+       CHISE.
+
+2015-10-19  MORIOKA Tomohiko  <tomo.git@chise.org>
+
+       * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
+       settings for `==koseki' and `===hng-kcc'.
+
+       * mule/mule-charset.el (default-coded-charset-priority-list): Add
+       `===hng-kcc'.
+
+       * mule/mule-conf.el (===hng-kcc): New coded-charset for XEmacs
+       CHISE.
+
+2015-10-18  MORIOKA Tomohiko  <tomo.git@chise.org>
+
+       * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
+       setting for `===hng-nkk'.
+
+       * mule/mule-charset.el (default-coded-charset-priority-list): Add
+       `===hng-nkk'.
+
+       * mule/mule-conf.el (===hng-nkk): New coded-charset for XEmacs
+       CHISE.
+
 2015-10-18  MORIOKA Tomohiko  <tomo.git@chise.org>
 
        * mule/mule-coding.el (coded-charset-entity-reference-alist): Add