update.
[chise/xemacs-chise.git] / lisp / utf-2000 / ChangeLog
index 404ab36..d4febee 100644 (file)
@@ -1,3 +1,356 @@
+2002-07-11  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
+
+       * Ideograph-R123-Sheep.el, Ideograph-R135-Tongue.el,
+       Ideograph-R140-Grass.el, Ideograph-R103-Bolt-Of-Cloth.el,
+       Ideograph-R109-Eye.el, Ideograph-R110-Spear.el,
+       Ideograph-R120-Silk.el, Ideograph-R079-Weapon.el,
+       Ideograph-R081-Compare.el, Ideograph-R096-Jade.el,
+       Ideograph-R101-Use.el, Ideograph-R102-Field.el,
+       Ideograph-R075-Tree.el, Ideograph-R049-Oneself.el,
+       Ideograph-R050-Turban.el, Ideograph-R057-Bow.el,
+       Ideograph-R066-Rap.el, Ideograph-R036-Evening.el,
+       Ideograph-R039-Child.el, Ideograph-R042-Small.el,
+       Ideograph-R046-Mountain.el, Ideograph-R031-Enclosure.el,
+       Ideograph-R014-Cover.el, Ideograph-R022-Right-Open-Box.el,
+       Ideograph-R023-Hiding-Enclosure.el, Ideograph-R026-Seal.el,
+       Ideograph-R027-Cliff.el, Ideograph-R030-Mouth.el,
+       Ideograph-R009-Man.el, Ideograph-R001-One.el,
+       Ideograph-R002-Line.el, Ideograph-R003-Dot.el,
+       Ideograph-R004-Slash.el, Ideograph-R005-Second.el,
+       Ideograph-R007-Two.el, Ideograph-R008-Lid.el: For some characters
+       which have attribute `->identical', each character and the
+       correspondin character specified by the attribute value are
+       unified; use `ideographic-' instead.
+
+2002-07-04  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
+
+       * Ideograph-R016-Table.el (U+51E1): Unify C1-443B; use
+       `ideographic-' attribute instead of `ideographic-radical' and
+       `ideographic-strokes'; delete `->identical' for C1-443B.
+
+       * Ideograph-R003-Dot.el (C1-443B): Unify U+51E1; use
+       `ideographic-' attribute instead of `ideographic-radical' and
+       `ideographic-strokes'; delete `->identical' for U+51E1.
+
+2002-07-04  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
+
+       * Ideograph-R122-Net.el (C4-2152): Unify U+5188; use
+       `ideographic-' attribute instead of `ideographic-radical' and
+       `ideographic-strokes'.
+
+       * Ideograph-R037-Big.el (C3-2345): Unify U+4E54; use
+       `ideographic-' attribute instead of `ideographic-radical' and
+       `ideographic-strokes'.
+
+       * Ideograph-R013-Down-Box.el (U+5188): Unify C4-2152; use
+       `ideographic-' attribute instead of `ideographic-radical' and
+       `ideographic-strokes'; delete `->identical' for C4-2152.
+
+       * Ideograph-R006-Hook.el (M-00239): Unify U-00020029; use
+       `ideographic-' attribute instead of `ideographic-radical' and
+       `ideographic-strokes'; delete `->identical' for U-00020029.
+
+       * Ideograph-R004-Slash.el (U+4E54): Unify C3-2345; use
+       `ideographic-' attribute instead of `ideographic-radical' and
+       `ideographic-strokes'; delete `->identical' for C3-2345.
+
+       * Ideograph-R001-One.el (U-00020029): Unify M-00239; use
+       `ideographic-' attribute instead of `ideographic-radical' and
+       `ideographic-strokes'; delete `->identical' for M-00239.
+
+       * ideograph-util.el (insert-ideograph-radical-char-data): Specify
+       optional argument `radical' of `ideograph-char<' instead of bind
+       `ideographic-radical'.
+
+2002-07-03  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
+
+       * Ideograph-R142-Insect.el, Ideograph-R134-Mortar.el,
+       Ideograph-R124-Feather.el, Ideograph-R102-Field.el,
+       Ideograph-R085-Water.el, Ideograph-R072-Sun.el,
+       Ideograph-R066-Rap.el, Ideograph-R062-Halberd.el,
+       Ideograph-R061-Heart.el, Ideograph-R059-Bristle.el: Reformatted.
+
+       * Ideograph-R055-Two-Hands.el (M-09592): Unify U-00020020; use
+       `ideographic-' attribute instead of `ideographic-radical' and
+       `ideographic-strokes'; delete `->identical' for U-00020020.
+
+       * Ideograph-R049-Oneself.el, Ideograph-R029-Again.el,
+       Ideograph-R027-Cliff.el, Ideograph-R025-Divination.el:
+       Reformatted.
+
+       * Ideograph-R009-Man.el (BC-8B4A): Unify U-00020089 and GT-00008;
+       use `ideographic-' attribute instead of `ideographic-radical' and
+       `ideographic-strokes'; delete `<-radical' for U-00020089.
+
+       * Ideograph-R004-Slash.el (U-00020089): Unify GT-00008 and
+       BC-8B4A; use `ideographic-' attribute instead of
+       `ideographic-radical' and `ideographic-strokes'; delete
+       `->identical' for GT-00008.
+
+       * Ideograph-R001-One.el (GT-00008): Unify U-00020089 and BC-8B4A;
+       use `ideographic-' attribute instead of `ideographic-radical' and
+       `ideographic-strokes'; delete `->identical' for U-00020089.
+       (U-00020020): Unify M-09592; use `ideographic-' attribute instead
+       of `ideographic-radical' and `ideographic-strokes'; delete
+       `->identical' for M-09592.
+
+       * char-db-util.el (char-db-insert-char-reference): Don't insert
+       line-break just before final `)'; add formatter for `:radical'.
+       (insert-char-attributes): Add formatter for `ideographic-'
+       property.
+
+2002-02-12  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
+
+       * char-db-util.el (insert-char-attributes): Regard ->FOO and <-FOO
+       as list of char-refs.
+
+2002-07-03  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
+
+       * ideograph-util.el (char-ideographic-radical): Add new optional
+       argument `radical'; refer `ideographic-' property.
+       (char-ideographic-strokes): Likewise.
+       (update-ideograph-radical-table): Check `ideographic-' property
+       too.
+       (ideographic-radical): New variable.
+       (char-daikanwa-strokes): Add new optional argument `radical'.
+       (ideograph-char<): Add new optional argument `radical'.
+       (insert-ideograph-radical-char-data): Bind `ideographic-radical'
+       as argument `radical'.
+
+2002-07-01  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
+
+       * Ideograph-R129-Brush.el, Ideograph-R131-Minister.el,
+       Ideograph-R132-Self.el, Ideograph-R133-Arrive.el,
+       Ideograph-R134-Mortar.el, Ideograph-R135-Tongue.el,
+       Ideograph-R136-Oppose.el, Ideograph-R138-Stopping.el,
+       Ideograph-R139-Color.el, Ideograph-R141-Tiger.el,
+       Ideograph-R143-Blood.el, Ideograph-R144-Walk-Enclosure.el,
+       Ideograph-R146-West.el, Ideograph-R148-Horn.el,
+       Ideograph-R150-Valley.el, Ideograph-R151-Bean.el,
+       Ideograph-R028-Private.el, Ideograph-R086-Fire.el: Add some
+       missing mappings for CJK Ex-B code points and/or fix some
+       definitions.
+
+       * README.en (Character Reference): Add `henkai-ruihen'.
+
+2002-06-25  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
+
+       * Ideograph-R210-Even.el, Ideograph-R189-Tall.el,
+       Ideograph-R195-Fish.el, Ideograph-R196-Bird.el,
+       Ideograph-R180-Sound.el, Ideograph-R184-Eat.el,
+       Ideograph-R160-Bitter.el, Ideograph-R162-Walk.el,
+       Ideograph-R149-Speech.el, Ideograph-R136-Oppose.el,
+       Ideograph-R137-Boat.el, Ideograph-R140-Grass.el,
+       Ideograph-R124-Feather.el, Ideograph-R130-Meat.el,
+       Ideograph-R123-Sheep.el, Ideograph-R120-Silk.el,
+       Ideograph-R113-Spirit.el, Ideograph-R114-Track.el,
+       Ideograph-R119-Rice.el, Ideograph-R100-Life.el,
+       Ideograph-R101-Use.el, Ideograph-R102-Field.el,
+       Ideograph-R077-Stop.el, Ideograph-R078-Death.el,
+       Ideograph-R086-Fire.el, Ideograph-R075-Tree.el,
+       Ideograph-R040-Roof.el, Ideograph-R057-Bow.el,
+       Ideograph-R059-Bristle.el, Ideograph-R064-Hand.el,
+       Ideograph-R036-Evening.el, Ideograph-R037-Big.el,
+       Ideograph-R038-Woman.el, Ideograph-R032-Earth.el,
+       Ideograph-R031-Enclosure.el, Ideograph-R030-Mouth.el,
+       Ideograph-R019-Power.el, Ideograph-R022-Right-Open-Box.el,
+       Ideograph-R025-Divination.el, Ideograph-R027-Cliff.el,
+       Ideograph-R028-Private.el, Ideograph-R013-Down-Box.el,
+       Ideograph-R014-Cover.el, Ideograph-R015-Ice.el,
+       Ideograph-R016-Table.el, Ideograph-R018-Knife.el,
+       Ideograph-R010-Legs.el, Ideograph-R011-Enter.el,
+       Ideograph-R012-Eight.el, Ideograph-R008-Lid.el,
+       Ideograph-R009-Man.el, Ideograph-R001-One.el: Reformatted; fix
+       and/or add some definitions.
+
+2002-06-10  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
+
+       * ideograph-util.el (char-attributes-poly<): New function.
+       (char-daikanwa-strokes): Likewise.
+       (char-daikanwa): Likewise.
+       (char-ucs): Likewise.
+       (char-id): Likewise.
+       (ideograph-char<): New implementation [use
+       `char-attributes-poly<'].
+
+2002-06-21  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
+
+       * Ideograph-R076-Lack.el, Ideograph-R077-Stop.el,
+       Ideograph-R074-Moon.el, Ideograph-R075-Tree.el,
+       Ideograph-R066-Rap.el, Ideograph-R067-Script.el,
+       Ideograph-R068-Dipper.el, Ideograph-R069-Axe.el,
+       Ideograph-R070-Square.el, Ideograph-R071-Not.el,
+       Ideograph-R072-Sun.el, Ideograph-R073-Say.el,
+       Ideograph-R042-Small.el: Add some missing mappings for Big5 code
+       points or fix some definitions.
+
+2002-06-07  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
+
+       * Ideograph-R125-Old.el, Ideograph-R126-And.el,
+       Ideograph-R127-Plow.el, Ideograph-R128-Ear.el,
+       Ideograph-R121-Jar.el, Ideograph-R122-Net.el,
+       Ideograph-R123-Sheep.el, Ideograph-R124-Feather.el,
+       Ideograph-R119-Rice.el, Ideograph-R120-Silk.el,
+       Ideograph-R035-Go-Slowly.el, Ideograph-R079-Weapon.el,
+       Ideograph-R118-Bamboo.el, Ideograph-R010-Legs.el,
+       Ideograph-R008-Lid.el, Ideograph-R009-Man.el,
+       Ideograph-R004-Slash.el: Add some mappings for CJK Ext-B code
+       points.
+
+2002-05-14  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
+
+       * Ideograph-R094-Dog.el (M-20786'): Unify GT-26606.
+
+       * isolated-char.el (GT-26606): New character.
+
+2002-05-14  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
+
+       * Ideograph-R189-Tall.el, Ideograph-R170-Mound.el,
+       Ideograph-R140-Grass.el, Ideograph-R130-Meat.el,
+       Ideograph-R120-Silk.el, Ideograph-R117-Stand.el,
+       Ideograph-R116-Cave.el, Ideograph-R113-Spirit.el,
+       Ideograph-R114-Track.el, Ideograph-R115-Grain.el,
+       Ideograph-R112-Stone.el, Ideograph-R110-Spear.el,
+       Ideograph-R111-Arrow.el, Ideograph-R109-Eye.el,
+       Ideograph-R105-Dotted-Tent.el, Ideograph-R106-White.el,
+       Ideograph-R107-Skin.el, Ideograph-R108-Dish.el,
+       Ideograph-R103-Bolt-Of-Cloth.el, Ideograph-R104-Sickness.el,
+       Ideograph-R097-Melon.el, Ideograph-R098-Tile.el,
+       Ideograph-R099-Sweet.el, Ideograph-R100-Life.el,
+       Ideograph-R101-Use.el, Ideograph-R102-Field.el,
+       Ideograph-R094-Dog.el, Ideograph-R096-Jade.el,
+       Ideograph-R087-Claw.el, Ideograph-R088-Father.el,
+       Ideograph-R089-Double-X.el, Ideograph-R090-Half-Tree-Trunk.el,
+       Ideograph-R091-Slice.el, Ideograph-R092-Fang.el,
+       Ideograph-R093-Cow.el, Ideograph-R086-Fire.el,
+       Ideograph-R084-Steam.el, Ideograph-R085-Water.el,
+       Ideograph-R080-Do-Not.el, Ideograph-R081-Compare.el,
+       Ideograph-R082-Fur.el, Ideograph-R083-Clan.el,
+       Ideograph-R077-Stop.el, Ideograph-R078-Death.el,
+       Ideograph-R079-Weapon.el, Ideograph-R076-Lack.el,
+       Ideograph-R073-Say.el, Ideograph-R074-Moon.el,
+       Ideograph-R075-Tree.el, Ideograph-R070-Square.el,
+       Ideograph-R071-Not.el, Ideograph-R072-Sun.el,
+       Ideograph-R066-Rap.el, Ideograph-R064-Hand.el,
+       Ideograph-R058-Snout.el, Ideograph-R061-Heart.el,
+       Ideograph-R029-Again.el, Ideograph-R030-Mouth.el,
+       Ideograph-R012-Eight.el, Ideograph-R014-Cover.el,
+       Ideograph-R017-Open-Box.el, Ideograph-R008-Lid.el,
+       Ideograph-R009-Man.el, Ideograph-R003-Dot.el,
+       Ideograph-R004-Slash.el, Ideograph-R005-Second.el,
+       Ideograph-R001-One.el, Ideograph-R002-Line.el: Add some mappings
+       for CJK Ext-B code points.
+
+2002-05-08  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
+
+       * isolated-char.el (GT-30254): New character.
+
+2002-04-18  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
+
+       * Ideograph-R210-Even.el, ideograph-util.el,
+       Ideograph-R189-Tall.el, Ideograph-R170-Mound.el,
+       Ideograph-R160-Bitter.el, Ideograph-R149-Speech.el,
+       Ideograph-R140-Grass.el, Ideograph-R136-Oppose.el,
+       Ideograph-R130-Meat.el, Ideograph-R123-Sheep.el,
+       Ideograph-R120-Silk.el, Ideograph-R114-Track.el,
+       Ideograph-R113-Spirit.el, Ideograph-R110-Spear.el,
+       Ideograph-R108-Dish.el, Ideograph-R101-Use.el,
+       Ideograph-R102-Field.el, Ideograph-R095-Profound.el,
+       Ideograph-R087-Claw.el, Ideograph-R086-Fire.el,
+       Ideograph-R085-Water.el, Ideograph-R078-Death.el,
+       Ideograph-R077-Stop.el, Ideograph-R072-Sun.el,
+       Ideograph-R066-Rap.el, Ideograph-R064-Hand.el,
+       Ideograph-R062-Halberd.el, Ideograph-R061-Heart.el,
+       Ideograph-R059-Bristle.el, Ideograph-R057-Bow.el,
+       Ideograph-R047-River.el, Ideograph-R050-Turban.el,
+       Ideograph-R042-Small.el, Ideograph-R037-Big.el,
+       Ideograph-R036-Evening.el, Ideograph-R032-Earth.el,
+       Ideograph-R031-Enclosure.el, Ideograph-R028-Private.el,
+       Ideograph-R030-Mouth.el, Ideograph-R024-Ten.el,
+       Ideograph-R018-Knife.el, Ideograph-R017-Open-Box.el,
+       Ideograph-R016-Table.el, Ideograph-R015-Ice.el,
+       Ideograph-R014-Cover.el, Ideograph-R013-Down-Box.el,
+       Ideograph-R012-Eight.el, Ideograph-R011-Enter.el,
+       Ideograph-R010-Legs.el, Ideograph-R009-Man.el,
+       Ideograph-R008-Lid.el, Ideograph-R006-Hook.el,
+       Ideograph-R007-Two.el, Ideograph-R005-Second.el,
+       Ideograph-R004-Slash.el, Ideograph-R003-Dot.el,
+       Ideograph-R002-Line.el, Ideograph-R001-One.el:
+       - Use `hanyu-dazidian' instead of `hanyu-dazidian-vol',
+         `hanyu-dazidian-page' and `hanyu-dazidian-char'.
+       - Add some mappings for Hanziku code points.
+       - Use `=>ucs' instead of `->ucs'.
+
+2002-04-12  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
+
+       * Ideograph-R175-Wrong.el, Ideograph-R162-Walk.el,
+       Ideograph-R145-Clothes.el, Ideograph-R142-Insect.el,
+       Ideograph-R134-Mortar.el, Ideograph-R135-Tongue.el,
+       Ideograph-R140-Grass.el, Ideograph-R124-Feather.el,
+       Ideograph-R065-Branch.el, Ideograph-R072-Sun.el,
+       Ideograph-R089-Double-X.el, Ideograph-R118-Bamboo.el,
+       Ideograph-R063-Door.el, Ideograph-R064-Hand.el,
+       Ideograph-R062-Halberd.el, Ideograph-R054-Long-Stride.el,
+       Ideograph-R055-Two-Hands.el, Ideograph-R056-Shoot.el,
+       Ideograph-R057-Bow.el, Ideograph-R058-Snout.el,
+       Ideograph-R059-Bristle.el, Ideograph-R060-Step.el,
+       Ideograph-R061-Heart.el, Ideograph-R053-Dotted-Cliff.el,
+       Ideograph-R052-Short-Thread.el, Ideograph-R051-Dry.el,
+       Ideograph-R047-River.el, Ideograph-R048-Work.el,
+       Ideograph-R049-Oneself.el, Ideograph-R050-Turban.el,
+       Ideograph-R039-Child.el, Ideograph-R040-Roof.el,
+       Ideograph-R041-Inch.el, Ideograph-R042-Small.el,
+       Ideograph-R043-Lame.el, Ideograph-R044-Corpse.el,
+       Ideograph-R045-Sprout.el, Ideograph-R046-Mountain.el,
+       Ideograph-R033-Scholar.el, Ideograph-R034-Go.el,
+       Ideograph-R035-Go-Slowly.el, Ideograph-R036-Evening.el,
+       Ideograph-R037-Big.el, Ideograph-R038-Woman.el,
+       Ideograph-R031-Enclosure.el, Ideograph-R032-Earth.el,
+       Ideograph-R028-Private.el, Ideograph-R029-Again.el,
+       Ideograph-R030-Mouth.el, Ideograph-R019-Power.el,
+       Ideograph-R020-Wrap.el, Ideograph-R021-Spoon.el,
+       Ideograph-R022-Right-Open-Box.el,
+       Ideograph-R023-Hiding-Enclosure.el, Ideograph-R024-Ten.el,
+       Ideograph-R025-Divination.el, Ideograph-R026-Seal.el,
+       Ideograph-R027-Cliff.el, Ideograph-R011-Enter.el,
+       Ideograph-R012-Eight.el, Ideograph-R013-Down-Box.el,
+       Ideograph-R014-Cover.el, Ideograph-R015-Ice.el,
+       Ideograph-R016-Table.el, Ideograph-R017-Open-Box.el,
+       Ideograph-R018-Knife.el, Ideograph-R010-Legs.el,
+       Ideograph-R001-One.el, Ideograph-R002-Line.el,
+       Ideograph-R003-Dot.el, Ideograph-R004-Slash.el,
+       Ideograph-R005-Second.el, Ideograph-R006-Hook.el,
+       Ideograph-R007-Two.el, Ideograph-R008-Lid.el,
+       Ideograph-R009-Man.el: Reformatted for new builtin representation
+       of Big5 variants.
+
+2002-04-11  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
+
+       * char-db-util.el (char-db-coded-charset-priority-list): Modify
+       for new definitions of big5 variants.
+
+       * ad-hoc-cdp.el:
+       - Use `chinese-big5-pua' instead of `chinese-big5' as the private
+         used area of Big5.
+       - Comment out code to remove `chinese-big5' attribute from
+         `chinese-big5-cdp' characters.
+
+2002-04-11  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
+
+       * u0E000-Private-Use.el: Use `chinese-big5-pua' instead of
+       `chinese-big5'.
+
+2002-04-10  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
+
+       * isolated-char.el (GT-19655): New character.
+       (GT-19656): Likewise.
+       (GT-19861): Likewise.
+
+       * Ideograph-R075-Tree.el (U+69EA): Unify GT-19655; separate
+       C3-4C60.
+       (M-15364'): Unify GT-19656.
+       (K0-4B48): Unify GT-19861.
+
 2002-04-10  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
 
        * Ideograph-R018-Knife.el (C3-275D): Unify H1-EA70.