From aeb73bba799dd4843077454132a6f73a721ffeb2 Mon Sep 17 00:00:00 2001 From: tomo Date: Tue, 2 Jul 2002 09:39:54 +0000 Subject: [PATCH] update. --- src/ChangeLog | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/src/ChangeLog b/src/ChangeLog index 2b7856d..6d4f300 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,19 @@ 2002-07-02 MORIOKA Tomohiko + * chartab.c (mark_char_table): Don't refer `ct->db_file'. + (char_table_description): Delete member `db_file'. + (Fmake_char_table): Don't refer `ct->db_file'. + (Fcopy_char_table): Likewise. + (Fsave_char_attribute_table): Likewise. + (Fclose_char_attribute_table): Likewise. + (Freset_char_attribute_table): Likewise. + (load_char_attribute_maybe): Likewise. + (Fload_char_attribute_table): Likewise. + + * chartab.h (struct Lisp_Char_Table): Delete member `db_file'. + +2002-07-02 MORIOKA Tomohiko + * chartab.c: Add an EXFUN for `Fmap_char_attribute'. (Fsave_char_attribute_table): Don't check `ct->db_file' if `ct->db' is living. -- 1.7.10.4