]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorKenichi Handa <handa@m17n.org>
Tue, 7 Oct 2003 06:46:04 +0000 (06:46 +0000)
committerKenichi Handa <handa@m17n.org>
Tue, 7 Oct 2003 06:46:04 +0000 (06:46 +0000)
lisp/ChangeLog
src/ChangeLog

index f945965037d24d73f8b8fbcab100db10928410c4..f5154d896fa0d444863d1e21779889440e1a34d9 100644 (file)
@@ -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
index 520a725a67f4aa93d1e600eaa560b4f2c9cf5735..053ebaef031a4c8f4d6eec1fc046420233d1c0e0 100644 (file)
@@ -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.