X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=lisp%2Futf-2000%2FChangeLog;h=3f6fe28d6ce9404fcc824ac2acbd9d10d42604d6;hb=e7333420623bd603468c4319b13b16738d08912b;hp=41d22c60ecfeac9a57244a1826a272976b74213b;hpb=7a8a17749b677854ab13b33c9a15faf4833d1630;p=chise%2Fxemacs-chise.git- diff --git a/lisp/utf-2000/ChangeLog b/lisp/utf-2000/ChangeLog index 41d22c6..3f6fe28 100644 --- a/lisp/utf-2000/ChangeLog +++ b/lisp/utf-2000/ChangeLog @@ -1,3 +1,595 @@ +2001-07-24 MORIOKA Tomohiko + + * ideograph-util.el (ideograph-char<): Treat `=>ucs' as same as + `->ucs'. + + * char-db-util.el (char-db-insert-char-spec): Renamed from + `char-db-insert-char-ref'. + +2001-07-24 MORIOKA Tomohiko + + * Ideograph-R085-Water.el: Use `=>ucs' instead of `->ucs'. + (M-17573'): Add `<-simplified-ideograph' for M-17644. + + * char-db-util.el (char-db-convert-obsolete-format): New variable. + (insert-char-attributes): Don't convert `->ucs' to `=>ucs' if + variable `char-db-convert-obsolete-format' is nil; format + `->simplified-ideograph' and `<-simplified-ideograph' as character + reference. + + * Ideograph-R163-City.el: Fix JIS X 0208 code points. + +2001-07-24 MORIOKA Tomohiko + + * char-db-util.el (char-db-insert-char-ref): New function. + (char-db-insert-char-map): New function. + (char-db-decode-isolated-char): New function. + (insert-char-attributes): Convert `->ucs' to `=>ucs'; use + ``character-reference'' style for `->uppercase', `->lowercase', + `->titlecase'; omit `->titlecase' if its value has the same value + of `->uppercase'; output `->fullwidth', `<-fullwidth', + `->vulgar-ideograph', `<-vulgar-ideograph', `->ancient-ideograph', + `<-ancient-ideograph', `->same-ideograph' and `->bopomofo' as + ``character-reference'' style; use `char-db-decode-isolated-char'. + + * Ideograph-R001-One.el: + - Use `=>ucs' instead of `->ucs'. + - Use `->bopomofo' instead of `->bopomofo-letter'. + - Use `<-vulgar-ideograph' instead of `vulgar-ideograph-of'. + - Use `<-ancient-ideograph' instead of `ancient-ideograph-of'. + - Use `->same-ideograph' instead of `ideograph='. + - Merge `chinese-big5' code points. + + * u00370-Greek.el (U+****): Add `->fullwidth'. + (fullwidth *): Use `=>ucs' instead of `->ucs'; add `<-fullwidth'. + - Use ``character-reference'' style [alist] instead of UCS + code-point [hex integer] as the format of `->lowercase' and + `->uppercase'. + - Omit `->titlecase' if the value of it has the same value of + `->uppercase'. + + * u00300-Combining-Diacritical-Marks.el: + - Use ``character-reference'' style [alist] instead of UCS + code-point [hex integer] as the format of `->lowercase' and + `->uppercase'. + - Omit `->titlecase' if the value of it has the same value of + `->uppercase'. + + * u00250-IPA-Extensions.el: + - Use ``character-reference'' style [alist] instead of UCS + code-point [hex integer] as the format of `->lowercase' and + `->uppercase'. + - Omit `->titlecase' because each value of it has the same value + of `->uppercase'. + + * u00180-Latin-Extended-B.el (U+****): Add `->fullwidth'. + (fullwidth *): Use `=>ucs' instead of `->ucs'; add `<-fullwidth'. + - Use ``character-reference'' style [alist] instead of UCS + code-point [hex integer] as the format of `->lowercase' and + `->uppercase'. + - Omit `->titlecase' if the value of it has the same value of + `->uppercase'. + + * u00100-Latin-Extended-A.el (U+****): Add `->fullwidth'. + (fullwidth *): Use `=>ucs' instead of `->ucs'; add `<-fullwidth'. + - Use ``character-reference'' style [alist] instead of UCS + code-point [hex integer] as the format of `->lowercase' and + `->uppercase'. + - Omit `->titlecase' because each value of it has the same value + of `->uppercase'. + + * Ideograph-R162-Walk.el: Merge and/or fix JIS X 0208 code points. + + * u000A0-Latin-1-Supplement.el (U+****): Add `->fullwidth'. + (fullwidth *): Use `=>ucs' instead of `->ucs'; add `<-fullwidth'. + (MICRO SIGN): Delete `->uppercase' and `->lowercase'. + (fullwidth micro sign): Abolished. + - Use ``character-reference'' style [alist] instead of UCS + code-point [hex integer] as the format of `->lowercase' and + `->uppercase'. + - Omit `->titlecase' because each value of it has the same value + of `->uppercase'. + +2001-07-23 MORIOKA Tomohiko + + * u00020-Basic-Latin.el: + - Add `->fullwidth' properties. + - Use ``character-reference'' style [alist] instead of UCS + code-point [hex integer] as the format of `->lowercase' and + `->uppercase'. + - Omit `->titlecase' because each value of it has the same value + of `->uppercase'. + + * Ideograph-R159-Cart.el (J83-6D52): Unify J78-6D52 and J83-6D52. + (J83-6D4E): Separate J78-6D4E. + (J83-475A): Separate K0-5B54, J90-475A, C1-6F45 and U+8F29. + (M-38420): Separate J90-3D34, J78-3D34, J83-3D34, K0-727E, C1-7252 + and U+8F2F. + + * Ideograph-R158-Body.el: Merge missing JIS X 0208 code points. + +2001-07-23 MORIOKA Tomohiko + + * Ideograph-R157-Foot.el (J78-6C69): Separate J83-6C69, C1-6243 + and J90-6C69. + (J83-4437): Separate G0-4C78, K0-542F, C1-667C, J90-4437 and + U+8DF3. + (J83-4129): Unify J78-4129 and J83-4129. + (J83-6C74): Separate J78-6C74. + (J83-6D36): Separate J90-6D36. + (J83-6D3A): Separate J90-6D3A, C1-7D29 and U+8EA1. + +2001-07-22 MORIOKA Tomohiko + + * Ideograph-R154-Shell.el (J83-494F): Separate C1-5D4E and + J90-494F. + (M-36885): Separate J78-3958, J83-3958, U+8CFC, K0-4F45, C1-7555 + and J90-3958. + (J83-6C54): Separate J90-6C54. + (M-36950): Separate J90-6C57, J78-6C57, J83-6C57 and U+8D0F. + + * Ideograph-R152-Pig.el (J90-6C35): Separate J78-6C35, J83-6C35, + C1-4B49, G0-7539 and U+8C55. + +2001-07-21 MORIOKA Tomohiko + + * u0FE50-Small-Form-Variants.el: Unify BIG5 code points. + +2001-07-21 MORIOKA Tomohiko + + * u0FF00-Halfwidth-and-Fullwidth-Forms.el (FULLWIDTH QUOTATION + MARK): Delete Big5-A1A8; unify JX1-2230. + (FULLWIDTH APOSTROPHE): Delete Big5-A1A6; unify JX1-222F. + (FULLWIDTH HYPHEN-MINUS): Unify JX1-2231. + (FULLWIDTH LEFT SQUARE BRACKET): Delete Big5-A165. + (FULLWIDTH RIGHT SQUARE BRACKET): Delete Big5-A166. + (FULLWIDTH CIRCUMFLEX ACCENT): Delete Big5-A173. + (heavy low line): New character; unify C1-2226 and Big5-A1C5. + (FULLWIDTH GRAVE ACCENT): Delete Big5-A1A5. + (FULLWIDTH TILDE): Delete Big5-A1E3; unify JX1-2232. + (HALFWIDTH IDEOGRAPHIC COMMA): Delete Big5-A14E. + (FULLWIDTH MACRON): Delete G0-237E, K0-237E and Big5-A1C2. + + * u00180-Latin-Extended-B.el: + - Merge `latin-tcvn5712' code points. + - Fix JIS X 0213 code points. + (fullwidth *): Renamed from `FULLWIDTH *'; unify JIS X 0213 code + points. + + * u00100-Latin-Extended-A.el (U+****): Separate JIS X 0213 code + points if there are 1-column CCS code points. + (fullwidth *): Renamed from `FULLWIDTH *'; unify JIS X 0213 code + points. + + * u000A0-Latin-1-Supplement.el (fullwidth cedilla): Delete + Big5-A14D. + + * Ideograph-R149-Speech.el: Merge missing JIS X 0208 code points. + (M-35260): Separate J90-6B43, J78-6B43, J83-6B43 and K0-6438. + (J83-3E59): Separate S2-7560, C1-5D44, J90-3E59 and U+8A1F. + (J78-4370): Separate J83-4370, C1-6221, J90-4370 and U+8A3B. + (J78-4127): Separate J83-4127, C1-6667, J90-4127 and U+8A6E. + (J83-4870): Separate K0-5E26, J90-4870, C1-6F25 and U+8AB9. + (J83-4342): Separate J90-4342, M050462, C1-6E78 and U+8A95. + (JSP-5E2F): Separate C2-5A51. + (J78-6B66): Separate C2-5A57, J83-6B66, J90-6B66 and U+8ADE. + (J78-3841): Separate C1-7238, J83-3841, J90-3841 and U+8AFA. + (J78-4666): Separate C1-7547, J83-4666, J90-4666 and U+8B0E. + (J83-3C55): Separate S2-7728, K0-5E73, J90-3C55 and C1-754D. + (M-35928): Separate C1-787A, J78-6B76, J83-6B76, K0-7C26, J90-6B76 + and U+8B41. + + * u00020-Basic-Latin.el (QUOTATION MARK): Separate JX1-2230. + (APOSTROPHE): Separate JX1-222F. + (HYPHEN-MINUS): Separate JX1-2231. + (TILDE): Separate JX1-2232. + (U+007F): Add `name' as "DELETE". + + * Ideograph-R142-Insect.el: Merge missing JIS X 0208 code points. + (J83-6961): Separate J78-6961 and K0-7148. + (J78-427D): Separate G0-7259, J83-427D, C2-4731, J90-427D and + U+86F8. + (J83-6974): Separate G0-7263, K0-5E24, J90-6974, C2-4D79 and + U+871A. + (J83-6A27): Separate J78-6A27. + (M-33572): Separate C1-753A, J78-6A3D, G0-727E, U+87D2, J83-6A3D + and J90-6A3D; fix strokes. + (M-33724): Separate C3-5877, J0-6A3C and U+880E; fix strokes. + (M-33890): Separate C1-7C66, J90-6A44, J78-6A44, J83-6A44 and + K0-6D59. + +2001-07-20 MORIOKA Tomohiko + + * u03000-CJK-Symbols-and-Punctuation.el (WAVE DASH): Delete + C1-2244 and Big5-A1E3. + (HANGZHOU NUMERAL TEN): Unify C1-243E. + (HANGZHOU NUMERAL TWENTY): Unify C1-243F. + (HANGZHOU NUMERAL THIRTY): Unify C1-2440. + + * u02200-Mathematical-Operators.el (TILDE OPERATOR): Unify C1-2244 + and Big5-A1E3. + (STRICTLY EQUIVALENT TO): Delete Big5-A1DD. + + * Ideograph-R147-See.el (M-34918): Separate S2-7496, K0-7651, + C1-7235 and J90-3F46. + (J78-6B32): Separate J83-6B32, C2-5F48, J90-6B32 and U+89AF. + + * u02600-Miscellaneous-Symbols.el (SUN): Delete Big5-A1F3. + (EARTH): Delete Big5-A1F2. + + * u02000-General-Punctuation.el (HORIZONTAL BAR): Delete + Big5-A277. + (DOUBLE VERTICAL LINE): Delete Big5-A1FC. + (BULLET): Delete Big5-A145. + (DOUBLE PRIME): Delete Big5-A1B2. + (FULLWIDTH OVERLINE): Unify G0-237E and K0-237E; unify Big5-A1C2 + instead of Big5-A1C3. + + * u00300-Combining-Diacritical-Marks.el (COMBINING OVERLINE): + Delete BIG5-A1C2. + + * u002B0-Spacing-Modifier-Letters.el (MODIFIER LETTER LOW MACRON): + Delete BIG5-A1C5. + + * Ideograph-R140-Grass.el: Merge and/or fix JIS X 0208 code + points. + +2001-07-19 MORIOKA Tomohiko + + * char-db-util.el (insert-char-attributes): Fix formating for + `->ideograph' property with line-breaking. + (insert-char-data-with-variant): Change arguments; add new + argument `excluded-script'. + (insert-char-range-data): Add new argument `excluded-script'. + (write-char-range-data-to-file): Likewise. + (what-char-definition): Modify for + `insert-char-data-with-variant'. + + * u0FF00-Halfwidth-and-Fullwidth-Forms.el, + u03300-CJK-Compatibility.el: Unify BIG5 code points. + + * u03000-CJK-Symbols-and-Punctuation.el: + - Unify BIG5 code points. + - Don't include M-00097. + + * Ideograph-R137-Boat.el (J83-447A): Separate G0-4D27, C1-662C, + J90-447A and U+8247. + (J90-675C): Unify J78-675C and J83-675C. + + * Ideograph-R136-Oppose.el (M-30339): Unify G0-4B34 and U+821C. + (J83-3D58): Separate G0-4B34, C1-6155, J90-3D58 and U+821C. + +2001-07-18 MORIOKA Tomohiko + + * Ideograph-R130-Meat.el (M-29469): New character; unify K0-5866 + and U+8108. + (C1-5763): Relate to M-29469 instead of M-29470. + (J83-4C2E): Separate K0-5866, J90-4C2E and U+8108. + (J83-6724): Separate J90-6724. + (J90-672E): Separate J78-672E and J83-672E. + (M-29920): Separate J78-6739, J83-6739, K0-757D, J90-6739 and + U+81B5. + (J90-6741): Separate J78-6741, J83-6741 and K0-7030. + + * u02600-Miscellaneous-Symbols.el, u025A0-Geometric-Shapes.el, + u02580-Block-Elements.el: Unify BIG5 code points. + + * Ideograph-R128-Ear.el: Fix JIS X 0208 differences. + + * Ideograph-R125-Old.el (U+8003): Unify J78-394D and J83-394D. + (J90-394D): Separate J78-394D and J83-394D. + + * Ideograph-R124-Feather.el (J83-6647): Separate J90-6647. + (J83-4D63): Separate C1-7476 and J90-4D63; add `ideograph=' for + M-28818. + +2001-07-17 MORIOKA Tomohiko + + * u02500-Box-Drawing.el, u02300-Miscellaneous-Technical.el, + u02200-Mathematical-Operators.el, u02190-Arrows.el, + u02150-Number-Forms.el: Unify BIG5 code points. + + * Ideograph-R123-Sheep.el: Merge missing JIS X 0208 code points. + (J90-6638): Separate G0-7446, C2-3839 and U+7F9D; unify J78-6638 + and J83-6638. + (J90-6637): Separate G0-505F and U+7F9E; unify J78-6637 and + J83-6637. + + * Ideograph-R122-Net.el: Merge missing JIS X 0208 code points. + (J83-3A61): Separate G0-576F, K0-712A, C1-6576, J90-3A61 and + U+7F6A. + + * Ideograph-R120-Silk.el (J83-4A36): Separate J90-4A36. + (J83-394A): Separate J90-394A. + (J90-652C): Separate J78-652C and J83-652C. + (J90-4064): Unify J78-4064 and J83-4064. + (J90-4233): Unify J78-4233 and J83-4233. + (J78-6546): Separate J83-6546 and J90-6546. + (J83-486C): Separate K0-5D7C and J90-486C. + (J83-416D): Separate J90-416D. + (J83-6549): Separate K0-727D and J90-6549. + (J90-654F): Unify J78-654F and J83-654F. + (J83-655C): Separate J90-655C. + (J90-4121): Unify J78-4121 and J83-4121. + (J90-6562): Unify J78-6562 and J83-6562. + (J90-655A): Unify J78-655A and J83-655A. + (J90-656D): Unify J78-656D and J83-656D. + (J90-6576): Unify J78-6576 and J83-6576. + + * Ideograph-R119-Rice.el (J83-4A34): Separate G0-375B, C1-573E, + J90-4A34 and U+7C89. + (J83-646E): Separate J78-646E. + (J83-647A): Separate J90-647A. + +2001-07-17 MORIOKA Tomohiko + + * Ideograph-R118-Bamboo.el (J90-3A7B): Unify J78-3A7B and + J83-3A7B. + (J78-6439): Separate J83-6439, C2-4C62, J90-6439 and U+7B99. + (J90-6434): Unify J78-6434 and J83-6434. + (J90-6449): Unify J78-6449 and J83-6449. + + * Ideograph-R116-Cave.el (J83-635A): Separate G0-713B, C1-5C45, + J90-635A and U+7A95. + + * Ideograph-R115-Grain.el (J78-4769): Separate G0-3353, J83-4769, + C1-5732, J90-4769 and U+79E4. + (J78-4923): Separate J83-4923 and J90-4923. + (J83-6346): Separate C2-455F, J90-6346 and U+7A19. + (J78-634A): Separate J83-634A and J90-634A. + (J83-3E77): Unify J78-3E77 and J83-3E77. + +2001-07-16 MORIOKA Tomohiko + + * Ideograph-R114-Track.el (J83-633C): Separate G0-582E, J90-633C + and U+79BA. + + * Ideograph-R112-Stone.el (J83-395C): Unify J78-6268 and J90-395C. + (J83-3945): Separate G0-5332, C1-607D, J90-3945 and U+786C. + (J90-4823): Unify J78-4823 and J83-4823. + (J83-626D): Unify J78-626D and J90-626D. + (J83-6273): Unify J78-6273 and J90-6273. + (M-24406): Separate J78-6279, J83-6279, C2-524E and J90-6279. + +2001-07-16 MORIOKA Tomohiko + + * u02100-Letterlike-Symbols.el: Unify BIG5 code points. + + * u020A0-Currency-Symbols.el (EURO SIGN): Unify BIG5-A3E1. + + * u02070-Superscripts.el (fullwidth superscript four): Renamed + from . + (fullwidth superscript latin small letter n): Renamed from + . + + * Ideograph-R108-Dish.el: Merge missing JIS X 0208 code points. + + * Ideograph-R107-Skin.el: Merge missing JIS X 0208 code points. + (M-22866): Unify J0-622F. + (G0-7165): Separate J90-622F. + + * Ideograph-R106-White.el: Merge missing JIS X 0208 code points. + (M-22732): Unify J78-622B. + (J90-622B): Unify J83-622B. + + * Ideograph-R104-Sickness.el: Merge missing JIS X 0208 code + points. + (M-22545): Unify J78-4C7E. + (J90-4C7E): Unify J83-4C7E. + + * Ideograph-R103-Bolt-Of-Cloth.el, Ideograph-R102-Field.el: Merge + missing JIS X 0208 code points. + + * Ideograph-R098-Tile.el: Merge missing JIS X 0208 code points. + (M-21557): Unify J78-612B. + (J90-612B): Unify J83-612B. + (J90-6130): Unify J83-6130. + (J78-6130): New character; relate to U+750D and M-21587. + (M-21602): Unify J78-3979. + (G0-6A35): Separate J90-3979. + (J90-3979): Unify J83-3979. + (J90-6131): Unify J83-6131 and S1-5002. + (J78-6131): New character; relate to U+7515 and M-21617. + + * Ideograph-R096-Jade.el (M-20921): Separate J83-605F, C3-2D7E and + J90-605F; add `vulgar-ideograph-of' for M-20920. + (J83-6062): Separate G0-676D, K0-6C34, J90-6062, C2-306E and + U+73E5; unify S1-4900. + (J83-4849): Separate J90-4849 and C1-565D; unify S1-4903. + (J83-607E): Unify J90-607E. + (JX2-706F): Separate C2-3E28 and U+7431; delete `comment'. + (J83-606A): Separate EGB-7B56, C2-3E2E, J90-606A and U+7432. + (J83-606E): Separate S2-4935, C1-652E and J90-606E. + +2001-07-15 MORIOKA Tomohiko + + * Ideograph-R097-Melon.el (M-21419): Separate C1-7147. + (J90-493B): Unify J78-493B and J83-493B. + (M-21425): Separate C1-784F; unify J0-6122. + + * Ideograph-R100-Life.el, Ideograph-R099-Sweet.el: Merge missing + JIS X 0208 code points. + +2001-07-14 MORIOKA Tomohiko + + * Ideograph-R095-Profound.el: Merge missing JIS X 0208 code + points. + +2001-07-14 MORIOKA Tomohiko + + * Ideograph-R093-Cow.el, Ideograph-R091-Slice.el, + Ideograph-R090-Half-Tree-Trunk.el, Ideograph-R087-Claw.el: Merge + missing JIS X 0208 code points. + +2001-07-14 MORIOKA Tomohiko + + * u02000-General-Punctuation.el: Unify BIG5 code points. + + * Ideograph-R086-Fire.el (J78-4E7B): Separate J83-4E7B and + J90-4E7B. + (J78-4079): Separate G0-3C65, C1-6474, J90-4079 and U+714E. + (J90-5F66): Unify J78-5F66 and J90-5F66. + (J83-5F6B): Separate C1-6524 and U+7156. + (M-19272): Separate J78-407A, G0-493F, J83-407A, C1-695B, J90-407A + and U+717D. + (J83-4D50): Separate J78-4D50. + (J90-5F70): Unify J78-5F70 and J83-5F70. + (J90-5F73): Add `jisx0208-difference' property. + (J90-5F7D): Unify J78-5F7D and J83-5F7D. + +2001-07-13 MORIOKA Tomohiko + + * Ideograph-R089-Double-X.el: Merge missing JIS X 0208 code points. + + * Ideograph-R088-Father.el (J90-4C6C): Unify J78-4C6C and + J83-4C6C. + +2001-07-13 MORIOKA Tomohiko + + * Ideograph-R085-Water.el: Merge missing JIS X 0208 code points. + (J83-4749): Separate J90-4749; add `ideograph=' property for + M-17427. + (J90-5E56): Separate J83-5E56. + (J78-5E56): Unify J83-5E56. + (J83-4F51): Separate C3-3C63 and J90-4F51. + (M-17944): Unify J78-3942. + (J83-3942): Separate J78-3942. + (M-18098): Separate J78-5E78, J83-5E78, K0-4D63, C1-693E and + U+6EFE. + (M-18123): Separate J78-5E74, J83-5E74, J90-5E74, K0-4B49, C3-4764 + and U+6F11. + (M-18155): Separate J83-4E7A, C1-694E, J90-4E7A and U+6F23. + (J90-5F21): Separate J78-5F21 and J83-5F21. + (J78-4275): Separate G0-652A, J83-4275, C1-7429, J90-4275 and + U+6FEF. + (J78-494E): Separate J83-494E and J90-494E. + (M-18784): Unify J78-4667. + (J83-4667): Separate J78-4667. + (J78-4B22): Separate J83-4B22 and J90-4B22; fix + `ideographic-strokes'; delete `kangxi-strokes'. + + * u00370-Greek.el (fullwidth *): Renamed from `FULLWIDTH *'; unify + BIG5 and JIS X 0213 code points. + (GREEK SMALL LETTER FINAL SIGMA): Separate JX0-2659. + (fullwidth greek small letter final sigma): Renamed from + `FULLWIDTH GREEK SMALL LETTER FINAL SIGMA'; unify JX0-2659. + + * u002B0-Spacing-Modifier-Letters.el (U+****): Separate JIS X 0213 + code points if there are 1-column CCS code points. + (fullwidth *): Unify BIG5 code points. + +2001-07-13 MORIOKA Tomohiko + + * u00300-Combining-Diacritical-Marks.el (U+****): Unify + `latin-tcvn5712' and `chinese-big5' code points. + +2001-07-13 MORIOKA Tomohiko + + * Ideograph-R083-Clan.el: Merge missing JIS X 0208 code points. + +2001-07-12 MORIOKA Tomohiko + + * Ideograph-R082-Fur.el, Ideograph-R081-Compare.el, + Ideograph-R080-Do-Not.el: Merge missing JIS X 0208 code points. + +2001-07-12 MORIOKA Tomohiko + + * char-db-util.el (insert-char-attributes): Fix format for + `->uppercase', `->lowercase' and `->titlecase'; don't insert alias + of coded-charset. + + * u0FF00-Halfwidth-and-Fullwidth-Forms.el (FULLWIDTH CENT SIGN): + Unify BIG5-A246. + (FULLWIDTH POUND SIGN): Unify BIG5-A247. + (FULLWIDTH MACRON): Unify JX1-292B and BIG5-A1C2. + (FULLWIDTH BROKEN BAR): Unify JX1-2925. + (FULLWIDTH YEN SIGN): Unify BIG5-A244. + + * u000A0-Latin-1-Supplement.el (U+****): Unify `latin-tcvn5712' + code points; separate `japanese-jisx0213-1' code points. + (fullwidth *): Smallize `name' property; unify + `japanese-jisx0213-1' and `chinese-big5' code points. + (fullwidth no-break space): New character; unify JX1-2922. + (fullwidth left-pointing double angle quotation mark): New + character; unify JX1-2928. + (fullwidth right-pointing double angle quotation mark): New + character; unify JX1-2932. + + * Ideograph-R078-Death.el: Merge missing JIS X 0208 code points. + (J90-3F23): Separate C1-6025. + +2001-07-12 MORIOKA Tomohiko + + * isolated-char.el: Add setting for latin-viscii-upper and + latin-viscii-lower to display them by latin-viscii font. + +2001-07-11 MORIOKA Tomohiko + + * Ideograph-R079-Weapon.el: Merge missing JIS X 0208 code points. + (J90-3B26): Add `vulgar-ideograph-of' for M-16638. + (JX1-7649): Unify M-16638. + (U+6BBC): Unify M-16646. + (U+6BC0): Unify M-16654. + (U+6BC6): Separate C1-6D48; unify M-16674. + (C7-242D): Unify M-16675. + + * Ideograph-R076-Lack.el: Merge missing JIS X 0208 code points. + (U+6B4E): Separate J90-4337. + (U+6B50): Separate C1-6D44. + (J90-5D40): Separate G0-6C28, C1-7124 and U+6B59. + (M-16242): Separate C1-7B63, J90-5D44 and U+6B61. + + * Ideograph-R077-Stop.el: Merge missing JIS X 0208 code points. + + * Ideograph-R075-Tree.el (J90-4C5D): Unify J78-4C5D and J83-4C5D. + (J90-5B3C): Unify J78-5B3C and J83-5B3C. + (J90-4F48): Unify J78-4F48 and J83-4F48. + (J90-5B46): Unify J78-5B46 and J83-5B46. + (U+67A5): Add `total-strokes'. + (J83-5B45): Unify J90-5B45; add `total-strokes'. + (J78-5B45): New character; relate to U+67A6. + (U+67A7): Add `total-strokes'. + (U+67A8): Likewise. + (U+67A9): Add `total-strokes'; unify J78-5B40. + (J90-5B40): New character; relate to U+67A9. + (M-14645): Unify J90-5B57. + (J83-5B57): Separate J90-5B57. + (J90-444E): Unify J78-444E and J83-444E. + (J90-464A): Unify J78-464A and J83-464A. + (J90-5B4A): Unify J83-5B4A. + (M-49162): Unify J78-5B4A; relate to U+67B4. + (J83-3B37): Unify J78-3B37 and J83-3B37. + (J90-5B74): Unify J83-5B74. + (M-14856): Separate J83-5B6B, C2-362E, J90-5B6B and U+689B. + (J90-546D): Unify J78-546D and J83-546D. + (J90-5B72): Unify J78-5B72 and J83-5B72. + (J90-3F7A): Unify J78-3F7A and J83-3F7A. + (J90-5C2F): Unify J78-5C2F and J83-5C2F. + (J83-5C31): Unify J78-5C31 and J90-5C31. + (J83-5B7A): Unify J78-5B7A and J90-5B7A. + (J83-5C30): Unify J78-5C30 and J90-5C30. + (J83-5C29): Unify J78-5C29 and J90-5C29. + (J83-5B7B): Unify J78-5B7B and J90-5B7B. + (J83-5C2D): Unify J78-5C2D and J90-5C2D. + (J83-5C2E): Unify J78-5C2E and J90-5C2E. + (M-15069): Separate J78-5C3F, G0-522C, J83-5C3F and U+6930; unify + S1-3734. + (M-15168): Separate J78-5C37, G0-692E, J83-5C37, C1-6450, J90-5C37 + and U+696B. + (J90-5C39): Unify J78-5C39 and J83-5C39. + (J90-5C43): Unify J78-5C43 and J83-5C43. + (M-15258): Separate G0-693C, C2-4A6F, J90-5C52 and U+69A7. + (J78-3A67): Unify J90-3A67. + (J78-4875): Separate J78-4875, EGB-7C28, C3-4C4D, J90-4875 and + U+6A0B. + (J90-5C6D): Separate J78-5C6D, J83-5C6D, G0-694F and U+6A44; unify + S1-3806. + (J90-5C6F): Unify J78-5C6F and J83-5C6F. + (J90-3869): Separate C2-5D2B. + (J90-5C79): Separate J78-5C79, G0-695C, J83-5C79, C1-737A and + U+6A90; unify S1-3842. + (J90-5D30): Unify J78-5D30 and J83-5D30. + 2001-07-11 MORIOKA Tomohiko * Ideograph-R029-Again.el (C1-5937): Moved from