update.
[chise/xemacs-chise.git.1] / lisp / ChangeLog
index 17d51a9..ca6c02a 100644 (file)
@@ -1,3 +1,471 @@
+2017-05-20  MORIOKA Tomohiko  <tomo.git@chise.org>
+
+       * mule/mule-coding.el (coded-charset-entity-reference-alist):
+       Prefer `=>ucs@iwds-1' and `=>ucs@component' to `=>iwds-1'.
+
+2017-05-18  MORIOKA Tomohiko  <tomo.git@chise.org>
+
+       * mule/mule-charset.el (default-coded-charset-priority-list): Add
+       `==ucs-bmp-var-002'.
+
+       * mule/mule-conf.el (==ucs-var-002): New coded-charset for XEmacs
+       CHISE.
+       (==ucs-bmp-var-002): Ditto.
+
+       * mule/mule-coding.el (coded-charset-entity-reference-alist):
+       Modify some priorities.
+
+2017-04-26  MORIOKA Tomohiko  <tomo.git@chise.org>
+
+       * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
+       setting for `=big5-cdp-var-001' and `=>>mj'; delete settings for
+       `=>>>jis-x0208', `=>>>jis-x0213-1' and `=>>>jis-x0213-1@2004'.
+
+2017-04-26  MORIOKA Tomohiko  <tomo.git@chise.org>
+
+       * mule/mule-charset.el (default-coded-charset-priority-list): Add
+       `=big5-cdp-var-001'.
+
+       * mule/mule-conf.el (=big5-cdp-var-001): New coded-charset for
+       XEmacs CHISE.
+
+2017-04-05  MORIOKA Tomohiko  <tomo.git@chise.org>
+
+       * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
+       setting for `==ucs-itaiji-005'.
+
+2017-04-04  MORIOKA Tomohiko  <tomo.git@chise.org>
+
+       * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
+       setting for `=ucs-itaiji-007'.
+
+       * mule/mule-charset.el (default-coded-charset-priority-list): Add
+       `=ucs-bmp-itaiji-007' and `==ucs-bmp-itaiji-005'.
+
+       * mule/mule-conf.el (==ucs-itaiji-005): New coded-charset for
+       XEmacs CHISE.
+       (==ucs-bmp-itaiji-005): Ditto.
+       (=ucs-itaiji-007): Ditto.
+       (=ucs-bmp-itaiji-007): Ditto.
+
+2017-04-03  MORIOKA Tomohiko  <tomo.git@chise.org>
+
+       * mule/mule-charset.el (default-coded-charset-priority-list): Add
+       `==gt-pj-k1' and `==gt-pj-k2'.
+
+2017-04-02  MORIOKA Tomohiko  <tomo.git@chise.org>
+
+       * mule/mule-conf.el (==gt-pj-k1): New coded-charset for XEmacs
+       CHISE.
+       (==gt-pj-k2): Ditto.
+
+2017-04-01  MORIOKA Tomohiko  <tomo.git@chise.org>
+
+       * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
+       setting for `=>ucs-itaiji-005'.
+
+2017-03-31  MORIOKA Tomohiko  <tomo.git@chise.org>
+
+       * mule/mule-charset.el (default-coded-charset-priority-list): Add
+       `=>>cbeta'.
+
+2017-03-21  MORIOKA Tomohiko  <tomo.git@chise.org>
+
+       * mule/mule-charset.el (default-coded-charset-priority-list): Add
+       `=>ucs-sip@component'.
+
+       * mule/mule-conf.el (=>ucs-itaiji-006): Use `=ucs-itaiji-006'
+       instead of `=ucs' as its mother.
+       (=>ucs-sip@component): New coded-charset for XEmacs CHISE.
+
+       * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
+       setting for `=>ucs-itaiji-006'.
+
+2017-03-17  MORIOKA Tomohiko  <tomo.git@chise.org>
+
+       * mule/mule-charset.el (default-coded-charset-priority-list): Add
+       `=>ucs-bmp-itaiji-006'.
+
+       * mule/mule-conf.el (=>ucs-itaiji-006): New coded-charset for
+       XEmacs CHISE.
+       (=>ucs-bmp-itaiji-006): Ditto.
+
+2017-03-14  MORIOKA Tomohiko  <tomo.git@chise.org>
+
+       * mule/mule-charset.el (default-coded-charset-priority-list): Add
+       `=>ucs-bmp-itaiji-001'.
+
+       * mule/mule-conf.el (=>ucs-bmp-itaiji-001): New coded-charset for
+       XEmacs CHISE.
+
+2017-03-09  MORIOKA Tomohiko  <tomo.git@chise.org>
+
+       * mule/mule-charset.el (default-coded-charset-priority-list): Add
+       `==ucs-bmp-itaiji-002' and `==ucs-bmp-itaiji-003'.
+
+       * mule/mule-conf.el (=>ucs-itaiji-002): Use `=ucs-itaiji-002'
+       instead of `=ucs' as its mother.
+       (==ucs-itaiji-002): New coded-charset for XEmacs CHISE.
+       (==ucs-bmp-itaiji-002): Ditto.
+       (==ucs-itaiji-003): Ditto.
+       (==ucs-bmp-itaiji-003): Ditto.
+
+2017-03-08  MORIOKA Tomohiko  <tomo.git@chise.org>
+
+       * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
+       setting for `=big5-cdp-var-002'.
+
+       * mule/mule-charset.el (default-coded-charset-priority-list): Add
+       `=big5-cdp-var-002'.
+
+       * mule/mule-conf.el (=big5-cdp-var-002): New coded-charset for
+       XEmacs CHISE.
+
+2017-03-03  MORIOKA Tomohiko  <tomo.git@chise.org>
+
+       * mule/mule-charset.el (default-coded-charset-priority-list): Add
+       `=ucs-sip-var-004'.
+
+       * mule/mule-conf.el (=ucs-sip-var-004): New coded-charset for
+       XEmacs CHISE.
+
+2017-03-01  MORIOKA Tomohiko  <tomo.git@chise.org>
+
+       * mule/mule-charset.el (default-coded-charset-priority-list): Add
+       `=>ucs-bmp-cjk@iwds-1'.
+
+       * mule/mule-conf.el (=>ucs-bmp-cjk@iwds-1): New coded-charset for
+       XEmacs CHISE.
+
+2017-02-27  MORIOKA Tomohiko  <tomo.git@chise.org>
+
+       * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
+       setting for `=ucs-var-005'.
+
+       * mule/mule-charset.el (default-coded-charset-priority-list): Add
+       `=ucs-bmp-var-005'.
+
+       * mule/mule-conf.el (=ucs-var-005): New coded-charset for XEmacs
+       CHISE.
+       (=ucs-bmp-var-005): Ditto.
+
+2017-02-18  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.
+
+2017-02-15  MORIOKA Tomohiko  <tomo.git@chise.org>
+
+       * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
+       setting for `=>ucs-itaiji-002'.
+
+2017-02-13  MORIOKA Tomohiko  <tomo.git@chise.org>
+
+       * mule/mule-charset.el (default-coded-charset-priority-list): Add
+       `=>mj-0' and `=>ucs-bmp-itaiji-002'.
+
+       * mule/mule-conf.el (=>mj-0): New coded-charset for XEmacs CHISE.
+       (=>ucs-itaiji-002): Ditto.
+       (=>ucs-bmp-itaiji-002): Ditto.
+
+2017-02-12  MORIOKA Tomohiko  <tomo.git@chise.org>
+
+       * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
+       setting for `=>ucs-itaiji-001'.
+
+2017-02-11  MORIOKA Tomohiko  <tomo.git@chise.org>
+
+       * mule/mule-charset.el (default-coded-charset-priority-list): Add
+       `=>ruimoku-v6' and `=>ucs-sip-itaiji-001'.
+
+       * mule/mule-conf.el (=>ruimoku-v6): Renamed from `=>>ruimoku-v6';
+       define `=>>ruimoku-v6' as an alias of `=>ruimoku-v6'.
+       (=>ucs-itaiji-001): New coded-charset for XEmacs CHISE.
+       (=>ucs-sip-itaiji-001): Ditto.
+
+       * mule/mule-coding.el(coded-charset-entity-reference-alist):
+       - Abolish setting for `=>>ruimoku-v6' [&G-RUI6-xxxx;].
+       - Add setting for `=>ruimoku-v6' [&A-RUI6-xxxx;].
+
+2017-02-06  MORIOKA Tomohiko  <tomo.git@chise.org>
+
+       * mule/mule-charset.el (default-coded-charset-priority-list):
+       Prefer `=ucs-*-var-*' and `=ucs-*-itaiji-*' to `=cbeta',
+       `=jef-china3' and `chinese-isoir165'.
+
+2017-02-05  MORIOKA Tomohiko  <tomo.git@chise.org>
+
+       * mule/mule-charset.el (default-coded-charset-priority-list): Add
+       `=>ucs-bmp-itaiji-005'.
+
+       * mule/mule-conf.el (=>ucs-itaiji-005): New coded-charset for
+       XEmacs CHISE.
+       (=>ucs-bmp-itaiji-005): Ditto.
+
+2017-02-01  MORIOKA Tomohiko  <tomo.git@chise.org>
+
+       * mule/mule-charset.el (default-coded-charset-priority-list): Add
+       `=+>jis-x0213-2'.
+
+2017-01-30  MORIOKA Tomohiko  <tomo.git@chise.org>
+
+       * mule/mule-charset.el (default-coded-charset-priority-list): Add
+       `=+>adobe-japan1-6'.
+
+2017-01-24  MORIOKA Tomohiko  <tomo.git@chise.org>
+
+       * mule/mule-charset.el (default-coded-charset-priority-list): Add
+       `=+>jis-x0208@1978'.
+
+2017-01-20  MORIOKA Tomohiko  <tomo.git@chise.org>
+
+       * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
+       setting for `=>ucs@component'.
+
+2016-12-18  MORIOKA Tomohiko  <tomo.git@chise.org>
+
+       * mule/mule-charset.el (default-coded-charset-priority-list): Add
+       `=+>jis-x0213-1@2004' and `=>>adobe-japan1-6'.
+
+2016-12-18  MORIOKA Tomohiko  <tomo.git@chise.org>
+
+       * mule/mule-coding.el (coded-charset-entity-reference-alist):
+       Prefer `=>ucs@cns' and `=>ucs@ks' to `=>ucs@jis/2004'.
+
+2016-12-16  MORIOKA Tomohiko  <tomo.git@chise.org>
+
+       * mule/mule-conf.el (=>ucs@jis/2000): New coded-charset for XEmacs
+       CHISE.
+       (=>ucs@jis/2004): Ditto.
+
+2016-12-15  MORIOKA Tomohiko  <tomo.git@chise.org>
+
+       * mule/mule-coding.el (coded-charset-entity-reference-alist):
+       Prefer `=>ucs@jis/2004' to `=>ucs@jis'.
+
+2016-12-13  MORIOKA Tomohiko  <tomo.git@chise.org>
+
+       * mule/mule-charset.el (default-coded-charset-priority-list): Add
+       `=>cbeta'.
+
+2016-12-06  MORIOKA Tomohiko  <tomo.git@chise.org>
+
+       * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
+       setting for `==big5-cdp-itaiji-001'.
+
+       * mule/mule-charset.el (default-coded-charset-priority-list): Add
+       `==big5-cdp-itaiji-001'.
+
+       * mule/mule-conf.el (==big5-cdp-itaiji-001): New coded-charset for
+       XEmacs CHISE.
+
+2016-12-05  MORIOKA Tomohiko  <tomo.git@chise.org>
+
+       * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
+       settings for `=big5-cdp-itaiji-001', `=big5-cdp-itaiji-002',
+       `=big5-cdp-itaiji-003' and `=>big5-cdp-itaiji-001'.
+
+       * mule/mule-charset.el (default-coded-charset-priority-list): Add
+       `=big5-cdp-itaiji-001', `=big5-cdp-itaiji-002',
+       `=big5-cdp-itaiji-003' and `=>big5-cdp-itaiji-001'.
+
+       * mule/mule-conf.el (=big5-cdp-itaiji-001): New coded-charset for
+       XEmacs CHISE.
+       (=>big5-cdp-itaiji-001): Ditto.
+       (=big5-cdp-itaiji-002): Ditto.
+       (=big5-cdp-itaiji-003): Ditto.
+
+2016-11-20  MORIOKA Tomohiko  <tomo.git@chise.org>
+
+       * mule/mule-charset.el (default-coded-charset-priority-list): Add
+       `=>>jis-x0208@1990' and `=>>jis-x0213-2'.
+
+2016-10-27  MORIOKA Tomohiko  <tomo.git@chise.org>
+
+       * mule/mule-charset.el (default-coded-charset-priority-list):
+       Prefer `=ucs-radicals', `=ucs-radicals@unicode',
+       `=ucs-bmp-cjk@JP/hanazono', `=ucs-bmp-cjk@gb', `=mj-0' and `=mj-1'
+       to `=jis-x0208@1983'; add `=ucs-bmp-var-008'.
+
+       * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
+       setting for `=ucs-var-008'.
+
+       * mule/mule-conf.el (=ucs-var-008): New coded-charset for XEmacs
+       CHISE.
+       (=ucs-bmp-var-008): Likewise.
+
+2016-10-20  MORIOKA Tomohiko  <tomo.git@chise.org>
+
+       * mule/mule-charset.el (default-coded-charset-priority-list):
+       Prefer `==ucs-sip-ext-b@iso' to `==ucs-sip@JP/hanazono'.
+
+2016-10-19  MORIOKA Tomohiko  <tomo.git@chise.org>
+
+       * mule/mule-charset.el (default-coded-charset-priority-list): Add
+       `==ucs-sip@JP/hanazono'.
+
+       * mule/mule-conf.el (==ucs-sip@JP/hanazono): New coded-charset for
+       XEmacs CHISE.
+
+2016-10-18  MORIOKA Tomohiko  <tomo.git@chise.org>
+
+       * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
+       setting for `=ucs-var-006'; add setting for `=ucs-itaiji-009'.
+
+       * mule/mule-charset.el (default-coded-charset-priority-list): Add
+       `=ucs-bmp-var-006'.
+
+       * mule/mule-conf.el (=ucs-var-006): New coded-charset for XEmacs
+       CHISE.
+       (=ucs-bmp-var-006): Likewise.
+
+2016-10-16  MORIOKA Tomohiko  <tomo.git@chise.org>
+
+       * mule/mule-charset.el (default-coded-charset-priority-list): Add
+       `=ucs-bmp-itaiji-009'.
+
+       * mule/mule-conf.el (=ucs-itaiji-009): New coded-charset for
+       XEmacs CHISE.
+       (=ucs-bmp-itaiji-009): Likewise.
+
+2016-09-10  MORIOKA Tomohiko  <tomo.git@chise.org>
+
+       * mule/mule-charset.el (default-coded-charset-priority-list): Add
+       `=>big5-cdp'.
+
+2016-07-27  MORIOKA Tomohiko  <tomo.git@chise.org>
+
+       * mule/mule-coding.el (utf-8-gb): Specify `charset-g3'.
+       (utf-8-ivs-gb): Likewise.
+       (utf-8-gb-er): Likewise.
+       (utf-8-ivs-gb-er): Likewise.
+       (utf-8-cns): Likewise.
+       (utf-8-ivs-cns): Likewise.
+       (utf-8-cns-er): Likewise.
+       (utf-8-ivs-cns-er): Likewise.
+       (utf-8-big5): Likewise.
+       (utf-8-ivs-big5): Likewise.
+       (utf-8-big5-er): Likewise.
+       (utf-8-ivs-big5-er): Likewise.
+       (utf-8-jis): Likewise.
+       (utf-8-ivs-jis): Likewise.
+       (utf-8-jis-er): Likewise.
+       (utf-8-ivs-jis-er): Likewise.
+       (utf-8-ks): Likewise.
+       (utf-8-ivs-ks): Likewise.
+       (utf-8-ks-er): Likewise.
+       (utf-8-ivs-ks-er): Likewise.
+
+2016-07-23  MORIOKA Tomohiko  <tomo.git@chise.org>
+
+       * mule/mule-coding.el (utf-8-jp): Specify `charset-g3'.
+       (utf-8-ivs-jp): Likewise.
+       (utf-8-jp-er): Likewise.
+       (utf-8-ivs-jp-er): Likewise.
+
+2016-04-15  MORIOKA Tomohiko  <tomo.git@chise.org>
+
+       * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
+       setting for `=ucs-var-010'.
+
+       * mule/mule-charset.el (default-coded-charset-priority-list): Add
+       `=ucs-bmp-var-010'.
+
+       * mule/mule-conf.el (=ucs-var-010): New coded-charset for XEmacs
+       CHISE.
+       (=ucs-bmp-var-010): Likewise.
+
+2016-03-17  MORIOKA Tomohiko  <tomo.git@chise.org>
+
+       * mule/mule-charset.el (default-coded-charset-priority-list): Add
+       `=ucs-sip@JP/hanazono'.
+
+       * mule/mule-conf.el (=ucs-sip@iso): Fix DOC and `long-name'.
+       (=ucs-sip@JP/hanazono): New coded-charset for XEmacs CHISE.
+
+2016-03-14  MORIOKA Tomohiko  <tomo.git@chise.org>
+
+       * mule/mule-charset.el (default-coded-charset-priority-list):
+       - Add `=big5-cdp-var-004'.
+       - Rename `=big5-cdp-var-3' and `=big5-cdp-var-5' to
+         `=big5-cdp-var-003' and `=big5-cdp-var-005'.
+
+       * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
+       setting for `=big5-cdp-var-003', `=big5-cdp-var-004' and
+       `=big5-cdp-var-005'.
+
+       * mule/mule-conf.el (=big5-cdp-var-003): Renamed from
+       `=big5-cdp-var-3'; define `=big5-cdp-var-3' as an alias of
+       `=big5-cdp-var-003'.
+       (=big5-cdp-var-004): New coded-charset for XEmacs CHISE.
+       (=big5-cdp-var-005): Renamed from `=big5-cdp-var-5'; define
+       `=big5-cdp-var-5' as an alias of `=big5-cdp-var-005'.
+
+2016-03-11  MORIOKA Tomohiko  <tomo.git@chise.org>
+
+       * mule/mule-charset.el (default-coded-charset-priority-list):
+       Don't prefer ucs-compat CCSes to other CCSes.
+
+2016-03-10  MORIOKA Tomohiko  <tomo.git@chise.org>
+
+       * mule/mule-charset.el (default-coded-charset-priority-list): Add
+       `===ucs-bmp-cjk-compat@unicode'.
+
+       * mule/mule-conf.el (===ucs-bmp-cjk-compat@unicode): New
+       coded-charset for XEmacs CHISE.
+
+2016-02-20  MORIOKA Tomohiko  <tomo.git@chise.org>
+
+       * mule/mule-charset.el (default-coded-charset-priority-list): Add
+       `=ucs-sip-itaiji-003'.
+
+       * mule/mule-conf.el (=ucs-sip-itaiji-003): New coded-charset for
+       XEmacs CHISE.
+
+2016-02-17  MORIOKA Tomohiko  <tomo.git@chise.org>
+
+       * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
+       setting for `=ucs-var-004'.
+
+       * mule/mule-charset.el (default-coded-charset-priority-list): Add
+       `=ucs-sip-var-001' and `=ucs-bmp-var-004'.
+
+       * mule/mule-conf.el (=ucs-sip-var-001): New coded-charset for
+       XEmacs CHISE.
+       (=ucs-var-004): Ditto.
+       (=ucs-bmp-var-004): Ditto.
+
+2016-02-14  MORIOKA Tomohiko  <tomo.git@chise.org>
+
+       * mule/mule-charset.el (default-coded-charset-priority-list): Add
+       `=ucs-sip-var-003'.
+
+       * mule/mule-conf.el (=ucs-sip-var-003): New coded-charset for
+       XEmacs CHISE.
+
+2016-02-11  MORIOKA Tomohiko  <tomo.git@chise.org>
+
+       * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
+       setting for `=ucs-itaiji-006'.
+
+       * mule/mule-charset.el (default-coded-charset-priority-list): Add
+       `=ucs-bmp-itaiji-006'.
+
+       * mule/mule-conf.el (=ucs-itaiji-006): New coded-charset for
+       XEmacs CHISE.
+       (=ucs-bmp-itaiji-006): Ditto.
+
+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