update.
[chise/xemacs-chise.git] / lisp / ChangeLog
index 85cd70c..da5a1f6 100644 (file)
@@ -1,3 +1,366 @@
+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
+       CHAR does not have `decimal-digit-value' property.
+
+       * utf-2000/u00100-Latin-Extended-A.el: Reformatted to print
+       code-point of GR-set as GR value.
+       (FULLWIDTH LATIN SMALL LIGATURE IJ): Separated from <LATIN SMALL
+       LIGATURE IJ>.
+
+       * utf-2000/u000A0-Latin-1-Supplement.el: Reformatted to print
+       code-point of GR-set as GR value.
+
+1999-11-14  MORIOKA Tomohiko  <tomo@urania.m17n.org>
+
+       * dumped-lisp.el (preloaded-file-list): Delete "ccs-viscii.el".
+
+       * utf-2000/ccs-viscii.el: Deleted.
+
+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.
+
+       * utf-2000/u013A0-Cherokee.el, utf-2000/u01400-Canadian.el,
+       utf-2000/u01680-Ogham.el, utf-2000/u016A0-Runic.el,
+       utf-2000/u01780-Khmer.el, utf-2000/u01800-Mongolian.el,
+       utf-2000/u01E00-Latin-Extended-Additional.el,
+       utf-2000/u01F00-Greek-Extended.el: New files.
+
+1999-11-14  MORIOKA Tomohiko  <tomo@urania.m17n.org>
+
+       * utf-2000/char-db-util.el (insert-char-data): Print GR value for
+       GR-set.
+
+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.
+
+       * utf-2000/u010A0-Georgian.el, utf-2000/u01100-Hangul-Jamo.el,
+       utf-2000/u01200-Ethiopic.el: New files.
+
+1999-11-13  MORIOKA Tomohiko  <tomo@urania.m17n.org>
+
+       * utf-2000/char-db-util.el (char-db-update-comment): Use
+       mapping-table for `arabic-iso8859-6'.
+       (insert-char-data-with-variant): New function.
+       (insert-char-range-data): Use `insert-char-data-with-variant'.
+       (what-char-definition): Use `insert-char-data-with-variant'
+       instead of `insert-char-data'; use `char-db-update-comment'.
+
+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".
+
+       * utf-2000/u00900-Devanagari.el, utf-2000/u00980-Bengali.el,
+       utf-2000/u00A00-Gurmukhi.el, utf-2000/u00A80-Gujarati.el,
+       utf-2000/u00B00-Oriya.el, utf-2000/u00B80-Tamil.el,
+       utf-2000/u00C00-Telugu.el, utf-2000/u00C80-Kannada.el,
+       utf-2000/u00D00-Malayalam.el, utf-2000/u00D80-Sinhala.el,
+       utf-2000/u00E00-Thai.el, utf-2000/u00E80-Lao.el,
+       utf-2000/u00F00-Tibetan.el, utf-2000/u01000-Myanmar.el: New files.
+
+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.
+
+       * utf-2000/u00400-Cyrillic.el, utf-2000/u00530-Armenian.el,
+       utf-2000/u00590-Hebrew.el, utf-2000/u00600-Arabic.el,
+       utf-2000/u00700-Syriac.el, utf-2000/u00780-Thaana.el: New files.
+
+1999-11-13  MORIOKA Tomohiko  <tomo@urania.m17n.org>
+
+       * utf-2000/u00370-Greek.el (FULLWIDTH GREEK SMALL LETTER BETA):
+       Fix typo.
+
+       * utf-2000/u00300-Combining-Diacritical-Marks.el: Reformatted.
+
 1999-11-13  MORIOKA Tomohiko  <tomo@etl.go.jp>
 
        * utf-2000/u002B0-Spacing-Modifier-Letters.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".
+       "u00300-Combining-Diacritical-Marks.el" and "u00370-Greek.el" in
+       UTF-2000.
 
        * utf-2000/ccs-iso8859-2.el, utf-2000/ccs-iso8859-3.el,
        utf-2000/ccs-iso8859-4.el, utf-2000/ccs-iso8859-9.el: Delete.