From: tomo Date: Wed, 21 Jul 2004 13:56:17 +0000 (+0000) Subject: update. X-Git-Tag: r21-4-15-chise-0_21-30-ccs-props^2~5 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=cc5f5cee79ce118ceb016a7f76309f30084e68c1;p=chise%2Fxemacs-chise.git update. --- diff --git a/src/ChangeLog b/src/ChangeLog index 8f3c8d6..a01c48e 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,17 @@ 2004-07-21 MORIOKA Tomohiko + * chartab.c (Fsave_char_attribute_table): Don't use + `save_charset_properties'. + + * mule-charset.c (Fsave_charset_properties): Renamed from + `save_charset_properties' and changed to Lisp function again; + write property `type' as `CCS'; write properties `final-byte' and + `mother' if they exists. + (syms_of_mule_charset): Revive builtin function + `save-charset-properties' when HAVE_LIBCHISE is defined. + +2004-07-21 MORIOKA Tomohiko + * chartab.c (open_chise_data_source_maybe): Use Vdata_directory instead of Vexec_directory. (char_attribute_system_db_file): Likewise.