From: tomo Date: Wed, 31 May 2000 05:44:10 +0000 (+0000) Subject: update. X-Git-Tag: r21-2-33-utf-2000-0_16~21 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=a6cc81e2a17b7ca8ca7a24d1918c4947a42fbc62;p=chise%2Fxemacs-chise.git- update. --- diff --git a/src/ChangeLog b/src/ChangeLog index a89bdf9..953a9fc 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,15 @@ 2000-05-31 MORIOKA Tomohiko + * mule-charset.c (CHARSET_BYTE_SIZE): New inline function. + (XCHARSET_BYTE_SIZE): New macro. + (decoding_table_remove_char): New inline function. + (put_char_ccs_code_point): Use `XCHARSET_BYTE_SIZE'; use + `decoding_table_remove_char'. + (remove_char_ccs): Use `decoding_table_remove_char'. + (Fset_charset_mapping_table): Use `CHARSET_BYTE_SIZE'. + +2000-05-31 MORIOKA Tomohiko + * mule-charset.c (Vcharacter_name_table): New variable. (Qname): New variable. (Fget_char_attribute): Use `Vcharacter_name_table' for `name'