From cc5f5cee79ce118ceb016a7f76309f30084e68c1 Mon Sep 17 00:00:00 2001 From: tomo Date: Wed, 21 Jul 2004 13:56:17 +0000 Subject: [PATCH] update. --- src/ChangeLog | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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. -- 1.7.10.4