changeset 52798:1a813cb591b2

*** empty log message ***
author Kenichi Handa <handa@m17n.org>
date Tue, 07 Oct 2003 06:46:04 +0000
parents 2abeaf2b1068
children 482664d12a27
files lisp/ChangeLog src/ChangeLog
diffstat 2 files changed, 16 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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  <handa@m17n.org>
+
+	* 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  <schwab@suse.de>
 
 	* log-edit.el (log-edit-changelog-entries): Prefer local value of
--- 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  <handa@m17n.org>
+
+	* 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  <teirllm@auburn.edu>
 
 	* fns.c (Frequire): Doc fix.