From: tomo Date: Mon, 12 Jun 2000 09:04:16 +0000 (+0000) Subject: update. X-Git-Tag: r21-2-34-utf-2000-0_16-1~35 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=986df192f1c2ebd424b799758ea70abfaa6ab2ab;p=chise%2Fxemacs-chise.git.1 update. --- diff --git a/src/ChangeLog b/src/ChangeLog index fd33873..87ae527 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,24 @@ +2000-06-12 MORIOKA Tomohiko + + * mule-charset.c (Vchar_attribute_hash_table): New variable. + (Vcharacter_attribute_table): Deleted. + (Vcharacter_name_table): Deleted. + (put_char_attribute): Deleted. + (remove_char_attribute): Deleted. + (struct char_attribute_alist_closure): New structure. + (add_char_attribute_alist_mapper): New function. + (Fchar_attribute_alist): Use `Vchar_attribute_hash_table' instead + of `Vcharacter_attribute_table' and `Vcharacter_name_table'. + (Fget_char_attribute): Likewise. + (Fput_char_attribute): Likewise. + (Fremove_char_attribute): Use `Vchar_attribute_hash_table' instead + of `remove_char_attribute'. + (Fdefine_char): Return character. + (vars_of_mule_charset): Don't setup `Vcharacter_attribute_table' + and `Vcharacter_name_table'. + (complex_vars_of_mule_charset): Likewise + `Vchar_attribute_hash_table'. + 2000-06-10 MORIOKA Tomohiko * character.h (CHARC_CHARSET): New macro.