From: Kenichi Handa Date: Tue, 7 Oct 2003 06:46:04 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: ttn-vms-21-2-B4~8585 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f82ac129c78e13b9615b3c92bf59b51ae149c517;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index f945965037d..f5154d896fa 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,12 @@ +2003-10-07 Kenichi Handa + + * international/mule-diag.el (list-coding-systems-1): List coding + systems that are loaded automatically. + + * international/code-pages.el (iso-8859-11): Add autoload cookie. + + * international/mule.el (autoload-coding-system): New function. + 2003-10-07 Andreas Schwab * log-edit.el (log-edit-changelog-entries): Prefer local value of diff --git a/src/ChangeLog b/src/ChangeLog index 520a725a67f..053ebaef031 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,10 @@ +2003-10-07 Kenichi Handa + + * coding.c (Qcoding_system_define_form): New variable. + (syms_of_coding): Intern and staticpro it. + (Fcheck_coding_system): Try to autoload the definition of + CODING-SYSTEM. + 2003-10-05 Luc Teirlinck * fns.c (Frequire): Doc fix.