# HG changeset patch # User Kenichi Handa # Date 1065509164 0 # Node ID 1a813cb591b26c74c24ee8c62899b0756ebd9dd7 # Parent 2abeaf2b106873c660f717d47a417d14e660f576 *** empty log message *** diff -r 2abeaf2b1068 -r 1a813cb591b2 lisp/ChangeLog --- a/lisp/ChangeLog Tue Oct 07 06:45:46 2003 +0000 +++ b/lisp/ChangeLog Tue Oct 07 06:46:04 2003 +0000 @@ -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 -r 2abeaf2b1068 -r 1a813cb591b2 src/ChangeLog --- a/src/ChangeLog Tue Oct 07 06:45:46 2003 +0000 +++ b/src/ChangeLog Tue Oct 07 06:46:04 2003 +0000 @@ -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.