From 25a79cb30559d3ad163b5d9d7ed4f568bfa674dc Mon Sep 17 00:00:00 2001 From: tomo Date: Mon, 15 Jul 2002 02:31:48 +0000 Subject: [PATCH] update. --- src/ChangeLog | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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' -- 1.7.10.4