From: tomo Date: Tue, 7 Oct 2003 08:26:36 +0000 (+0000) Subject: update. X-Git-Tag: r21-4-12-chise-0_21-pre7-for-libchise-b1-r0_2_0-pre7 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=a94bfb1975d671afa1f216fa41e06be248f6c723;p=chise%2Fxemacs-chise.git.1 update. --- diff --git a/src/ChangeLog b/src/ChangeLog index a229ce9..fc6a0ed 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,23 @@ 2003-10-06 MORIOKA Tomohiko + * mule-charset.c (Freset_charset_mapping_table): Use HAVE_LIBCHISE + instead of HAVE_CHISE to specify using with libchise. + + * config.h.in (HAVE_CHISE_CLIENT): Deleted. + + * chartab.h: Don't use HAVE_CHISE_CLIENT. + + * chartab.c (Qsystem_char_id): Don't define when HAVE_CHISE is not + defined or HAVE_LIBCHISE_LIBCHISE is defined. + (char_attribute_system_db_file): Don't define when HAVE_LIBCHISE + is defined. + (Freset_char_attribute_table): Use HAVE_LIBCHISE instead of + HAVE_CHISE to specify using with libchise. + (syms_of_chartab): Don't define symbol `system-char-id' when + HAVE_CHISE is not defined or HAVE_LIBCHISE_LIBCHISE is defined. + +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