Sync up with r21-4-22.
[chise/xemacs-chise.git.1] / lisp / ChangeLog
index 93e89a6..e107e40 100644 (file)
+2009-06-22  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
+
+       * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
+       settings for `<=>gt'.
+
+       * mule/mule-conf.el (<=>gt): New coded-charset for XEmacs CHISE.
+
+2009-04-07  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
+
+       * mule/mule-conf.el (=jis-x0208@1978): Specify `=>iso-ir' in
+       XEmacs CHISE.
+       (=jis-x0208@1978/-4pr): Likewise.
+       (=jis-x0208@1978/4-pr): Likewise.
+       (=jis-x0213-1): Likewise.
+       (=ucs@iso): Likewise.
+       (=ucs@unicode): Likewise.
+       (=ucs@gb): Likewise.
+       (=ucs@gb/fw): Likewise.
+       (=ucs@cns): Likewise.
+       (=ucs@cns/fw): Likewise.
+       (=ucs@jis): Likewise.
+       (=ucs@jis/fw): Likewise.
+       (=ucs@jis/1990): Likewise.
+       (=ucs@jis/2000): Likewise.
+       (=ucs@jis/2004): Likewise.
+       (=ucs@JP): Likewise.
+       (=ucs@ks): Likewise.
+       (=ucs@big5): Likewise.
+       (=ucs@big5/cns11643): Likewise.
+       (=ucs@cns11643): Likewise.
+
+2008-10-17  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
+
+       * mule/mule-charset.el (default-coded-charset-priority-list):
+       Prefer `=jis-x0213-{1|2}-2000' to `japanese-jisx0212'.
+
+       * mule/mule-conf.el (=ucs@jis/2004): New coded-charset for XEmacs
+       CHISE.
+       (=ucs@JP): Use `=ucs@jis/2004' instead of `=ucs@jis' as the
+       mother.
+
+2008-09-14  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
+
+       * mule/mule-conf.el (=jis-x0208@1978): New coded-charset [moved
+       from src/mule-charset.c].
+       (=jis-x0208@1978/-4pr): Renamed from `=jis-x0208@1978/i-4';
+       specify `final'.
+       (=jis-x0208@1978/1pr): Renamed from `=jis-x0208@1978/i1'; specify
+       `iso-ir' and `final', namely now it is used as ISO-IR-42.
+       (=jis-x0208@1978/4-pr): Renamed from `=jis-x0208@1978/i4-'.
+       (=jis-x0208@1978/i1): New alias for `=jis-x0208@1978/1pr'.
+       (=jis-x0208@1978/i-4): New alias for `=jis-x0208@1978/-4pr'.
+       (=jis-x0208@1978/i4-): New alias for `=jis-x0208@1978/4-pr'.
+
+2008-09-12  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
+
+       * mule/mule-conf.el (=jis-x0213-1-2000): Changed to the alias of
+       `=jis-x0213-1@2000' instead of `=jis-x0213-1'.
+       (=jis-x0208@1978/i-4): Specify `partial'.
+       (=jis-x0208@1978/i1): Likewise; use `=jis-x0208@1978/i-4' as the
+       mother coded-charset.
+       (=jis-x0208@1978/i4-): New coded-charset for XEmacs CHISE.
+
+2008-09-09  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
+
+       * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
+       settings for `=jis-x0213-1@2004'.
+
+2008-09-03  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
+
+       * mule/mule-conf.el (=jis-x0213-1): New coded-charset for XEmacs
+       CHISE.
+       (=jis-x0213-1@2000): Renamed from `=jis-x0213-1-2000'.
+       (=jis-x0213-2): Renamed from `=jis-x0213-2-2000'.
+       (=jis-x0213-1@2004): New coded-charset for XEmacs CHISE.
+       (=jis-x0213-1-2000): New alias for `=jis-x0213-1' in XEmacs CHISE
+       temporarily.
+       (=jis-x0213-2-2000): New alias for `=jis-x0213-2' in XEmacs CHISE.
+
+2008-08-20  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
+
+       * mule/mule-conf.el (=shinjigen): New coded-charset for XEmacs
+       CHISE.
+       (=shinjigen@1ed): Inherited from `=shinjigen'.
+       (=shinjigen@rev): Likewise.
+
+2008-08-05  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
+
+       * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
+       settings for `=shinjigen@rev' and `=shinjigen@1ed'.
+
+2008-08-04  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
+
+       * mule/mule-conf.el (=shinjigen@1ed): Renamed from `shinjigen-1';
+       define it as an alias.
+       (=shinjigen@1ed/24pr): New coded-charset for XEmacs CHISE.
+       (=shinjigen@rev): Renamed from `shinjigen-2'; define it as an
+       alias.
+       (=shinjigen/+p@rev): Renamed from `shinjigen-2-p'; define it as an
+       alias.
+
+2008-07-31  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
+
+       * mule/mule-conf.el (shinjigen-2-p): New coded-charset for XEmacs
+       CHISE.
+
+2008-06-05  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
+
+       * mule/mule-conf.el (shinjigen-1): New coded-charset for XEmacs
+       CHISE.
+       (shinjigen-2): Ditto.
+
+2007-05-29  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
+
+       * mule/mule-charset.el (default-coded-charset-priority-list):
+       Prefer `gt-pj-*' to `chinese-cns11643-*', `=big5-cdp',
+       `chinese-big5-eten-*' and `chinese-big5'.
+
+2006-03-02  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
+
+       * mule/mule-conf.el (=ucs-bmp-cjk@unicode): Change `max-code' to
+       #x9FA5 temporarily.
+
+2006-01-17  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
+
+       * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
+       settings for `=jis-x0208@1978/i1'.
+
+2005-11-24  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
+
+       * mule/mule-conf.el (=jis-x0208@1978/i-4): New coded-charset for
+       XEmacs CHISE.
+
+2005-10-24  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
+
+       * mule/mule-conf.el (=adobe-japan1-[0..6]): New coded-charset for
+       XEmacs CHISE.
+
+2005-07-14  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
+
+       * mule/mule-conf.el (=jis-x0208@1978/i1): New coded-charset for
+       XEmacs CHISE.
+
+2005-06-29  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
+
+       * mule/mule-conf.el (=ucs-bmp@gb): New coded-charset for XEmacs
+       CHISE.
+       (=ucs-bmp@cns): Likewise.
+       (=ucs-bmp@jis): Likewise.
+       (=ucs-bmp@ks): Likewise.
+
+2005-05-27  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
+
+       * mule/mule-conf.el (=zinbun-oracle): New coded-charset for XEmacs
+       CHISE.
+       (=ucs-bmp-cjk): Change `max-code' to #x9FA5 temporarily.
+
+2005-05-25  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
+
+       * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
+       settings for `=zinbun-oracle'.
+
+       * mule/mule-charset.el (default-coded-charset-priority-list): Add
+       `=zinbun-oracle'.
+
+2005-05-15  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
+
+       * mule/mule-coding.el (coded-charset-entity-reference-alist):
+       Modify to use "&U-hhhhhhhh;" instead of "&UU+hhhh;" for
+       `=ucs@iso'.
+
+2005-04-03  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
+
+       * mule/mule-charset.el (default-coded-charset-priority-list):
+       Delete `ucs-sip'; modify order of some CCSs.
+
+2005-02-28  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
+
+       * mule/mule-coding.el (iso-2022-jp-2): Specify `ccs-priority-list'
+       in XEmacs CHISE.
+
+       * mule/japanese.el (iso-2022-jp): Specify `ccs-priority-list' in
+       XEmacs CHISE; don't specify `input-charset-conversion' in XEmacs
+       CHISE.
+
+2004-12-15  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
+
+       * mule/mule-conf.el (=ucs-radicals): Use "-zhRadicals-.*-ucs-0" as
+       its registry.
+       (=ucs-radicals@unicode): Likewise.
+
+2004-12-15  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
+
+       * mule/mule-conf.el (=ucs-hangul): New coded-charset for XEmacs
+       CHISE.
+
+2004-11-20  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
+
+       * mule/mule-conf.el (=ucs@cns/fw): New coded-charset for XEmacs
+       CHISE.
+
+2004-11-20  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
+
+       * mule/mule-conf.el (=ucs@gb/fw): New coded-charset for XEmacs
+       CHISE.
+
+2004-11-17  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
+
+       * mule/mule-coding.el (coded-charset-entity-reference-alist):
+       Modify preference of *isolated settings*.
+
+2004-11-15  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
+
+       * mule/mule-conf.el (=ucs@big5/cns11643): New coded-charset when
+       utf-2000 is provided.
+       (=ucs@cns11643): Likewise.
+
+2004-11-15  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
+
+       * mule/mule-coding.el (coded-charset-entity-reference-alist):
+       Prefer every *isolated setting* to ordinary setting.
+
+2004-11-02  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
+
+       * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
+       settings for `latin-viscii-{upper|lower}' and `latin-viscii'.
+
+2004-10-30  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
+
+       * mule/mule-conf.el (=ucs@jis/fw): New coded-charset for XEmacs
+       CHISE.
+
+2004-09-14  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
+
+       * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
+       settings for `=jis-x0208@1997'.
+
+2004-09-13  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
+
+       * mule/mule-charset.el (default-coded-charset-priority-list): Add
+       `=jis-x0208@1997'.
+
+2004-09-11  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
+
+       * mule/mule-conf.el (=jis-x0208@1997): New coded-charset for
+       XEmacs CHISE.
+
+2004-09-09  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
+
+       * mule/mule-conf.el (=jis-x0208-1978): Define as an alias for
+       `=jis-x0208@1978'.
+       (=jis-x0208-1983): Define as an alias for `=jis-x0208@1983'.
+       (=jis-x0213-1-2000): Use `=jis-x0208@1990' instead of
+       `=jis-x0208-1990' as the mother.
+       (=jis-x0208-1990): Define as an alias for `=jis-x0208@1990'.
+
+2004-09-04  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
+
+       * mule/mule-conf.el (=ucs@jis/1990): Renamed from `=ucs@jis-1990';
+       define `=ucs@jis-1990' as an alias for `=ucs@jis/1990'.
+       (=ucs@jis/2000): Renamed from `=ucs@jis-2000'; define
+       `=ucs@jis-2000' as an alias for `=ucs@jis/2000'.
+       (=ucs@JP): Renamed from `=ucs@jp'; define `=ucs@jp' as an alias
+       for `=ucs@JP'.
+
+2004-09-02  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
+
+       * mule/mule-conf.el (=daikanwa@rev1): Renamed from
+       `=daikanwa-rev1'; specify `=daikanwa' as the mother; define
+       `=daikanwa-rev1' as an alias for `=daikanwa@rev1'.
+       (=daikanwa@rev2): Renamed from `=daikanwa-rev2'; specify
+       `=daikanwa' as the mother; define `=daikanwa-rev2' as an alias for
+       `=daikanwa@rev2'.
+
+2004-07-23  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
+
+       * mule/mule-conf.el (=big5-cdp): Swap DOC-string and long-name.
+       (=gt): Likewise.
+       (=gt-k): Likewise.
+       (=gt-pj-*): Likewise.
+       (=gt-pj-k1): Likewise.
+       (=gt-pj-k2): Likewise.
+       (=daikanwa): Likewise.
+       (=daikanwa-rev1): Likewise.
+       (=daikanwa-rev2): Likewise.
+       (=big5-pua): Likewise.
+       (=big5-eten): Likewise.
+       (chinese-big5-eten-a): Likewise.
+       (chinese-big5-eten-b): Likewise.
+       (=hanziku-*): Likewise.
+       (=cbeta): Likewise.
+       (=jef-china3): Likewise.
+       (=ruimoku-v6): Likewise.
+       (=ucs@iso): Likewise.
+       (=ucs@unicode): Likewise.
+       (=ucs@gb): Likewise.
+       (=ucs@cns): Likewise.
+       (=ucs@jis): Likewise.
+       (=ucs@jis-1990): Likewise.
+       (=ucs@jis-2000): Likewise.
+       (=ucs@jp): Likewise.
+       (=ucs@ks): Likewise.
+       (=ucs@big5): Likewise.
+       (=ucs-radicals): Likewise.
+       (=ucs-radicals@unicode): Likewise.
+       (=ucs-bmp-cjk): Likewise.
+       (=ucs-bmp-cjk@unicode): Likewise.
+       (=ucs-sip-ext-b): Likewise.
+       (=ucs-sip-ext-b@iso): Likewise.
+
+2004-04-08  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
+
+       * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
+       settings for =ucs@{unicode|iso|gb|jis|cns|ks}.
+
+2004-04-05  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
+
+       * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
+       settings for chinese-gb2312, =iso-ir165, latin-iso8859-{1..4},
+       cyrillic-iso8859-5, greek-iso8859-7, hebrew-iso8859-8,
+       latin-iso8859-9, latin-jisx0201, katakana-jisx0201,
+       latin-tcvn5712, thai-tis620, lao, ethiopic, arabic-{1|2}-column,
+       arabic-digit, ipa and ``&I-B-XXXX;''.
+
+2004-03-12  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
+
+       * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
+       setting for (I-)HZK{03..12}-XXXX.
+
+2004-02-04  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
+
+       * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
+       settings for `&I-RUI6-hhhh;' and `&RUI6-hhhh;'.
+
+       * mule/mule-charset.el (default-coded-charset-priority-list): Add
+       `=ruimoku-v6'.
+
+       * mule/mule-conf.el (=ruimoku-v6): New coded-charset of XEmacs
+       CHISE.
+
+2004-01-21  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
+
+       * mule/mule-conf.el (=ucs@iso): New coded-charset in XEmacs CHISE.
+       (=ucs@unicode): Likewise.
+       (=ucs@gb): Inherits `=ucs@unicode' instead of `=ucs'.
+       (=ucs@cns): Likewise.
+       (=ucs@jis): Likewise.
+       (=ucs@ks): Likewise.
+       (=ucs@big5): Likewise.
+
+2004-01-19  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
+
+       * mule/mule-coding.el (utf-8-jis): Use `=ucs@jis-2000' instead of
+       `ucs-jis'.
+       (utf-8-jis-er): Likewise.
+       (utf-8-jp): New coding-system.
+       (utf-8-jp-er): Likewise.
+
+       * mule/mule-conf.el (=ucs@jp): New coded-charset for XEmacs CHISE.
+
+2004-01-15  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
+
+       * mule/mule-coding.el (euc-jisx0213): Moved from mule/japanese.el.
+
+       * mule/japanese.el: Move definition of `euc-jisx0213' to
+       mule/mule-coding.el.
+
+2004-01-14  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
+
+       * dumped-lisp.el (preloaded-file-list): Load mule-charset and
+       mule-coding before loading update-cdb when utf-2000 is provided.
+
+2003-11-11  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
+
+       * mule/mule-conf.el: Prefer `=big5-cdp', `=gt' and `=gt-k' to
+       `=daikanwa'.
+
+2003-11-10  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
+
+       * mule/mule-conf.el: Define =ucs@DOMAIN at the end of CCS
+       definition codes when `utf-2000' is provided.
+
+2003-08-19  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
+
+       * mule/mule-category.el (word-combining-categories): Don't setup
+       `word-combining-categories' in XEmacs CHISE.
+       (word-separating-categories): Add setting about Latin script in
+       XEmacs CHISE.
+
+2003-08-09  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
+
+       * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
+       setting for `chinese-big5'.
+
+2003-08-05  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
+
+       * mule/mule-coding.el (coded-charset-entity-reference-alist):
+       Prefer `chinese-big5-cdp' to `ideograph-daikanwa' and
+       `ideograph-gt-k'; prefer `ideograph-daikanwa' to `ideograph-gt-k';
+       add setting for HZK0[12]-xxxx.
+
+2003-08-04  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
+
+       * mule/mule-conf.el (=iso-ir165): Define to inherit from `=gb2312'
+       in XEmacs CHISE.
+
+2003-07-28  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
+
+       * mule/mule-charset.el (default-coded-charset-priority-list):
+       Prefer `=big5-cdp', `chinese-big5-eten-a', `chinese-big5-eten-b'
+       and `chinese-big5' to `=gt-pj-*'.
+
+2003-05-10  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
+
+       * mule/mule-conf.el (=daikanwa): Renamed from
+       `ideograph-daikanwa'.
+       (ideograph-daikanwa): Changed to an alias for `=daikanwa'.
+
+2003-05-09  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
+
+       * mule/mule-conf.el (=cns11643-7): Renamed from
+       `chinese-cns11643-7'.
+       (chinese-cns11643-7): Changed to an alias for `=cns11643-7'.
+
+2003-05-07  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
+
+       * mule/mule-conf.el (=cns11643-6): Renamed from
+       `chinese-cns11643-6'.
+       (chinese-cns11643-6): Changed to an alias for `=cns11643-6'.
+
+2003-05-06  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
+
+       * mule/mule-conf.el (=cns11643-5): Renamed from
+       `chinese-cns11643-5'.
+       (chinese-cns11643-5): Changed to an alias for `=cns11643-5'.
+
+2003-05-05  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
+
+       * mule/mule-conf.el (=cns11643-4): Renamed from
+       `chinese-cns11643-4'.
+       (chinese-cns11643-4): Changed to an alias for `=cns11643-4'.
+
+2003-05-02  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
+
+       * mule/mule-conf.el (=cns11643-3): Renamed from
+       `chinese-cns11643-3'.
+       (chinese-cns11643-3): Changed to an alias for `=cns11643-3'.
+
+2003-04-30  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
+
+       * mule/mule-conf.el: `chinese-cns11643-2' is renamed to
+       `=cns11643-2'.
+       (chinese-cns11643-2): New alias for `=cns11643-2'.
+
+2003-04-27  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
+
+       * mule/mule-conf.el: `chinese-cns11643-1' is renamed to
+       `=cns11643-1'.
+       (chinese-cns11643-1): New alias for `=cns11643-1'.
+
+2003-04-25  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
+
+       * mule/mule-conf.el: `chinese-gb12345' is renamed to `=gb12345'.
+       (chinese-gb12345): New alias for `=gb12345'.
+
+2003-04-21  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
+
+       * mule/mule-conf.el: `chinese-gb2312' is renamed to `=gb2312'.
+       (chinese-gb2312): New alias for `=gb2312'.
+
+2003-04-19  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
+
+       * mule/mule-conf.el: `chinese-big5' is renamed to `=big5'.
+       (chinese-big5): New alias for `=big5'.
+
+2003-04-17  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
+
+       * mule/mule-conf.el: `korean-ksc5601' is renamed to `=ks-x1001'.
+       (korean-ksc5601): New alias for `=ks-x1001'.
+
+2003-04-15  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
+
+       * mule/mule-conf.el: `japanese-jisx0212' is renamed to
+       `=jis-x0212'.
+       (japanese-jisx0212): New alias for `=jis-x0212'.
+
+2003-04-12  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
+
+       * mule/mule-conf.el: `japanese-jisx0208' is renamed to
+       `=jis-x0208-1983'.
+       (japanese-jisx0208): New alias for `=jis-x0208-1983'.
+
+2003-04-07  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
+
+       * mule/mule-conf.el: `japanese-jisx0208-1978' is renamed to
+       `=jis-x0208-1978'.
+       (japanese-jisx0208-1978): New alias for `=jis-x0208-1978'.
+
+2003-04-05  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
+
+       * mule/mule-conf.el (=iso-ir165): Renamed from `chinese-isoir165'.
+       (chinese-isoir165): Changed to an alias for `=iso-ir165'.
+
+2003-04-03  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
+
+       * mule/mule-conf.el (chinese-isoir165): Specify iso-ir 165.
+       (chinese-cns11643-3): Specify iso-ir 183.
+       (chinese-cns11643-4): Specify iso-ir 184.
+       (chinese-cns11643-5): Specify iso-ir 185.
+       (chinese-cns11643-6): Specify iso-ir 186.
+       (chinese-cns11643-7): Specify iso-ir 187.
+       (=jis-x0213-1-2000): In XEmacs CHISE, specify iso-ir 228.
+       (=jis-x0213-2-2000): In XEmacs CHISE, specify iso-ir 229.
+
+2003-04-03  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
+
+       * bytecomp.el (byte-compile-insert-header): In XEmacs CHISE, check
+       \uXXXX for every cases.
+
+2003-03-31  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
+
+       * mule/mule-conf.el (=ucs@big5): Renamed from `ucs-big5'.
+       (ucs-big5): Changed to an alias for `=ucs@big5'.
+
+2003-03-29  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
+
+       * mule/mule-conf.el (=ucs@ks): Renamed from `ucs-ks'.
+       (ucs-ks): Changed to an alias for `=ucs@ks'.
+
+2003-03-27  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
+
+       * mule/mule-conf.el (=ucs@jis-2000): Renamed from `=ucs-jis-2000'.
+       (=ucs-jis-2000): Changed to an alias for `=ucs@jis-2000'.
+
+2003-03-26  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
+
+       * mule/mule-conf.el (=ucs@jis-1990): Renamed from `=ucs-jis-1990'.
+       (=ucs-jis-1990): Changed to an alias for `=ucs@jis-1990'.
+
+2003-03-24  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
+
+       * mule/mule-conf.el (=ucs@jis): Renamed from `ucs-jis'.
+       (ucs-jis): Changed to an alias for `=ucs@jis'.
+
+2003-03-23  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
+
+       * mule/mule-conf.el (=ucs@cns): Renamed from `ucs-cns'.
+       (ucs-cns): Changed to an alias for `=ucs@cns'.
+
+2003-03-20  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
+
+       * mule/mule-conf.el (=ucs@gb): Renamed from `ucs-gb'.
+       (ucs-gb): Changed to an alias for `=ucs@gb'.
+
+2003-03-16  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
+
+       * mule/mule-conf.el (=daikanwa-rev1): Renamed from
+       `ideograph-daikanwa-2'.
+       (ideograph-daikanwa-2): Changed to an alias for `=daikanwa-rev1'.
+       (=daikanwa-rev2): New coded-charset when `utf-2000' is provided.
+
+2003-03-12  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
+
+       * version.el (emacs-version): Rename `XEmacs UTF-2000' to `XEmacs
+       CHISE'; use `xemacs-chise-version' instead of `utf-2000-version'.
+
+       * obsolete.el (utf-2000-version): Declare as an obsolete variable
+       for `xemacs-chise-version'.
+
+2003-03-09  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
+
+       * mule/mule-charset.el (default-coded-charset-priority-list):
+       Refer `=jis-x0208-1990' instead of `japanese-jisx0208-1990'; refer
+       `=gt-pj-*' instead of `ideograph-gt-pj-*'; refer `=hanziku-*'
+       instead of `ideograph-hanziku-*'.
+
+       * mule/mule-conf.el: `ucs' is renamed to `=ucs'.
+       (ucs): New alias for `=ucs' when `utf-2000' is provided.
+
+2003-03-07  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
+
+       * mule/mule-conf.el (=jis-x0213-1-2000): Rename
+       `japanese-jisx0208-1990' to `=jis-x0208-1990'.
+       (japanese-jisx0208-1990): New alias for `=jis-x0208-1990' when
+       `utf-2000' is provided.
+
+2003-03-05  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
+
+       * mule/mule-conf.el (ucs-gb): New coded-charsets when `utf-2000'
+       is provided [was builtin coded-charsets].
+
+2003-03-04  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
+
+       * mule/mule-conf.el (ucs-cns): New coded-charsets when `utf-2000'
+       is provided [was builtin coded-charsets].
+
+2003-03-03  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
+
+       * mule/mule-conf.el (ucs-jis): New coded-charsets when `utf-2000'
+       is provided [was builtin coded-charsets].
+
+2003-03-02  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
+
+       * mule/mule-conf.el (ucs-ks): New coded-charsets when `utf-2000'
+       is provided [was builtin coded-charsets].
+
+2003-03-01  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
+
+       * mule/mule-conf.el (ideograph-daikanwa-2): New coded-charsets
+       when `utf-2000' is provided [was builtin coded-charsets].
+
+2003-02-28  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
+
+       * mule/mule-conf.el (=hanziku-*): Renamed from
+       `ideograph-hanziku-*'.
+       (ideograph-hanziku-*): Changed to an alias for `=hanziku-*'.
+
+2003-02-27  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
+
+       * mule/mule-conf.el (ideograph-daikanwa): New coded-charsets when
+       `utf-2000' is provided [was builtin coded-charsets].
+       (ideograph-hanziku-{1..12}): Likewise.
+
+2003-02-27  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
+
+       * mule/mule-conf.el (=gt-pj-*): Renamed from `ideograph-gt-pj-*'.
+       (ideograph-gt-pj-*): Changed to an alias for `=gt-pj-*'.
+
+2003-02-26  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
+
+       * mule/mule-conf.el (ideograph-gt-pj-{1..11}): New coded-charsets
+       when `utf-2000' is provided [was builtin coded-charsets].
+
+2003-02-24  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
+
+       * mule/mule-charset.el (default-coded-charset-priority-list): Use
+       `=big5-cdp', `=cbeta' and `=jef-china3' instead of
+       `chinese-big5-cdp', `ideograph-cbeta' and `china3-jef'.
+
+2003-02-18  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
+
+       * mule/mule-conf.el (=gt): Renamed from `ideograph-gt'.
+       (ideograph-gt): Changed to an alias for `=gt'.
+
+2003-02-17  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
+
+       * mule/mule-conf.el (ucs-big5): New coded-charset when `utf-2000'
+       is provided; it was defined as a builtin coded-charset.
+       (ideograph-gt): Likewise.
+
+2003-02-16  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
+
+       * mule/mule-conf.el (=gt-k): Renamed from `ideograph-gt-k'.
+       (ideograph-gt-k): Changed to an alias for `=gt-k'.
+
+2003-02-15  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
+
+       * mule/mule-conf.el (=big5-cdp): Renamed from `chinese-big5-cdp'.
+       (chinese-big5-cdp): Changed to an alias for `=big5-cdp'.
+
+2003-02-15  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
+
+       * mule/mule-conf.el (=big5-eten): Renamed from
+       `chinese-big5-eten'.
+       (chinese-big5-eten): Changed to an alias for `=big5-eten'.
+
+2003-02-14  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
+
+       * mule/mule-conf.el (=big5-pua): Renamed from `chinese-big5-pua'.
+       (chinese-big5-pua): Changed to an alias for `=big5-pua'.
+
+2003-02-13  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
+
+       * mule/mule-conf.el (=cbeta): Renamed from `ideograph-cbeta'.
+       (ideograph-cbeta): Changed to an alias for `=cbeta'.
+
+2003-02-11  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
+
+       * mule/mule-conf.el (=jef-china3): Renamed from `china3-jef'.
+       (china3-jef): Changed to an alias for `=jef-china3'.
+
+2003-02-10  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
+
+       * mule/mule-charset.el (default-coded-charset-priority-list): Use
+       `=jis-x0213-{1|2}-2000' instead of `japanese-jisx0213-{1|2}'.
+
+       * mule/mule-conf.el (=jis-x0213-{1|2}-2000): Renamed from
+       `japanese-jisx0213-{1|2}' when `utf-2000' is provided.
+       (japanese-jisx0213-{1|2}): New alias for =jis-x0213-{1|2}-2000
+       when `utf-2000' is provided.
+
+2003-02-07  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
+
+       * mule/mule-charset.el (default-coded-charset-priority-list):
+       Refer Hanziku to CBETA, Big5 variants, UCS-BMP and JEF-CHINA3.
+
+       * mule/mule-conf.el (ucs-jis-1990): Deleted.
+       (ucs-jis-2000): Deleted.
+
+2003-02-05  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
+
+       * mule/mule-conf.el (=ucs-jis-1990): New coded-charset for
+       UTF-2000.
+       (=ucs-jis-2000): New coded-charset for UTF-2000.
+
+2003-01-19  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
+
+       * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
+       settings for `ideograph-hanziku-{1|2}' and JEF-CHINA3.
+
+2003-01-09  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
+
+       * mule/mule-charset.el (default-coded-charset-priority-list):
+       Prefer `korean-ksc5601' to CNS 11643; prefer Big5-CDP to
+       `ideograph-cbeta'.
+
+2003-01-05  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
+
+       * mule/mule-conf.el: Add new coded-charset when UTF-2000 [was a
+       builtin coded-charset].
+
+2002-12-22  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
+
+       * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
+       settings for &K0-xxxx and &I-K0-xxxx.
+
+2002-12-19  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
+
+       * mule/mule-charset.el (default-coded-charset-priority-list): Add
+       `ideograph-gt-pj-k1' and `ideograph-gt-pj-k2' in UTF-2000.
+
+2002-12-18  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
+
+       * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
+       settings for &GT-Knnnnn and &I-GT-Knnnnn in UTF-2000.
+
+2002-12-18  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
+
+       * mule/mule-conf.el (ideograph-gt-k): New coded-charset in
+       UTF-2000.
+       (ideograph-gt-pj-k1): Likewise.
+       (ideograph-gt-pj-k2): Likewise.
+
+2002-11-29  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
+
+       * mule/mule-charset.el (default-coded-charset-priority-list): Add
+       `=jis-x0208'.
+
+2002-11-29  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
+
+       * mule/mule-conf.el (china3-jef): Add new coded-charset when
+       UTF-2000 [was a builtin coded-charset].
+
+2002-11-26  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
+
+       * mule/mule-coding.el (utf-8-gb): Prefer `ucs-gb' and `=>ucs-gb'.
+       (utf-8-gb-er): Likewise.
+
+2002-10-11  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
+
+       * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
+       settings for JIS X 0212 and JIS X 0208:1978.
+
+2002-10-02  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
+
+       * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
+       setting for JIS X 0213.
+
+2002-08-26  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
+
+       * iso8859-1.el: Don't set `iso8859/1-case-table' to the
+       standard-case-table in UTF-2000.
+
+2002-08-20  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
+
+       * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
+       definitions for isolated-chars.
+
+2002-08-13  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
+
+       * setup-paths.el (paths-find-utf-2000-lisp-directory): Use
+       `configure-utf-2000-lisp-directory'.
+       (paths-construct-load-path): Prefer `utf-2000-lisp-load-path' to
+       `mule-lisp-load-path'.
+
+2002-08-13  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
+
+       * startup.el (startup-setup-paths): Set and use
+       `utf-2000-lisp-directory'.
+       (startup-setup-paths-warning): Check `utf-2000-lisp-directory' in
+       UTF-2000.
+
+2002-08-12  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
+
+       * setup-paths.el (paths-utf-2000-load-path-depth): New variable.
+       (paths-find-utf-2000-lisp-directory): New function.
+       (paths-construct-load-path): Add new optional argument
+       `utf-2000-lisp-directory'.
+
+       * dump-paths.el: Set and use `utf-2000-lisp-directory'.
+
+2002-08-12  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
+
+       * mule/mule-charset.el: Don't specify `auto-fill-chars' for
+       `katakana-jisx0201', `japanese-jisx0208', `japanese-jisx0212',
+       `chinese-gb2312', `chinese-big5-1' and `chinese-big5-2'.
+       (default-coded-charset-priority-list): Add `chinese-big5-1' and
+       `chinese-big5-2' in UTF-2000.
+
+       * mule/chinese.el: Set syntax-entry "w" for `chinese-big5' instead
+       of `chinese-big5-1' and `chinese-big5-2' in UTF-2000.
+
+2002-08-11  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
+
+       * mule/chinese.el: Add new coding-systems `big5-er', `big5-eten',
+       `big5-eten-er' in UTF-2000.
+       (big5-cdp): Modify DOC-string and mnemonic.
+
+2002-08-09  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
+
+       * mule/mule-coding.el (utf-8-mcs-er): New coding-system in
+       UTF-2000 [renamed from utf-8-er].
+       (utf-8-gb): New coding-system in UTF-2000.
+       (utf-8-gb-er): Likewise.
+       (utf-8-cns): Likewise.
+       (utf-8-cns-er): Likewise.
+       (utf-8-big5): Likewise.
+       (utf-8-big5-er): Likewise.
+       (utf-8-jis): Likewise.
+       (utf-8-jis-er): Likewise.
+       (utf-8-ks): Likewise.
+       (utf-8-ks-er): Likewise.
+       (utf-8-er): Likewise.
+
+2002-07-29  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
+
+       * bytecomp.el (byte-compile-insert-header): Use `utf-8-mcs-unix'
+       instead of `utf-8-unix' in UTF-2000.
+
+       * mule/mule-coding.el (utf-8): Define as an alias for `utf-8-mcs'.
+
+2002-07-23  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
+
+       * mule/japanese.el (euc-jisx0213): New coding-system.
+
+       * mule/mule-conf.el (japanese-jisx0213-1): Specify
+       `japanese-jisx0208-1990' as the mother.
+
+2002-07-16  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
+
+       * dumped-lisp.el (preloaded-file-list): Change condition of
+       loading "close-cdb".
+
+2002-07-05  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
+
+       * mule/mule-coding.el (utf-8-er): New coding-system in UTF-2000;
+       setup `coded-charset-entity-reference-alist'.
+
+2002-07-02  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
+
+       * dumped-lisp.el (preloaded-file-list): Dump "close-cdb" in
+       UTF-2000.
+
+2002-04-12  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
+
+       * mule/mule-charset.el (default-coded-charset-priority-list): Add
+       `chinese-big5-eten-a' and `chinese-big5-eten-b'.
+
+2002-04-11  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
+
+       * mule/mule-conf.el (chinese-big5-pua): New coded-charset.
+       (chinese-big5-eten-a): Likewise.
+       (chinese-big5-eten-b): Likewise.
+       (chinese-big5-cdp): Declare as a subset of `chinese-big5' whose
+       code range is #x8140 .. #x8DFE.
+
+2002-04-08  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
+
+       * mule/mule-conf.el (chinese-big5-eten): New coded-charset in
+       UTF-2000.
+       (chinese-big5-cdp): Likewise.
+
+2002-02-26  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
+
+       * dumped-lisp.el (preloaded-file-list): Rename
+       utf-2000/make-cdbs.el -> utf-2000/update-cdb.el.
+
+2002-02-14  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
+
+       * update-elc.el: Load lisp/utf-2000/dumped-chars.el in UTF-2000;
+       append `system-char-db-source-file-list' into
+       `preloaded-file-list' in UTF-2000.
+
+2002-02-12  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
+
+       * dumped-lisp.el (preloaded-file-list): Delete
+       character-definition files.
+
+2002-02-04  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
+
+       * dumped-lisp.el (preloaded-file-list): Add `make-cdbs' in
+       UTF-2000.
+
+2001-12-31  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
+
+       * mule/mule-charset.el (default-coded-charset-priority-list):
+       Delete `mojikyo-2022-1'.
+
+2001-12-26  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
+
+       * mule/mule-charset.el (default-coded-charset-priority-list):
+       Delete `mojikyo'.
+
+2001-12-11  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
+
+       * mule/mule-charset.el (default-coded-charset-priority-list): Add
+       `ucs-sip'.
+
+2001-11-14  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
+
+       * mule/mule-charset.el (default-coded-charset-priority-list):
+       Comment out `chinese-gb12345'.
+
+2001-11-13  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
+
+       * bytecomp.el (byte-compile-insert-header): Fixed.
+
+2001-10-31  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
+
+       * dumped-lisp.el (preloaded-file-list): Dump `ad-hoc-cdp' in
+       XEmacs UTF-2000.
+
+2001-10-16  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
+
+       * mule/chinese.el (big5-cdp): New coding-system in XEmacs
+       UTF-2000.
+
+2001-10-15  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
+
+       * mule/mule-charset.el (default-coded-charset-priority-list): Add
+       `ideograph-hanziku-{1 .. 12}' in XEmacs UTF-2000.
+
+2001-10-13  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
+
+       * mule/mule-charset.el (default-coded-charset-priority-list):
+       `japanese-jef-china3' is renamed `china3-jef'.
+
+2001-10-08  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
+
+       * mule/mule-charset.el (default-coded-charset-priority-list): Add
+       `japanese-jef-china3' and `ideograph-cbeta'.
+
+2001-09-02  MORIOKA Tomohiko  <tomo@calliope.mousai.mahoroba.ne.jp>
+
+       * list-mode.el: Delete dirty hack for XEmacs UTF-2000.
+
+2001-08-07  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
+
+       * mule/mule-charset.el (default-coded-charset-priority-list): Add
+       `chinese-big5-cdp'.
+
+2001-08-02  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
+
+       * mule/mule-charset.el (default-coded-charset-priority-list): Add
+       `arabic-digit', `arabic-1-column' and `arabic-2-column'.
+
+2001-07-31  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
+
+       * dumped-lisp.el (preloaded-file-list): Load "arabic" before
+       loading character definitions.
+
+2001-07-29  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
+
+       * dumped-lisp.el (preloaded-file-list): Rename
+       u031A0-Extended-Bopomofo.el to u031A0-Bopomofo-Extended.el.
+
+2001-07-24  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
+
+       * mule/mule-charset.el (default-coded-charset-priority-list): Add
+       `chinese-big5'.
+
+2001-07-20  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
+
+       * dumped-lisp.el (preloaded-file-list): Dump
+       "Ideograph-R028-Private" with XEmacs UTF-2000.
+
+2001-07-15  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
+
+       * mule/mule-charset.el (default-coded-charset-priority-list): Add
+       `chinese-gb12345'.
+
+2001-07-09  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
+
+       * mule/mule-charset.el (default-coded-charset-priority-list): Add
+       `ideograph-gt-pj-{1..11}'.
+
+       * dumped-lisp.el (preloaded-file-list): Dump `isolated-char' in
+       XEmacs UTF-2000.
+
+2000-12-06  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
+
+       * mule/mule-charset.el (default-coded-charset-priority-list):
+       Prefer `chinese-gb2312' than `chinese-cns11643-*'; add
+       `chinese-isoir165'.
+
+2000-10-05  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
+
+       * format.el (format-alist): Revive `image/jpeg', `image/gif',
+       `image/png', `image/x-xpm' and `image/tiff'.
+
+       * files.el (binary-file-regexps): Add *.PNG.
+
+2000-07-23  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
+
+       * mule/mule-charset.el (default-coded-charset-priority-list):
+       Prefer `japanese-jisx0208-1990' than `japanese-jisx0212'; prefer
+       `korean-ksc5601' than `japanese-jisx0213-1'; add `mojikyo-2022-1'.
+
+2000-09-27  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
+
+       * list-mode.el: Call `completion-list-mode' to avoid slowness of
+       the first completion when UTF-2000 is running.
+
+2000-05-30  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
+
+       * mule/mule-charset.el (default-coded-charset-priority-list):
+       Delete `ucs'.
+
+2000-04-28  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
+
+       * dumped-lisp.el (preloaded-file-list): Don't add "mojikyo".
+
+       * mule/mule-charset.el (default-coded-charset-priority-list): Add
+       `mojikyo' instead of `mojikyo-pj-[1..21]'.
+
+2000-04-27  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
+
+       * mule/vietnamese.el (vscii-2): Delete abolished property
+       `composite'; now composite mode is default.
+
+2000-04-26  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
+
+       * bytecomp.el (byte-compile-insert-header): Use `binary' instead
+       of `raw-text'; check \uHHHH representation even if non-ascii
+       characters are not found.
+
+       * dumped-lisp.el (preloaded-file-list): Add "ccs-tcvn5712.el" in
+       UTF-2000; add "viet-ccl" in non-UTF-2000 Mule; add "vietnamese"
+       unconditionally.
+
+       * mule/viet-ccl.el: New file.
+
+       * mule/vietnamese.el (vscii-2): New coding-system in UTF-2000.
+       (tcvn-5712): New coding-system alias of `vscii-2' in UTF-2000.
+       - Separate CCL based implementations to viet-ccl.el.
+
+2000-02-24  MORIOKA Tomohiko  <tomo@m17n.org>
+
+       * mule/mule-conf.el (japanese-jisx0213-1): Allow
+       "jisx0213.2000-1".
+       (japanese-jisx0213-2): Allow "jisx0213.2000-2".
+
+       * mule/mule-charset.el (default-coded-charset-priority-list):
+       Prefer `japanese-jisx0213-1' and `japanese-jisx0213-2' to
+       `japanese-jisx0208-1978' and `japanese-jisx0208-1990'.
+
+2000-01-31  MORIOKA Tomohiko  <tomo@etl.go.jp>
+
+       * dumped-lisp.el (preloaded-file-list): Add "mojikyo" in UTF-2000.
+
+2000-01-27  MORIOKA Tomohiko  <tomo@m17n.org>
+
+       * mule/mule-charset.el (default-coded-charset-priority-list): Add
+       `ucs' in UTF-2000.
+
+2000-01-26  MORIOKA Tomohiko  <tomo@etl.go.jp>
+
+       * mule/mule-charset.el (default-coded-charset-priority-list):
+       Prefer `mojikyo-pj-*' and `ideograph-daikanwa' to `ucs-bmp' and
+       `arabic-iso8859-6'.
+
+2000-01-12  MORIOKA Tomohiko  <tomo@etl.go.jp>
+
+       * mule/mule-charset.el (default-coded-charset-priority-list): Add
+       `mojikyo-pj-[1 .. 21]' in UTF-2000.
+
+2000-01-14  MORIOKA Tomohiko  <tomo@etl.go.jp>
+
+       * mule/mule-charset.el (default-coded-charset-priority-list): Add
+       `katakana-jisx0201' in UTF-2000.
+
+1999-12-23  MORIOKA Tomohiko  <tomo@urania.m17n.org>
+
+       * dumped-lisp.el (preloaded-file-list): Add "u0A000-Yi-Syllables",
+       "u0AC00-Hangul-Syllables", "u0FB00-Alphabetic-Presentation-Forms",
+       "u0FB50-Arabic-Presentation-Forms-A",
+       "u0FE20-Combining-Half-Marks", "u0FE30-CJK-Compatibility-Forms",
+       "u0FE50-Small-Form-Variants",
+       "u0FE70-Arabic-Presentation-Forms-B",
+       "u0FF00-Halfwidth-and-Fullwidth-Forms" and "u0FFF0-Specials" in
+       UTF-2000.
+
+1999-12-22  MORIOKA Tomohiko  <tomo@etl.go.jp>
+
+       * dumped-lisp.el (preloaded-file-list): Delete
+       "ccs-jisx0208-1983.el"; add "Ideograph-R031-Enclosure"
+       ... "Ideograph-R214-Flute" in UTF-2000.
+
+1999-11-21  MORIOKA Tomohiko  <tomo@etl.go.jp>
+
+       * mule/mule-conf.el (japanese-jisx0213-1): New coded-charset.
+       (japanese-jisx0213-2): New coded-charset.
+
+       * dumped-lisp.el (preloaded-file-list): Add
+       "Ideograph-R028-Private", "Ideograph-R029-Again" and
+       "Ideograph-R030-Mouth".
+
+1999-11-19  MORIOKA Tomohiko  <tomo@etl.go.jp>
+
+       * dumped-lisp.el (preloaded-file-list): Add "Ideograph-R012-Eight",
+       "Ideograph-R013-Down-Box", "Ideograph-R014-Cover",
+       "Ideograph-R015-Ice", "Ideograph-R016-Table",
+       "Ideograph-R017-Open-Box", "Ideograph-R018-Knife",
+       "Ideograph-R019-Power", "Ideograph-R020-Wrap", "Ideograph-R021-Spoon",
+       "Ideograph-R022-Right-Open-Box", "Ideograph-R023-Hiding-Enclosure",
+       "Ideograph-R024-Ten", "Ideograph-R025-Divination",
+       "Ideograph-R026-Seal" and "Ideograph-R027-Cliff" in UTF-2000.
+
+1999-11-18  MORIOKA Tomohiko  <tomo@etl.go.jp>
+
+       * dumped-lisp.el (preloaded-file-list): Add "Ideograph-R002-Line",
+       "Ideograph-R003-Dot", "Ideograph-R004-Slash",
+       "Ideograph-R005-Second", "Ideograph-R006-Hook",
+       "Ideograph-R007-Two", "Ideograph-R008-Lid", "Ideograph-R009-Man",
+       "Ideograph-R010-Legs" and "Ideograph-R011-Enter".
+
+       * mule/mule-charset.el (default-coded-charset-priority-list): Add
+       `japanese-jisx0208-1990' and `japanese-jisx0208-1978'.
+
+1999-11-16  MORIOKA Tomohiko  <tomo@urania.m17n.org>
+
+       * dumped-lisp.el (preloaded-file-list): Add "Ideograph-R001-One"
+       in UTF-2000.
+
+1999-11-16  MORIOKA Tomohiko  <tomo@urania.m17n.org>
+
+       * mule/mule-conf.el (sisheng): Moved from mule/chinese.el.
+       (chinese-isoir165): Moved from mule/chinese.el.
+       (chinese-cns11643-3): Moved from mule/chinese.el.
+       (chinese-cns11643-4): Moved from mule/chinese.el.
+       (chinese-cns11643-5): Moved from mule/chinese.el.
+       (chinese-cns11643-6): Moved from mule/chinese.el.
+       (chinese-cns11643-7): Moved from mule/chinese.el.
+
+       * mule/chinese.el: Move definition of coded-charsets to
+       mule/mule-conf.el.
+
+1999-11-15  MORIOKA Tomohiko  <tomo@urania.m17n.org>
+
+       * mule/mule-charset.el (default-coded-charset-priority-list): Add
+       `ideograph-daikanwa'.
+
+1999-11-15  MORIOKA Tomohiko  <tomo@urania.m17n.org>
+
+       * dumped-lisp.el (preloaded-file-list): Delete
+       "ccs-jisx0201-latin.el".
+
+1999-11-15  MORIOKA Tomohiko  <tomo@etl.go.jp>
+
+       * dumped-lisp.el (preloaded-file-list): Add
+       "u031A0-Extended-Bopomofo" in UTF-2000.
+
+1999-11-15  MORIOKA Tomohiko  <tomo@etl.go.jp>
+
+       * dumped-lisp.el (preloaded-file-list): u02E00-CJK-Radicals was
+       renamed to u02E00-CJK-Radical-Supplement.
+
+1999-11-14  MORIOKA Tomohiko  <tomo@urania.m17n.org>
+
+       * dumped-lisp.el (preloaded-file-list): Add
+       "u03000-CJK-Symbols-and-Punctuation", "u03040-Hiragana",
+       "u030A0-Katakana", "u03100-Bopomofo",
+       "u03130-Hangul-Compatibility-Jamo", "u03190-Kanbun",
+       "u03200-Enclosed-CJK-Letters-and-Months" and
+       "u03300-CJK-Compatibility".
+
+1999-11-14  MORIOKA Tomohiko  <tomo@urania.m17n.org>
+
+       * dumped-lisp.el (preloaded-file-list): Add "u02E00-CJK-Radicals",
+       "u02F00-Kangxi-Radicals" and
+       "u02FF0-Ideographic-Description-Characters".
+
+1999-11-14  MORIOKA Tomohiko  <tomo@urania.m17n.org>
+
+       * dumped-lisp.el (preloaded-file-list): Add
+       "u02600-Miscellaneous-Symbols", "u02700-Dingbats" and
+       "u02800-Braille-Patterns" in UTF-2000.
+
+1999-11-14  MORIOKA Tomohiko  <tomo@urania.m17n.org>
+
+       * dumped-lisp.el (preloaded-file-list): Load "uXXXXX-*" instead of
+       "uXXXXX-*.el" in UTF-2000.
+
+       * bytecomp.el (byte-compile-insert-header): Delete comments if
+       non-ASCII characters are found; allow `byte-compile-dynamic' and
+       `byte-compile-dynamic-docstrings' if *.elc will be encoded by
+       `raw-text'.
+
+1999-11-14  MORIOKA Tomohiko  <tomo@urania.m17n.org>
+
+       * dumped-lisp.el (preloaded-file-list): Add
+       "u02500-Box-Drawing.el", "u02580-Block-Elements.el" and
+       "u025A0-Geometric-Shapes.el".
+
+1999-11-14  MORIOKA Tomohiko  <tomo@urania.m17n.org>
+
+       * dumped-lisp.el (preloaded-file-list): Add
+       "u02400-Control-Pictures.el", "u02440-OCR.el" and
+       "u02460-Enclosed-Alphanumerics.el".
+
+1999-11-14  MORIOKA Tomohiko  <tomo@urania.m17n.org>
+
+       * mule/mule-charset.el (default-coded-charset-priority-list): Add
+       `chinese-gb2312'.
+
+       * dumped-lisp.el (preloaded-file-list): Add
+       "u02200-Mathematical-Operators.el" and
+       "u02300-Miscellaneous-Technical.el".
+
+1999-11-14  MORIOKA Tomohiko  <tomo@urania.m17n.org>
+
+       * mule/mule-charset.el (default-coded-charset-priority-list): Add
+       `chinese-cns11643-*'.
+
+       * dumped-lisp.el (preloaded-file-list): Add
+       "u02100-Letterlike-Symbols.el", "u02150-Number-Forms.el" and
+       "u02190-Arrows.el" in UTF-2000.
+
+1999-11-14  MORIOKA Tomohiko  <tomo@urania.m17n.org>
+
+       * mule/mule-charset.el (default-coded-charset-priority-list): Add
+       `korean-ksc5601'.
+
+       * dumped-lisp.el (preloaded-file-list): Add
+       "u02000-General-Punctuation.el", "u02070-Superscripts.el",
+       "u02080-Subscripts.el", "u020A0-Currency-Symbols.el" and
+       "u020D0-Combining-Diacritical-Marks-for-Symbols.el" in UTF-2000.
+
+1999-11-14  MORIOKA Tomohiko  <tomo@urania.m17n.org>
+
+       * dumped-lisp.el (preloaded-file-list): Delete "ccs-viscii.el".
+
+1999-11-14  MORIOKA Tomohiko  <tomo@urania.m17n.org>
+
+       * dumped-lisp.el (preloaded-file-list): Add "u013A0-Cherokee.el",
+       "u01400-Canadian.el", "u01680-Ogham.el", "u016A0-Runic.el",
+       "u01780-Khmer.el", "u01800-Mongolian.el",
+       "u01E00-Latin-Extended-Additional.el" and
+       "u01F00-Greek-Extended.el" in UTF-2000.
+
+1999-11-13  MORIOKA Tomohiko  <tomo@urania.m17n.org>
+
+       * mule/mule-charset.el (default-coded-charset-priority-list): Add
+       `ethiopic-ucs' and `ethiopic'.
+
+       * dumped-lisp.el (preloaded-file-list): Add "u010A0-Georgian.el",
+       "u01100-Hangul-Jamo.el" and "u01200-Ethiopic.el".
+
+       * mule/mule-conf.el: Move definition of coded-charset `ethiopic'
+       from mule/ethiopic.el.
+
+       * mule/ethiopic.el: Move definition of coded-charset `ethiopic' to
+       mule/mule-conf.el.
+
+1999-11-13  MORIOKA Tomohiko  <tomo@urania.m17n.org>
+
+       * mule/mule-charset.el (default-coded-charset-priority-list): Add
+       `lao'.
+
+       * mule/mule-conf.el (lao): New coded-charset.
+
+       * dumped-lisp.el (preloaded-file-list): Add
+       "u00900-Devanagari.el", "u00980-Bengali.el", "u00A00-Gurmukhi.el",
+       "u00A80-Gujarati.el", "u00B00-Oriya.el", "u00B80-Tamil.el",
+       "u00C00-Telugu.el", "u00C80-Kannada.el", "u00D00-Malayalam.el",
+       "u00D80-Sinhala.el", "u00E00-Thai.el", "u00E80-Lao.el",
+       "u00F00-Tibetan.el" and "u01000-Myanmar.el".
+
+1999-11-13  MORIOKA Tomohiko  <tomo@urania.m17n.org>
+
+       * mule/mule-charset.el (default-coded-charset-priority-list): Add
+       `ucs-bmp' and `arabic-iso8859-6'.
+
+1999-11-13  MORIOKA Tomohiko  <tomo@urania.m17n.org>
+
+       * dumped-lisp.el (preloaded-file-list): Add "u00400-Cyrillic.el",
+       "u00530-Armenian.el", "u00590-Hebrew.el", "u00600-Arabic.el",
+       "u00700-Syriac.el" and "u00780-Thaana.el" in UTF-2000.
+
+1999-11-12  MORIOKA Tomohiko  <tomo@urania.m17n.org>
+
+       * startup.el (normal-top-level): Load autoload file for UTF-2000
+       in UTF-2000.
+
+1999-11-11  MORIOKA Tomohiko  <tomo@etl.go.jp>
+
+       * dumped-lisp.el (preloaded-file-list): Add "mule-conf" in Mule;
+       delete "ccs-iso8859-*.el"; add "u00000-C0.el",
+       "u00020-Basic-Latin.el", "u00080-C1.el",
+       "u000A0-Latin-1-Supplement.el", "u00100-Latin-Extended-A.el",
+       "u00180-Latin-Extended-B.el", "u00250-IPA-Extensions.el",
+       "u002B0-Spacing-Modifier-Letters.el",
+       "u00300-Combining-Diacritical-Marks.el" and "u00370-Greek.el" in
+       UTF-2000.
+
+1999-11-10  MORIOKA Tomohiko  <tomo@etl.go.jp>
+
+       * mule/mule-charset.el (default-coded-charset-priority-list): Add
+       `japanese-jisx0212' and `ipa' in UTF-2000; use `latin-viscii-*'
+       instead of `vietnamese-viscii-*'.
+
+1999-11-09  MORIOKA Tomohiko  <tomo@etl.go.jp>
+
+       * mule/mule-conf.el: New file.
+
+       * mule/misc-lang.el: Move definition of charset `ipa' to
+       mule/mule-conf.el.
+
+1999-10-10  MORIOKA Tomohiko  <tomo@urania.m17n.org>
+
+       * mule/mule-charset.el (default-coded-charset-priority-list): Add
+       `latin-viscii'; prefer it for characters used in Vietnamese.
+
+1999-10-08   Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
+
+       * bytecomp.el (byte-compile-insert-header): Fix regexp.
+
+1999-10-07  MORIOKA Tomohiko  <tomo@etl.go.jp>
+
+       * mule/viet-chars.el (latin-viscii-lower): Renamed from charset
+       `vietnamese-viscii-lower'.
+       (latin-viscii-upper): Renamed from charset
+       `vietnamese-viscii-upper'.
+       (vietnamese-viscii-lower): New alias for charset
+       `latin-viscii-lower'.
+       (vietnamese-viscii-upper): New alias for charset
+       `latin-viscii-upper'.
+
+1999-10-05  MORIOKA Tomohiko  <tomo@etl.go.jp>
+
+       * mule/mule-charset.el (default-coded-charset-priority-list):
+       Comment out `hiragana-jisx0208' and `katakana-jisx0208'.
+
+1999-10-04  MORIOKA Tomohiko  <tomo@etl.go.jp>
+
+       * mule/ccs-jisx0208-1983.el, mule/ccs-tcvn5712.el,
+       mule/ccs-viscii.el, mule/ccs-iso8859-9.el,
+       mule/ccs-jisx0201-latin.el, mule/ccs-iso8859-2.el,
+       mule/ccs-iso8859-3.el, mule/ccs-iso8859-4.el: Moved to
+       lisp/utf-2000.
+
+1999-10-03  MORIOKA Tomohiko  <tomo@urania.m17n.org>
+
+       * mule/ccs-tcvn5712.el: New file.
+
+1999-10-03  MORIOKA Tomohiko  <tomo@urania.m17n.org>
+
+       * dumped-lisp.el (preloaded-file-list): Add "ccs-jisx0208-1983.el"
+       in UTF-2000.
+
+1999-10-02  MORIOKA Tomohiko  <tomo@urania.m17n.org>
+
+       * mule/mule-charset.el (default-coded-charset-priority-list): Add
+       `japanese-jisx0208'.
+
+1999-10-02  MORIOKA Tomohiko  <tomo@urania.m17n.org>
+
+       * dumped-lisp.el (preloaded-file-list): Add
+       "ccs-jisx0201-latin.el", "ccs-iso8859-2.el", "ccs-iso8859-3.el",
+       "ccs-iso8859-4.el", "ccs-iso8859-9.el" and "ccs-viscii.el" in
+       UTF-2000.
+
+       * mule/ccs-iso8859-2.el, mule/ccs-iso8859-3.el,
+       mule/ccs-iso8859-4.el, mule/ccs-iso8859-9.el,
+       mule/ccs-jisx0201-latin.el, mule/ccs-jisx0208-1983.el,
+       mule/ccs-viscii.el: New files.
+
+       * bytecomp.el (byte-compile-insert-header): Don't use `raw-text'
+       if \uXXXX is found.
+
+1999-09-30  MORIOKA Tomohiko  <tomo@urania.m17n.org>
+
+       * mule/mule-charset.el (default-coded-charset-priority-list): Add
+       `hiragana-jisx0208' and `katakana-jisx0208'.
+
+1999-09-21  MORIOKA Tomohiko  <tomo@etl.go.jp>
+
+       * mule/chinese.el (chinese-cns11643-3): Define it even if
+       `utf-2000' is provided.
+       (chinese-cns11643-4): Likewise.
+       (chinese-cns11643-5): Likewise.
+       (chinese-cns11643-6): Likewise.
+       (chinese-cns11643-7): Likewise.
+
+1999-09-14  MORIOKA Tomohiko  <tomo@etl.go.jp>
+
+       * mule/mule-charset.el (default-coded-charset-priority-list): Add
+       thai-tis620 and hebrew-iso8859-8; namely all BMP are covered.
+
+1999-09-13  MORIOKA Tomohiko  <tomo@urania.m17n.org>
+
+       * mule/mule-charset.el (default-coded-charset-priority-list): Add
+       `cyrillic-iso8859-5' and `greek-iso8859-7'.
+
+1999-09-13  MORIOKA Tomohiko  <tomo@urania.m17n.org>
+
+       * mule/mule-charset.el (default-coded-charset-priority-list):
+       Setup in UTF-2000.
+
+1999-09-09  MORIOKA Tomohiko  <tomo@etl.go.jp>
+
+       * mule/viet-chars.el: Don't define charset
+       `vietnamese-viscii-lower' and `vietnamese-viscii-upper' because
+       they are defined as builtin charsets.
+
+1999-08-31  MORIOKA Tomohiko  <tomo@etl.go.jp>
+
+       * version.el (emacs-version): Add more space just before UTF-2000
+       version string.
+
+1999-08-29  MORIOKA Tomohiko  <tomo@etl.go.jp>
+
+       * version.el ([constant] emacs-version): Don't add a space in the
+       preceding place of `xemacs-betaname' because it is duplicated.
+       (emacs-version): Add UTF-2000 version if `utf-2000' is provided.
+
+       * startup.el (splash-frame-body): Add ETL.
+
+1999-08-28  MORIOKA Tomohiko  <tomo@etl.go.jp>
+
+       * mule/chinese.el (chinese-cns11643-3): Don't define if `utf-2000'
+       is provided because it is defined as builtin charset.
+       (chinese-cns11643-4): Likewise.
+       (chinese-cns11643-5): Likewise.
+       (chinese-cns11643-6): Likewise.
+       (chinese-cns11643-7): Likewise.
+
+1999-08-24  MORIOKA Tomohiko  <tomo@etl.go.jp>
+
+       * mule/mule-cmds.el (reset-language-environment): Fix problem when
+       coding-system `iso-10646-ucs-4' is not defined.
+
+1999-06-17  MORIOKA Tomohiko  <tomo@etl.go.jp>
+
+       * bytecomp.el (byte-compile-insert-header): Use utf-8 as
+       coding-system if `utf-2000' is provided.
+
+1999-06-15  MORIOKA Tomohiko  <tomo@etl.go.jp>
+
+       * mule/mule-coding.el: Add `utf-8' to coding-priority-list if
+       `utf-2000' is provided.
+
+1999-06-15  MORIOKA Tomohiko  <tomo@etl.go.jp>
+
+       * dumped-lisp.el (preloaded-file-list): Don't load vietnamese.el
+       if utf-2000 is provided temporally.
+
+1999-06-10  MORIOKA Tomohiko  <tomo@etl.go.jp>
+
+       * mule/vietnamese.el (leading-code-private-11): Deleted [defined
+       as builtin variable].
+
+1999-06-04  MORIOKA Tomohiko  <tomo@etl.go.jp>
+
+       * files.el (insert-file-contents-literally): Treat file as binary;
+       call file-name-handlers. [sync with Emacs 20.3.10]
+
+2008-12-28  Vin Shelton  <acs@xemacs.org>
+
+       * XEmacs 21.4.22 is released
+
+2008-12-30  Vin Shelton  <acs@xemacs.org>
+
+       * easy-mmode.el: Added easy-mmode.el so autoload.el will work
+       during building even if no packages are found.
+
+2008-05-13  Aidan Kehoe  <kehoea@parhasard.net>
+
+       * printer.el (generic-print-region): 
+       (generic-print-buffer): 
+       Use #'valid-device-type-p instead of #'valid-specifier-tag-p to
+       check if the msprinter device is available, now that msprinter is
+       always available as a specifier tag. 
+
+2008-12-24  Vin Shelton  <acs@xemacs.org>
+
+       * about.el: Add Francisco to my bio!
+
+2008-12-23  Vin Shelton  <acs@xemacs.org>
+
+       * autoload.el: Move operator definitions to autoload-operators.el
+       in the xemacs-base package.
+
+2007-11-22  Vin Shelton  <acs@xemacs.org>
+
+       * about.el (about-hacker-contribution): Updated my bio.
+
+2007-10-07  Vin Shelton  <acs@xemacs.org>
+
+       * XEmacs 21.4.21 is released
+
+2007-09-19  Didier Verna  <didier@xemacs.org>
+
+       Update my personal info.
+       * about.el (xemacs-hackers): Use 'didier instead of 'dv.
+       * about.el (about-other-current-hackers): Ditto.
+       * about.el (about-url-alist): Add my musical website.
+       * about.el (about-personal-info): Update my entry.
+       * about.el (about-hacker-contribution): Ditto.
+
+2007-08-21  Adrian Aichner  <adrian@xemacs.org>
+
+       * package-get.el (package-get-download-sites): Update download
+       sites in Japan.
+       * package-get.el (package-get-pre-release-download-sites): Ditto.
+
+2007-08-18  Vin Shelton  <acs@xemacs.org>
+
+       * package-get.el (package-get-pre-release-download-sites): Sync
+       mirror sites with 21.5.  (Thanks, Adrian)
+
+2007-08-09  Mike Sperber  <mike@xemacs.org>
+
+       * startup.el (migrate-user-init-file): Create backup of
+       `user-init-file' before migrating.
+       * startup.el (maybe-migrate-user-init-file): Print
+       information about backup file.
+       (maybe-create-compatibility-dot-emacs): Follow above change.
+
+2006-11-02  Adrian Aichner  <adrian@xemacs.org>
+
+       * font-lock.el: Sync font-lock-add-keywords and
+       font-lock-remove-keywords from GNU Emacs.
+       * font-lock.el (font-lock-keywords-alist): New.
+       * font-lock.el (font-lock-removed-keywords-alist): New.
+       * font-lock.el (font-lock-add-keywords): New.
+       * font-lock.el (font-lock-update-removed-keyword-alist): New.
+       * font-lock.el (font-lock-remove-keywords): New.
+
+2007-08-16  Vin Shelton  <acs@xemacs.org>
+
+       * font-lock.el: Add defvar for font-lock-warning-face.  Original
+       patch from Hans de Graaff.
+
+2007-07-28  Adrian Aichner  <adrian@xemacs.org>
+
+       * package-get.el (package-get-download-sites): Document Chile and
+       update Denmark download site.
+       * package-get.el (package-get-pre-release-download-sites): Ditto.
+
+2007-05-20  Stephen J. Turnbull  <stephen@xemacs.org>
+
+       * gutter-items.el (progress-feedback-with-label): Clarify docstring.
+
+2006-12-09  Vin Shelton  <acs@xemacs.org>
+
+       * XEmacs 21.4.20 is released
+
+2006-10-14  Jeff Miller  <jmiller@xemacs.org>
+
+       * info.el (Info-find-emacs-command-nodes): fix regex for find command node.
+
+2006-11-14  Stephen J. Turnbull  <stephen@xemacs.org>
+
+       * info.el (Info-find-file-node, Info-insert-dir)
+       (Info-read-subfile, Info-insert-file-contents): Maintain invariant
+       `(equal buffer-file-truename (file-truename buffer-file-name))'.
+       Thanks to Nelson Ferreira <nelson.ferreira@ieee.org> for report
+       and discussion.
+
+2006-05-20  Ville Skyttä  <scop@xemacs.org>
+
+       * obsolete.el (line-beginning-position): New, from 21.5.x.
+       (line-end-position): Ditto.
+
+2006-06-03  Adrian Aichner  <adrian@xemacs.org>
+
+       * package-get.el (package-get-download-sites): Welcome
+       nl.xemacs.org and Thanks!
+       * package-get.el (package-get-pre-release-download-sites): Ditto.
+
+2004-01-19  Martin Buchholz  <martin@xemacs.org>
+
+       * font-lock.el: Add support for not-so recent changes in Java to
+       java-mode.
+
+2006-01-28  Vin Shelton  <acs@xemacs.org>
+
+       * XEmacs 21.4.19 is released
+
+2006-01-03  Aidan Kehoe  <kehoea@parhasard.net>
+
+       * easymenu.el: Update copyright. 
+       * easymenu.el (easy-menu-all-popups):
+       Add a docstring. 
+       * easymenu.el (easy-menu-add):
+       Document a bug, rework the function to preserve any existing
+       non-default mode-popup-menu instead of overwriting it, and not to
+       bother normalising the menu title (nothing else does).
+       * easymenu.el (easy-menu-remove):
+       Restore the default mode-popup-menu instead of leaving an empty
+       one when we remove the last easy-menu popup. 
+
+2006-01-06  Adrian Aichner  <adrian@xemacs.org>
+
+       * package-get.el (package-get-download-sites): Add pt.xemacs.org,
+       as suggested by Rodrigo Ventura.
+       * package-get.el (package-get-pre-release-download-sites): Ditto,
+       with replacement of xemacs-21.5 by beta, which is the logical path
+       to our beta core and package pre-releases.
+
+2005-12-17  Adrian Aichner  <adrian@xemacs.org>
+
+       * package-get.el (package-get-download-sites): Add Hong Kong
+       download site.
+       * package-get.el (package-get-pre-release-download-sites): Ditto.
+
+2005-12-26  Vin Shelton  <acs@xemacs.org>
+
+       * find-paths.el:
+       * find-paths.el (paths-emacs-root-p): Add search for package root.
+       * find-paths.el (paths-find-emacs-root): Replaced with
+       paths-find-invocation-roots, which returns a list of roots.
+       * find-paths.el (paths-find-invocation-roots): New.
+       * find-paths.el (paths-find-emacs-roots): Call paths-find-invocation-roots.
+
+2005-12-05  Ville Skyttä  <scop@xemacs.org>
+
+       * minibuf.el (x-library-search-path): Add /usr(/local)/share/X11.
+       * font.el (font-lookup-rgb-components): Ditto, remove stale comment.
+
+2005-12-03  Vin Shelton <acs@xemacs.org>
+
+       * XEmacs 21.4.18 is released
+
+2005-10-28  Adrian Aichner  <adrian@xemacs.org>
+
+       * package-get.el (package-get-download-sites): Update reflecting
+       latest http://www.xemacs.org/Releases/ information generated by
+       xemacs-builds/adrian/website/package-get-2-download-sites.el.
+       * package-get.el (package-get-pre-release-download-sites): Ditto.
+
+2005-02-28  Simon Josefsson  <jas@extundo.com>
+
+       * about.el (xemacs-hackers): Add jas.
+       (about-other-current-hackers): Likewise.
+       (about-url-alist): Add URL for jas.
+       (about-personal-info): Document jas.
+       (about-hacker-contribution): Describe jas contributions.
+
+2005-03-25  Ralf Angeli  <angeli@iwi.uni-sb.de> 
+
+       * easymenu.el (easy-menu-remove): As described in 
+       E1D4Nn5-0001lq-EU@neutrino.iwi.uni-sb.de; don't strip everything
+       except the "Command" menu from mode-popup-menu. 
+
+2005-03-25  Ralf Angeli  <angeli@iwi.uni-sb.de> 
+        * font.el (font-spatial-to-canonical): Correct calculation of 
+        return value for pixel-based input value. 
+2002-05-13  Adrian Aichner  <adrian@xemacs.org>
+
+       * code-process.el (call-process): Process-related docstring
+       improvements spurred by Norbert Koch.
+       * code-process.el (call-process-region): Ditto.
+       * code-process.el (start-process): Ditto.
+
+2005-10-09  Adrian Aichner  <adrian@xemacs.org>
+
+       * finder.el (finder-find-library): Return filename actually
+       searched for.
+
+2005-10-10  Steve Youngs  <steve@sxemacs.org>
+
+       * help.el (view-emacs-news): Use `expand-file-name' instead of
+       `locate-data-file' as the latter will find any "NEWS" files that
+       might exist in packages _before_ the one in core.
+
+2005-06-06  Adrian Aichner  <adrian@xemacs.org>
+
+       * package-get.el (package-get-init-package):
+       package-get-init-package buglet (21.4.17) by Jeff Mincy
+       <mincy@rcn.com> fixing false temporary load-path shadows reported
+       after package installation and simplifying code.
+
+2005-10-18  Ville Skyttä  <scop@xemacs.org>
+
+       * package-get.el (package-get-download-sites): Sync mirrors list
+       with the XEmacs website.
+       (package-get-pre-release-download-sites): Ditto.
+
+2005-04-06  Stephen J. Turnbull  <stephen@xemacs.org>
+
+       * derived.el (derived-mode-merge-syntax-tables):
+       Revert my 21.5-only patch of 2003-07-18 which slipped in
+       through Jerry James's patch of 2004-06-07.
+
+2005-02-23  Adrian Aichner  <adrian@xemacs.org>
+
+       * cmdloop.el (keyboard-quit): Remove workaround for
+       `region-active-p' not making sure active region is in current
+       buffer now that it does.
+       * minibuf.el (minibuffer-keyboard-quit): Ditto.
+       * simple.el (region-active-p): `region-active-p' to only return t
+       when active region is in current buffer.
+
+2005-02-21  Norbert Koch  <viteno@xemacs.org>
+
+       * package-ui.el (pui-list-packages): MF21.5, adapt to longer
+       package names, quell a byte-compiler warning, doc fix.
+
+2005-02-16  Aidan Kehoe  <kehoea@parhasard.net>
+
+       * buffer.el (pop-to-buffer):
+       * window-xemacs.el (display-buffer):
+       Document use of `same-window-buffer-names,' `same-window-regexps'
+       by pop-to-buffer and display-buffer. 
+       
+2005-02-06  Vin Shelton <acs@xemacs.org>
+
+       * XEmacs 21.4.17 is released
+
+2005-01-29  Ben Wing  <ben@xemacs.org>
+
+       * shadow.el (find-emacs-lisp-shadows):
+       Add custom-defines to list of ignored files.
+
+2005-01-17  Adrian Aichner  <adrian@xemacs.org>
+
+       * simple.el (shifted-motion-keys-select-region): Fix statement
+       about unshifted-motion-keys-deselect-region.
+
+2004-12-15  Ville Skyttä  <scop@xemacs.org>
+
+       * bytecomp-runtime.el (make-obsolete): Add 3rd argument (no-op for
+       now) for GNU Emacs compatibility.
+       (make-obsolete-variable): Ditto.
+
+2004-01-08  Ben Wing  <ben@xemacs.org>
+
+       * code-files.el (load):
+       File positions are 0 based not 1 based. Thanks to Steve Youngs.
+
+2004-12-05  Vin Shelton <acs@xemacs.org>
+
+       * XEmacs 21.4.16 is released
+
+2004-12-04  Vin Shelton  <acs@xemacs.org>
+
+       * auto-autoloads.el: Regenerated.
+
+       * custom-load.el: Regenerated.
+
+2004-09-15  Stephen J. Turnbull  <stephen@xemacs.org>
+
+       Fix bug: apropos errors if a defalias refers to an undefined
+       function.  <87pt4pmdcs.fsf@tleepslib.sk.tsukuba.ac.jp>
+
+       * apropos.el (apropos):
+       (apropos-command):
+       * help.el (frob-help-extents):
+       * help-macro.el (make-help-screen):
+       * hyper-apropos.el (hyper-apropos-grok-functions):
+       (hyper-apropos-get-doc):
+       Catch void-function error thrown by `documentation'.
+
+2004-09-02  Steve Youngs  <steve@youngs.au.com>
+
+       * packages.el (package-require): Fix incorrect arg to format.
+       This fixes a `format specifier' error.
+
+2004-08-13  Jerry James  <james@xemacs.org>
+
+       * bytecomp.el (forward-word): Tell the byte compiler the correct
+       number of arguments to forward-word.
+
+2004-08-12  Sven Grundmann  <sven@xemacs.org>
+
+       * etags.el: Fixed loading of include files for tag completion. Now
+       you can make a tag file for a library, include it into your
+       project and it will be reloaded only if it changed. Infinte
+       include loops are detected and the correct tag files are loaded.
+       * etags.el (buffer-tag-table-list): Load and verify tag files in
+       the external function buffer-tag-table-list-load.
+       * etags.el (buffer-tag-table-list-load): New. Load and verify the
+       tag files. Also load the included tag files. The priority of the
+       included files is right below their parent file. If multiple
+       matches occur then the symbols from the parent file are found
+       first.
+       * etags.el (tag-table-include-files): Corrected comment
+       string. Switched to pattern constant tags-include-pattern to have
+       it at a central location.
+       * etags.el (tags-include-pattern): Added doc string.
+       * etags.el (add-to-tag-completion-table): Removed obsolete
+       comments as the include files are allready returned by
+       buffer-tag-table-list and loaded.
+       * etags.el (find-tag-internal): The include files are allready
+       included in tag-tables as buffer-tag-table-list returns them now.
+
+2004-07-02  Malcolm Purvis  <malcolmp@xemacs.org>
+
+       * widgets-gtk.el (gtk-widget-instantiate-notebook-internal):
+       Loading items into the notebook is now done by C code.
+       * widgets-gtk.el (gtk-widget-instantiate-internal):
+       Style no longer changed.
+
+2004-06-28  Nix  <nix@esperi.org.uk>
+
+       * cmdloop.el (truncate-command-history-for-gc): Delay
+        execution of all things that look up variable bindings,
+        via `enqueue-eval-event'.
+
+2004-06-24  Vin Shelton  <acs@xemacs.org>
+
+       * package-get.el (package-get-require-signed-base-updates):
+       now defaults to nil.
+
+2004-06-09  Stephen J. Turnbull  <stephen@xemacs.org>
+
+       * subr.el (split-string): Clean up docstring.
+
+2002-01-24  John Paul Wallington  <jpw@shootybangbang.com>
+
+       * faces.el (zmacs-region): fix typo in docstring.
+
+2004-06-07  Jerry James  <james@xemacs.org>
+
+       * derived.el: Synch with Emacs 21.3.
+       * subr.el (with-local-quit): New, from Emacs 21.3.
+       * subr.el (delayed-mode-hooks): New variable, from Emacs 21.3.
+       * subr.el (run-mode-hooks): New function, from Emacs 21.3.
+       * subr.el (delay-mode-hooks): New macro, from Emacs 21.3.
+
+2004-06-16  Jerry James  <james@xemacs.org>
+
+       * cl.el (cl-set-substring): Increment start by the length of the
+       string, not the string itself.
+
+2004-05-19  Malcolm Purvis  <malcolmp@xemacs.org>
+
+       * etags.el (tag-table-include-files): Expand included TAGS file
+       paths to avoid problems with relative paths.  Thanks to Peter
+       Chubb <peterc@gelato.unsw.edu.au>.
+       * etags.el (tags-include-pattern): New.
+       * etags.el (add-to-tag-completion-table): Parse and ignore
+       trailing include lines.
+
+2004-06-21  Adrian Aichner  <adrian@xemacs.org>
+
+       * package-ui.el (pui-help-echo): Fix false cvs conflict by
+       avoiding line solely composed of equal signs.
+
+2004-06-10  Adrian Aichner  <adrian@xemacs.org>
+
+       * cus-edit.el (alloc): Typo fix.
+       * cus-edit.el (custom-browse-visibility): Ditto.
+       * cus-edit.el (custom-variable-value-create): Ditto.
+       * cus-edit.el (custom-variable-pre-reset-standard): Ditto.
+       * cus-edit.el (custom-save-variables): Bind print-length and
+       print-level to nil to avoid value abbreviation.
+       * cus-edit.el (custom-save-face-internal): Ditto.
+       * cus-edit.el (custom-save-faces): Save in sorted order.
+       * cus-edit.el (custom-save-resets): Bind print-length and
+       print-level to nil to avoid value abbreviation.
+       * cus-edit.el (custom-save-loaded-themes): Ditto.
+
+2004-06-09  Stephen J. Turnbull  <stephen@xemacs.org>
+
+       * subr.el (split-string-default-separators): New.
+       (split-string): Synch to 21.5/GNU Emacs version.  *New semantics*,
+       see comment in source.
+
+2004-01-29  Stephen J. Turnbull  <stephen@xemacs.org>
+
+       * mule/japanese.el (paragraph-start, paragraph-separate):
+       Remove anchor to BOL.
+
+2004-04-30  Stephen J. Turnbull  <stephen@xemacs.org>
+
+       * cl.el (gensym, gentemp): Improve docstrings.
+
+2004-05-10  Vin Shelton  <acs@xemacs.org>
+
+       * etags.el: Sync with 21.5 version.
+
+2004-04-21  Sven Grundmann  <sven@hellerhof.de>
+
+       * etags.el:
+       * etags.el (tags-exuberant-ctags-optimization-p): Enable optimization
+       only for use with exuberant ctags. This will also enable building of 
+       completion tables with exuberant ctags. This will not work with
+       xemacs ctags. 
+       * etags.el (get-tag-table-buffer): New function for creating of
+       completion table is used if tags-exuberant-ctags-optimization-p ist t
+       * etags.el (tags-explicit-name-pattern): Hold the name pattern for
+       finding the tag names. New.
+       * etags.el (add-to-tag-completion-table-exuberant-ctags): Defun for
+       building tag completion table with exuberant ctags. New.
+       * etags.el (find-tag-internal): Improve exact tag matching for tags
+       with name fields. Before the patch return types of functions or
+       function parameters (with exuberant ctags) were found as matches.
+
+2004-04-21  Sven Grundmann  <sven@hellerhof.de>
+
+       * list-mode.el (display-completion-list): Fixed completion list was
+       taking the width of the frame and not of the window for displaying
+       the selection methods.
+
+2004-04-18  Stephen J. Turnbull  <stephen@xemacs.org>
+
+       * menubar-items.el (default-menubar): Options are saved to custom.el.
+
+
+2004-02-23  Stephen J. Turnbull  <stephen@xemacs.org>
+
+       * isearch-mode.el (isearch-abort): Preserve successful search target.
+
+2004-03-27  Adrian Aichner  <adrian@xemacs.org>
+
+       * gnuserv.el: Sync with 21.5 version, inspired by bugreport and
+       (make-variable-buffer-local 'gnuserv-minor-mode) patch by Robert
+       Bihlmeyer.
+       * gnuserv.el (gnuserv-mode-line-string): New.
+       * gnuserv.el (gnuserv-minor-mode): Make it buffer-local, not
+       gnuserv-mode.
+       * gnuserv.el (make-x-device-with-gtk-fallback): New.
+       * gnuserv.el (gnuserv-edit-files): Use
+       make-x-device-with-gtk-fallback.
+
+2004-03-23  Malcolm Purvis  <malcolmpurvis@optushome.com.au>
+
+       * gtk-widgets.el: New import: gtk-accel-group-new.
+       * dialog-gtk.el:
+       * dialog-gtk.el (gtk-popup-convert-underscores): New.
+       * dialog-gtk.el (popup-builtin-question-dialog):
+       Added support for dialog button mnemonics.
+
+2004-03-22  Chris Green <cmg@dok.org>
+
+       * process.el (shell-command): Output buffer was ignored when a
+       background process was run via shell-command.
+
+2004-03-19  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * cus-edit.el (custom-save-variables): Retrieve a list of
+       variables to save first, sort it, and make sure the variables are
+       saved in sorted order.
+
+2004-02-23  Steve Youngs  <sryoungs@bigpond.net.au>
+       * package-get.el (package-get-update-base-from-buffer): Force
+       binary coding system for verifying GnuPG signature in the
+       package-index file.
+2003-07-06  Adrian Aichner  <adrian@xemacs.org>
+
+       * package-get.el (package-get-package-index-file-location): Handle
+       missing "EMACSPACKAGEPATH" environment variable.
+
+2003-07-05  Adrian Aichner  <adrian@xemacs.org>
+
+       * package-admin.el (package-admin-find-top-directory): Simplify
+       directory comparisions and fix substring errors on short path
+       components.
+       * package-get.el (package-get-package-index-file-location):
+       Default to first component of "EMACSPACKAGEPATH", if set.
+
+2004-02-16  Steve Youngs  <sryoungs@bigpond.net.au>
+
+       * package-get.el (process-error): New error datum.
+
+2004-02-02  Vin Shelton <acs@xemacs.org>
+
+       * XEmacs 21.4.15 is released
+
+2003-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * itimer.el (activate-itimer): Modify the itimer timeout value as
+       if it were begun at the last time when the itimer driver was woken
+       up.
+
+2004-01-27  Stephen J. Turnbull  <stephen@xemacs.org>
+
+       * specifier.el (Copyright):
+       Update.
+       (make-specifier-and-init):
+       (map-specifier):
+       (canonicalize-inst-pair):
+       (canonicalize-spec-list):
+       (set-specifier):
+       Synch docstrings to 21.5 where appropriate.
+
+2004-01-25  Steve Youngs  <sryoungs@bigpond.net.au>
+
+       * package-get.el (package-get-list-packages-where): New.  A
+       function that allows searching for groups of packages.  For
+       example, find all packages that require the fsf-compat package.
+
+2004-01-25  Steve Youngs  <youngs@xemacs.org>
+
+       The Great PUI Sync.
+
+       * auto-autoloads.el: Regenerated.
+
+       * custom-load.el: Regenerated.
+
+       * dumped-lisp.el (packages-hardcoded-lisp): New.
+
+       * menubar-items.el (menu-max-items): New.
+       (menu-submenu-max-items): New.
+       (menu-submenu-name-format): New.
+       (menu-split-long-menu): New.
+       (menu-sort-menu): New.
+       (default-menubar): Sync to 21.5 in regard to the PUI menus.
+
+       * obsolete.el (pui-add-install-directory): Renamed to the more
+       logical `pui-set-local-package-get-directory'.
+       (package-get-download-menu): Moved to `package-ui.el' and renamed
+       to `package-ui-add-download-menu'.
+
+       * package-admin.el (package-admin-install-function-mswindows):
+       Whitespace clean up.
+       (package-admin-add-single-file-package): Removed.
+       (package-admin-default-install-function): Whitespace clean up.
+       (package-admin-find-top-directory): New.
+       (package-admin-get-install-dir): Use it.
+       (package-admin-get-manifest-file): 
+       (package-admin-check-manifest): 
+       (package-admin-add-binary-package):
+       (package-admin-get-lispdir):
+       (package-admin-delete-binary-package):
+       (package-admin):
+
+       * package-get.el (package-get-package-index-file-location): New.
+       (package-get-install-to-user-init-directory): New.
+       (package-get-remote):
+       (package-get-download-sites):
+       (package-get-pre-release-download-sites): New.
+       (package-get-site-release-download-sites): New.
+       (package-get-base-filename):
+       (package-get-always-update):
+       (package-get-user-index-filename): Removed.
+       (package-get-pgp-available-p): New.
+       (package-get-require-signed-base-updates):
+       (package-get-was-current):
+       (package-entries-are-signed): New.
+       (package-get-continue-update-base): New.
+       (package-get-download-menu): Removed.
+       (package-get-require-base):
+       (package-get-update-base-entry):
+       (package-get-locate-file):
+       (package-get-locate-index-file):
+       (package-get-maybe-save-index):
+       (package-get-update-base):
+       (package-get-update-base-from-buffer):
+       (package-get-update-base-entries):
+       (package-get-interactive-package-query):
+       (package-get-update-all):
+       (package-get-all):
+       (package-get-dependencies):
+       (package-get-init-package):
+       (package-get-info): New.
+       (package-get):
+       (package-get-staging-dir):
+       (package-get-set-version-prop): Removed.
+       (package-get-installedp):
+       (package-get-ever-installed-p):
+       (packages): Removed.
+       (package-get-custom-groups): Removed.
+       (package-get-custom): Removed.
+       (package-get-custom-add-entry): Removed.
+
+       * package-info.el (batch-update-package-info):
+
+       * package-net.el (package-net-batch-generate-bin-ini):
+       (package-net-update-installed-db):
+
+       * package-ui.el (pui-info-buffer):
+       (pui-directory-exists): Removed.
+       (pui-package-dir-list): Removed.
+       (pui-add-install-directory): Removed.
+       (package-ui-download-menu): New.
+       (package-ui-pre-release-download-menu): New.
+       (package-ui-site-release-download-menu): New.
+       (pui-set-local-package-get-directory): New.
+       (pui-package-symbol-char):
+       (pui-update-package-display):
+       (pui-toggle-package):
+       (pui-toggle-package-key):
+       (pui-toggle-package-delete):
+       (pui-toggle-package-delete-key):
+       (pui-toggle-package-event):
+       (pui-toggle-verbosity-redisplay):
+       (pui-install-selected-packages):
+       (pui-add-required-packages):
+       (pui-help-echo):
+       (pui-display-info):
+       (list-packages-mode):
+       (pui-list-packages):
+
+       * packages.el (packages-compute-package-locations):
+       (package-require):
+       (package-delete-name):
+       (packages-hardcoded-lisp): Removed.
+       (packages-useful-lisp): Removed.
+       (packages-unbytecompiled-lisp): Removed.
+       (packages-find-package-directories):
+
+       Summary:
+
+       Major code clean up of all things PUI.
+
+       Much improved code to determine where packages should be
+       installed.  PUI no longer depends on any packages being
+       pre-installed to compute where packages are to be installed to.
+
+       The user can specify the location of their package-index file.  It
+       isn't necessary to set this because it has sane defaults.  People
+       who "run-in-place" won't accidently overwrite the CVS
+       package-index file.  See
+       `package-get-package-index-file-location'. 
+
+       PUI will now properly clean up after itself in the event of an
+       unsuccessful package install.  This drastically reduces the number
+       of "wrong md5sum" FAQs.
+
+       non-Mule XEmacsen can no longer install Mule packages.
+
+       Package management via the custom interface has been removed.
+
+       The PUI related menubar items have been reorganised.
+
+       The PGP verification code has been fixed and the default for
+       whether or not it is used is automatically computed.
+
+       * update-elc.el ((preloaded-file-list site-load-packages
+       need-to-dump dumped-exe)):
+       Just a couple of small changes to allow for
+       `packages-(hardcoded|useful|unbytecompiled)-lisp' not really
+       existing anymore.
+
+2003-12-10  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * bytecomp.el (byte-compile-warn-about-unused-variables): Don't
+       apply `format' to the first argument of byte-compile-warn, it
+       already calls format.
+
+2003-12-03  Adrian Aichner  <adrian@xemacs.org>
+
+       * files.el (delete-old-versions): Avoid going interactive during
+       make install when environment variable VERSION_CONTROL is set.
+
+2003-12-04  Vin Shelton  <acs@xemacs.org>
+
+       * menubar-items.el (menu-item-search): Only bring up search dialog
+       box if the feature is available and desired.
+
+2003-11-04  Stephen J. Turnbull  <stephen@xemacs.org>
+
+       * about.el (about-personal-info): Fix typo in Tony Rossini's entry.
+
+2003-11-05  Vin Shelton  <acs@xemacs.org>
+
+       * help.el (Help-prin1-face):
+       (Help-princ-face):
+       princ and prin1 are functions and need to be called as such.  The
+       idea for this patch was submitted by Eric Eide <eeide@cs.utah.edu>.
+
+2003-10-22  Stephen J. Turnbull  <stephen@xemacs.org>
+
+       * about.el (about-xemacs): Give full version and build date.
+
+2003-09-19  Stephen J. Turnbull  <stephen@xemacs.org>
+
+       * win32-native.el (grep-null-device): This XEmacs has null-device.
+
+2003-09-06  Mike Sperber  <mike@xemacs.org>
+
+       * bytecomp.el (byte-compile-defvar-or-defconst): Actually
+       implement the specified semantics for `defvar.'
+
+2003-09-07  Adrian Aichner  <adrian@xemacs.org>
+
+       * window-xemacs.el (display-buffer): Fix for `shrink-to-fit' by
+       Klaus Berndl, calling `shrink-window-if-larger-than-buffer' when
+       displaying buffer in question.
+
+2003-09-03  Vin Shelton <acs@xemacs.org>
+
+       * XEmacs 21.4.14 is released
+
+2003-08-17  Vin Shelton  <acs@xemacs.org>
+
+       * about.el: Vanity patch.
+
+2003-08-11  Stephen J. Turnbull  <stephen@xemacs.org>
+
+       * code-process.el (call-process):
+       (call-process-region):
+       (start-process):
+       Document coding system processing.
+
+2003-08-03  Stephen J. Turnbull  <stephen@xemacs.org>
+
+       * startup.el (splash-frame-body): Idiomatic English.
+
+2003-04-24  Jin Choi <jsc@orangeimagineering.com>
+
+       * font-lock.el (font-lock-match-java-declarations): Move
+       save-restriction, narrow-to-region to beginning of function to
+       avoid going beyond the limit and causing an infloop.
+
+2003-04-16  Jerry James  <james@xemacs.org>
+
+        * keydefs.el: Remove mappings for keys mapped to the nowhere
+        defined function function-key-error.
+
+2003-03-22  Vasily Korytov  <deskpot@myrealbox.com>
+
+       * lisp-mode.el (emacs-lisp-mode-hook, lisp-mode-hook,
+       lisp-interaction-mode-hook): Add the docstrings.
+
+2003-08-04  Michael Toomim <toomim@OCF.Berkeley.EDU>
+
+       * byte-optimize.el: Fix infinite loop in bytecode optimizer.  See:
+       http://list-archive.xemacs.org/xemacs-beta/200306/msg00157.html
+       http://list-archive.xemacs.org/xemacs-beta/200307/msg00005.html
+
+2003-06-18  Nickolay Pakoulin  <npak@ispras.ru>
+
+       * cl-macs.el (cl-transform-lambda): Place doc on Common Lisp
+       lambda list after the original doc.  Care about
+       #'(lambda () "SingleString") 
+       (cl-upcase-arg): 
+       (cl-function-arglist):
+       Care about &cl-defs and &cl-quote in lambda list, dotted lists and
+       circular data structures in lambda list specification
+
+2003-06-11  Adrian Aichner  <adrian@xemacs.org>
+
+       * font-lock.el (lisp-font-lock-keywords-1): Only NAME, not NAME(
+       to appear in font-lock-function-name-face.
+
+2003-06-17  Stephen J. Turnbull  <stephen@xemacs.org>
+
+       * bytecomp.el (byte-compile-lambda): Discard docstring only if it
+       is not also the value of the lambda.
+
+2003-05-06  Andy Piper  <andy@xemacs.org>
+
+       * files.el (revert-buffer): Make sure local variables get processed,
+       even in the case of an optimized reversion.
+
+2003-05-25  XEmacs Build Bot <builds@cvs.xemacs.org>
+
+       * XEmacs 21.4.13 is released
+
+2003-03-18  Stephen J. Turnbull  <stephen@xemacs.org>
+
+       * gutter-items.el (buffers-tab-filter-functions): Improve docstring.
+       Suggested by a Chris Palmer <chris@nodewarrior.org> patch.
+
+2003-02-14  Ben Wing  <ben@xemacs.org>
+
+       * byte-optimize.el:
+       * byte-optimize.el (byte-compile-inline-expand):
+       * byte-optimize.el (byte-compile-unfold-lambda):
+       * byte-optimize.el (byte-optimize-form-code-walker):
+       * byte-optimize.el (byte-optimize-form):
+       * byte-optimize.el (byte-decompile-bytecode-1):
+       * byte-optimize.el (byte-optimize-lapcode):
+       Review carefully and sync up to 20.7 except for areas as noted.
+       Fixes problem with JDE compilation.
+
+2003-02-05  Ben Wing  <ben@xemacs.org>
+
+       * simple.el:
+       * simple.el (motion-keys-for-shifted-motion):
+       Omit M-S-home/end from motion keys.
+
+2003-02-07  Ben Wing  <ben@xemacs.org>
+
+       * text-props.el (text-property-any):
+       * text-props.el (text-property-not-all):
+       Fix bug when end > start.
+
+2003-01-17  Stephen J. Turnbull  <stephen@xemacs.org>
+
+       * info.el (Info-insert-dir): Make default-directory end in
+       separator.  Patch due to Martin Buchholz.
+
+2003-01-15  Stephen J. Turnbull  <stephen@xemacs.org>
+
+       * XEmacs 21.4.12 "Portable Code" is released.
+
+2003-01-13  Ilya Golubev  <golubev@xemacs.org>
+
+       * about.el: Update golubev data.
+
+2003-01-15  Stephen J. Turnbull  <stephen@xemacs.org>
+
+       * isearch-mode.el (isearch-mode-map): Substitute comment on
+       desirability, and back out "GR is printable" changes.
+
+2003-01-08  Stephen J. Turnbull  <stephen@xemacs.org>
+
+       * isearch-mode.el (isearch-mode-map): Don't bind CSI.
+
+2003-01-07  Stephen J. Turnbull  <stephen@xemacs.org>
+
+       * isearch-mode.el (isearch-mode-map): GR (and C1) is printable.
+
+2003-01-06  Ville Skyttä  <scop@xemacs.org>
+
+       * menubar-items.el (default-menubar): Use browse-url-mozilla
+       instead of browse-url-gnome-moz for Mozilla.
+
+2003-01-03  Stephen J. Turnbull  <stephen@xemacs.org>
+
+       * XEmacs 21.4.11 "Native Windows TTY Support" is released.
+
+2002-12-27  Ville Skyttä  <scop@xemacs.org>
+
+       * files.el (auto-mode-alist): Remove redundant entries for modes
+       that live in packages.
+       (interpreter-mode-alist): Ditto.
+
+2002-03-17  Ville Skyttä  <ville.skytta@xemacs.org>
+
+       * menubar-items.el (default-menubar): Sync with current
+       browse-url-xemacs.el.
+
 2002-11-02  Stephen J. Turnbull  <stephen@xemacs.org>
 
        * XEmacs 21.4.10 "Military Intelligence" is released.
        (font-lock-fontify-keywords-region): Supply the argument to
        font-lock-compile-keywords.
 
-2002-09-22  Ville Skyttä  <ville.skytta@xemacs.org>
+2002-09-22  Ville Skyttä  <ville.skytta@xemacs.org>
 
        * package-get.el (package-get-download-sites): Bring sites list
        up to date, prefer xx.xemacs.org addresses.
        * gutter-items.el (set-progress-feedback-instantiator): Fix bad
        merge.
 
-2002-09-02  Ville Skyttä  <ville.skytta@xemacs.org>
+2002-09-02  Ville Skyttä  <ville.skytta@xemacs.org>
 
        * bytecomp-runtime.el (make-obsolete): Docstring argument nit.
        (make-obsolete-variable): Ditto.
 
        * XEmacs 21.4.9 "Informed Management" is released.
 
-2002-06-22  Ville Skyttä  <ville.skytta@xemacs.org>
+2002-06-22  Ville Skyttä  <ville.skytta@xemacs.org>
 
        * subr.el (add-to-list): Sync with GNU Emacs 21.2, adding the
        "&optional append" argument.
 
        * simple.el (join-line): New alias for `delete-indentation'.
 
-2002-08-02  Ville Skyttä  <ville.skytta@xemacs.org>
+2002-08-02  Ville Skyttä  <ville.skytta@xemacs.org>
 
        * font-lock.el: Some faces and doc typo fixes from GNU Emacs.
        (font-lock-doc-face): New alias to font-lock-doc-string-face.
        * find-paths.el (paths-find-architecture-directory): Search in
        `system-configuration'/`base', not `base'`system-configuration'.
 
-2002-06-23  Ville Skyttä  <ville.skytta@xemacs.org>
+2002-06-23  Ville Skyttä  <ville.skytta@xemacs.org>
 
        * info.el (Info-index): Add missing \ in [ t].
 
        * startup.el (normal-top-level): Prevent migration code from
        trashing .emacs on an error in loading the init files.
 
-2002-03-14  Ville Skyttä  <ville.skytta@xemacs.org>
+2002-03-14  Ville Skyttä  <ville.skytta@xemacs.org>
 
        * files.el (auto-mode-alist): GNUmakefile is a Makefile,
        "system default" Xdefaults and friends get xrdb-mode.
 2002-02-03  Adrian Aichner  <adrian@xemacs.org>
 
        * printer.el (generic-print-region): Pass correct arguments to
-       lpr-region.  Thanks to Nevin Kapur <nevin@jhu.edu> and Björn
+       lpr-region.  Thanks to Nevin Kapur <nevin@jhu.edu> and Björn
        Torkelsson <torkel@acc.umu.se>.
 
 2002-01-09  John Paul Wallington  <jpw@shootybangbang.com>