update.
[chise/xemacs-chise.git] / lisp / ChangeLog
index 980efe9..da5a1f6 100644 (file)
@@ -1,3 +1,115 @@
+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