From: tomo Date: Mon, 15 Jul 2002 02:31:48 +0000 (+0000) Subject: update. X-Git-Tag: r21-2-44-utf-2000-0_19-er2-n14~13 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=25a79cb30559d3ad163b5d9d7ed4f568bfa674dc;p=chise%2Fxemacs-chise.git update. --- diff --git a/src/ChangeLog b/src/ChangeLog index 997e72c..9cd3178 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,15 @@ +2002-07-14 MORIOKA Tomohiko + + * chartab.c (Vchar_db_stingy_mode): New variable. + (load_char_attribute_maybe): Close database if + Vchar_db_stingy_mode is not NIL. + (Fload_char_attribute_table_map_function): Use + `get_char_id_table_0' instead of `get_char_id_table'. + (vars_of_chartab): Add new variable `char-db-stingy-mode'. + + * chartab.h (get_char_id_table_0): New inline function. + (get_char_id_table): Use `get_char_id_table_0'. + 2002-07-07 MORIOKA Tomohiko * text-coding.c (decode_coding_utf8): Use `COMPOSE_FLUSH_CHARS'