From: tomo Date: Tue, 2 Jul 2002 09:39:54 +0000 (+0000) Subject: update. X-Git-Tag: r21-2-44-utf-2000-0_19-n11c~8 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=aeb73bba799dd4843077454132a6f73a721ffeb2;p=chise%2Fxemacs-chise.git update. --- 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.