From: tomo Date: Tue, 24 Jul 2001 06:59:00 +0000 (+0000) Subject: update. X-Git-Tag: r21-2-38-utf-2000-0_17-1~242 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=9c694ddd387fae27a6d82d64369ee5ac5bf21269;p=chise%2Fxemacs-chise.git.1 update. --- diff --git a/lisp/utf-2000/ChangeLog b/lisp/utf-2000/ChangeLog index c1cf6ff..9a27f19 100644 --- a/lisp/utf-2000/ChangeLog +++ b/lisp/utf-2000/ChangeLog @@ -1,3 +1,74 @@ +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: @@ -139,8 +210,8 @@ * u002B0-Spacing-Modifier-Letters.el (MODIFIER LETTER LOW MACRON): Delete BIG5-A1C5. - * Ideograph-R140-Grass.el: Merge and/or fix missing JIS X 0208 - code points. + * Ideograph-R140-Grass.el: Merge and/or fix JIS X 0208 code + points. 2001-07-19 MORIOKA Tomohiko