aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKenichi Handa2003-10-07 06:46:04 +0000
committerKenichi Handa2003-10-07 06:46:04 +0000
commitf82ac129c78e13b9615b3c92bf59b51ae149c517 (patch)
tree3df1078b651f9e0622fd03cdc4928eab7f4328db
parenta7832266c3fba6abf875a70fd3db00acf25ea8ac (diff)
downloademacs-f82ac129c78e13b9615b3c92bf59b51ae149c517.tar.gz
emacs-f82ac129c78e13b9615b3c92bf59b51ae149c517.zip
*** empty log message ***
-rw-r--r--lisp/ChangeLog9
-rw-r--r--src/ChangeLog7
2 files changed, 16 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index f945965037d..f5154d896fa 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,12 @@
12003-10-07 Kenichi Handa <handa@m17n.org>
2
3 * international/mule-diag.el (list-coding-systems-1): List coding
4 systems that are loaded automatically.
5
6 * international/code-pages.el (iso-8859-11): Add autoload cookie.
7
8 * international/mule.el (autoload-coding-system): New function.
9
12003-10-07 Andreas Schwab <schwab@suse.de> 102003-10-07 Andreas Schwab <schwab@suse.de>
2 11
3 * log-edit.el (log-edit-changelog-entries): Prefer local value of 12 * 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 @@
12003-10-07 Kenichi Handa <handa@m17n.org>
2
3 * coding.c (Qcoding_system_define_form): New variable.
4 (syms_of_coding): Intern and staticpro it.
5 (Fcheck_coding_system): Try to autoload the definition of
6 CODING-SYSTEM.
7
12003-10-05 Luc Teirlinck <teirllm@auburn.edu> 82003-10-05 Luc Teirlinck <teirllm@auburn.edu>
2 9
3 * fns.c (Frequire): Doc fix. 10 * fns.c (Frequire): Doc fix.