From 6b33af7e82aeaf71be72002accb65d5082246f0a Mon Sep 17 00:00:00 2001 From: tomo Date: Mon, 6 Oct 2003 12:17:05 +0000 Subject: [PATCH] update. --- src/ChangeLog | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/src/ChangeLog b/src/ChangeLog index 78dbbc7..a229ce9 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,23 @@ 2003-10-06 MORIOKA Tomohiko + * mule-charset.c: Use HAVE_CHISE instead of HAVE_CHISE_CLIENT to + specify CHISE DB support. + (Freset_charset_mapping_table): Use `chise_ccs_setup_db' instead + of `char_attribute_system_db_file' to check feature DB file. + + * chartab.h, casetab.c, char-ucs.h: Use HAVE_CHISE instead of + HAVE_CHISE_CLIENT to specify CHISE DB support. + + * chartab.c: Use HAVE_CHISE instead of HAVE_CHISE_CLIENT to + specify CHISE DB support. + (open_chise_data_source_maybe): Don't define when HAVE_LIBCHISE is + not defined. + (Freset_char_attribute_table): Use `chise_feature_setup_db' + instead of `char_attribute_system_db_file' to check feature DB + file. + +2003-10-06 MORIOKA Tomohiko + * mule.c (vars_of_mule): Use `HAVE_CHISE' instead of `CHISE' and `HAVE_CHISE_CLIENT'. -- 1.7.10.4