From: tomo Date: Sun, 3 Feb 2002 18:27:43 +0000 (+0000) Subject: update. X-Git-Tag: r21-2-44-lazy-m1 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=a50a29f9d211301c7f6bb6acd752acdb9c682d1b;p=chise%2Fxemacs-chise.git.1 update. --- diff --git a/src/ChangeLog b/src/ChangeLog index de501b7..4fa9c2f 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,18 @@ +2002-02-03 MORIOKA Tomohiko + + * chartab.c (char_attribute_table_to_put): New variable in + UTF-2000. + (Qput_char_table_map_function): Likewise. + (value_to_put): Likewise. + (Fput_char_table_map_function): New function in UTF-2000. + (put_char_table): Use `Fmap_char_attribute' for + CHARTAB_RANGE_CHARSET in UTF-2000. + (Fput_char_attribute): Store symbol instead of string in + `XCHAR_TABLE_NAME (table)'. + (load_char_attribute_maybe): Likewise. + (syms_of_chartab): Add new symbol/function + `put-char-table-map-function'. + 2002-01-30 MORIOKA Tomohiko * database.h: Add new EXFUN for `Fmap_database'.