From: tomo Date: Wed, 31 May 2000 04:08:17 +0000 (+0000) Subject: update. X-Git-Tag: r21-2-33-utf-2000-0_16~23 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=98b5890ea178fd9075b494ea7cd97d25a249c4b5;p=chise%2Fxemacs-chise.git- update. --- diff --git a/src/ChangeLog b/src/ChangeLog index 52512cf..a89bdf9 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,17 @@ +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' + attribute. + (Fput_char_attribute): Use function `put_char_ccs_code_point'; use + `Vcharacter_name_table' for `name' attribute. + (Fremove_char_attribute): Use function `remove_char_ccs'. + (put_char_ccs_code_point): New function. + (remove_char_ccs): New function. + (syms_of_mule_charset): Add new symbol `name'. + (vars_of_mule_charset): Setup `Vcharacter_name_table'. + 2000-05-30 MORIOKA Tomohiko * mule-charset.c (make_byte_table): Add new argument `older'.