From 98b5890ea178fd9075b494ea7cd97d25a249c4b5 Mon Sep 17 00:00:00 2001 From: tomo Date: Wed, 31 May 2000 04:08:17 +0000 Subject: [PATCH] update. --- src/ChangeLog | 14 ++++++++++++++ 1 file changed, 14 insertions(+) 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'. -- 1.7.10.4