update.
[chise/xemacs-chise.git] / lisp / ChangeLog
index 52f0706..da5a1f6 100644 (file)
@@ -1,3 +1,258 @@
+1999-11-20  MORIOKA Tomohiko  <tomo@etl.go.jp>
+
+       * utf-2000/Ideograph-R029-Again.el,
+       utf-2000/Ideograph-R028-Private.el: New files.
+
+1999-11-20  MORIOKA Tomohiko  <tomo@etl.go.jp>
+
+       * utf-2000/char-db-util.el (char-db-update-comment): Don't use
+       mapping-table for `ideograph-daikanwa'.
+
+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.
+
+       * utf-2000/Ideograph-R012-Eight.el,
+       utf-2000/Ideograph-R013-Down-Box.el,
+       utf-2000/Ideograph-R014-Cover.el, utf-2000/Ideograph-R015-Ice.el,
+       utf-2000/Ideograph-R016-Table.el,
+       utf-2000/Ideograph-R017-Open-Box.el,
+       utf-2000/Ideograph-R018-Knife.el,
+       utf-2000/Ideograph-R019-Power.el, utf-2000/Ideograph-R020-Wrap.el,
+       utf-2000/Ideograph-R021-Spoon.el,
+       utf-2000/Ideograph-R022-Right-Open-Box.el,
+       utf-2000/Ideograph-R023-Hiding-Enclosure.el,
+       utf-2000/Ideograph-R024-Ten.el,
+       utf-2000/Ideograph-R025-Divination.el,
+       utf-2000/Ideograph-R026-Seal.el, utf-2000/Ideograph-R027-Cliff.el:
+       New files.
+
+       * utf-2000/ideograph-util.el (write-ideograph-radical-char-data):
+       Replace ` ' in `name' by `-'.
+
+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'.
+
+       * utf-2000/Ideograph-R002-Line.el, utf-2000/Ideograph-R003-Dot.el,
+       utf-2000/Ideograph-R004-Slash.el,
+       utf-2000/Ideograph-R005-Second.el,
+       utf-2000/Ideograph-R006-Hook.el, utf-2000/Ideograph-R007-Two.el,
+       utf-2000/Ideograph-R008-Lid.el, utf-2000/Ideograph-R009-Man.el,
+       utf-2000/Ideograph-R010-Legs.el, utf-2000/Ideograph-R011-Enter.el:
+       New files.
+
+       * utf-2000/ideograph-util.el (update-ideograph-radical-table): Add
+       `japanese-jisx0208-1978' and `japanese-jisx0208-1990'; check Group
+       00 Plane 10.
+       (ideograph-char<): Prefer minor code of `morohashi-daikanwa'
+       number.
+
+       * utf-2000/Ideograph-R001-One.el: Changed to utf-8 encoding.
+
+1999-11-17  MORIOKA Tomohiko  <tomo@urania.m17n.org>
+
+       * utf-2000/ideograph-util.el: New file.
+
+1999-11-16  MORIOKA Tomohiko  <tomo@urania.m17n.org>
+
+       * dumped-lisp.el (preloaded-file-list): Add "Ideograph-R001-One"
+       in UTF-2000.
+
+       * utf-2000/Ideograph-R001-One.el: New file.
+
+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.
+
+       * utf-2000/char-db-util.el (insert-char-data): Change order of
+       `morohashi-daikanwa'.
+
+1999-11-16  MORIOKA Tomohiko  <tomo@urania.m17n.org>
+
+       * utf-2000/char-db-util.el (char-attribute-name<) Use
+       `charset-iso-final-char' instead of `charset-final'; fixed.
+       (insert-char-data): Delete unused local variable `name'; use
+       `charset-iso-graphic-plane' instead of `charset-graphic'.
+       (char-db-update-comment): Use `charset-iso-graphic-plane' instead
+       of `charset-graphic'.
+       (insert-char-range-data): Delete unused local variable `variants'.
+       (what-character-original-window-configuration): Define to avoid
+       compiler warning.
+
+1999-11-15  MORIOKA Tomohiko  <tomo@urania.m17n.org>
+
+       * utf-2000/char-db-util.el (ideographic-radicals): New constant.
+       (insert-char-data): Change order of `ideographic-radical',
+       `ideographic-strokes' and `total-strokes'; adjust width of the
+       first element of a list.
+
+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".
+
+       * utf-2000/ccs-jisx0201-latin.el: Deleted.
+
+1999-11-15  MORIOKA Tomohiko  <tomo@etl.go.jp>
+
+       * dumped-lisp.el (preloaded-file-list): Add
+       "u031A0-Extended-Bopomofo" in UTF-2000.
+
+       * utf-2000/u031A0-Extended-Bopomofo.el: New file.
+
+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.
+
+       * utf-2000/u02E00-CJK-Radical-Supplement.el: Renamed from
+       u02E00-CJK-Radicals.el.
+
+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".
+
+       * utf-2000/u03000-CJK-Symbols-and-Punctuation.el,
+       utf-2000/u03040-Hiragana.el, utf-2000/u030A0-Katakana.el,
+       utf-2000/u03100-Bopomofo.el,
+       utf-2000/u03130-Hangul-Compatibility-Jamo.el,
+       utf-2000/u03190-Kanbun.el,
+       utf-2000/u03200-Enclosed-CJK-Letters-and-Months.el,
+       utf-2000/u03300-CJK-Compatibility.el: New files.
+
+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".
+
+       * utf-2000/u02E00-CJK-Radicals.el,
+       utf-2000/u02F00-Kangxi-Radicals.el,
+       utf-2000/u02FF0-Ideographic-Description-Characters.el: New files.
+
+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.
+
+       * utf-2000/u02600-Miscellaneous-Symbols.el,
+       utf-2000/u02700-Dingbats.el, utf-2000/u02800-Braille-Patterns.el:
+       New files.
+
+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".
+
+       * utf-2000/u02500-Box-Drawing.el,
+       utf-2000/u02580-Block-Elements.el,
+       utf-2000/u025A0-Geometric-Shapes.el: New file.
+
+       * utf-2000/u02500-Box-Drawing.el,
+       utf-2000/u02580-Block-Elements.el,
+       utf-2000/u025A0-Geometric-Shapes.el: New files.
+
+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".
+
+       * utf-2000/u02400-Control-Pictures.el, utf-2000/u02440-OCR.el,
+       utf-2000/u02460-Enclosed-Alphanumerics.el: New files.
+
+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".
+
+       * utf-2000/u02200-Mathematical-Operators.el,
+       utf-2000/u02300-Miscellaneous-Technical.el: New files.
+
+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.
+
+       * utf-2000/u02100-Letterlike-Symbols.el,
+       utf-2000/u02150-Number-Forms.el, utf-2000/u02190-Arrows.el: New
+       files.
+
+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.
+
+       * utf-2000/u02000-General-Punctuation.el,
+       utf-2000/u02070-Superscripts.el, utf-2000/u02080-Subscripts.el,
+       utf-2000/u020A0-Currency-Symbols.el,
+       utf-2000/u020D0-Combining-Diacritical-Marks-for-Symbols.el: New
+       files.
+
+1999-11-14  MORIOKA Tomohiko  <tomo@urania.m17n.org>
+
+       * utf-2000/u00180-Latin-Extended-B.el: Reformatted to print
+       code-point of GR-set as GR value.
+
 1999-11-14  MORIOKA Tomohiko  <tomo@urania.m17n.org>
 
        * utf-2000/char-db-util.el (insert-char-data): Modify order when