From: tomo Date: Tue, 12 Feb 2002 18:17:04 +0000 (+0000) Subject: update. X-Git-Tag: r21-2-44-lazy-n7c~113 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=e8fd7d1600c48fe70a144e1a414929eec0c3dd2c;p=chise%2Fxemacs-chise.git- update. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 93daab8..014c930 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,7 +1,7 @@ -2002-02-08 MORIOKA Tomohiko +2002-02-12 MORIOKA Tomohiko - * utf-2000/make-cdbs.el: Use `save-charset-mapping-table' for all - coded-charsets. + * dumped-lisp.el (preloaded-file-list): Delete + character-definition files. 2002-02-04 MORIOKA Tomohiko diff --git a/lisp/utf-2000/ChangeLog b/lisp/utf-2000/ChangeLog index 46fc9cb..311819a 100644 --- a/lisp/utf-2000/ChangeLog +++ b/lisp/utf-2000/ChangeLog @@ -1,3 +1,18 @@ +2002-02-12 MORIOKA Tomohiko + + * make-cdbs.el (system-char-database-directory): New variable. + - Load character-definition files if + `system-char-database-directory' is not found or + `load-ignore-elc-files' is non-nil. + - Call `reset-char-attribute-table' for each character-attribute + corresponding with each file in + `system-char-database-directory'/system-char-id. + +2002-02-08 MORIOKA Tomohiko + + * make-cdbs.el: Use `save-charset-mapping-table' for all + coded-charsets. + 2002-02-01 MORIOKA Tomohiko * make-cdbs.el: New file.