aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKenichi Handa2002-10-16 02:19:07 +0000
committerKenichi Handa2002-10-16 02:19:07 +0000
commit49820699844e41490cb9c5c57ace8b6c8a1eea4d (patch)
tree072550abcba7ff030a7cd4155f8bbcdc3c39baa2
parent8e50844fa9eb63b78a254a7879772f7fe360c986 (diff)
downloademacs-49820699844e41490cb9c5c57ace8b6c8a1eea4d.tar.gz
emacs-49820699844e41490cb9c5c57ace8b6c8a1eea4d.zip
*** empty log message ***
-rw-r--r--lisp/ChangeLog10
-rw-r--r--src/ChangeLog4
2 files changed, 14 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 80af4e6341d..4d0d4db243b 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,13 @@
12002-10-16 Kenichi Handa <handa@m17n.org>
2
3 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Be sure to
4 return a unibyte string.
5
62002-10-15 Kenichi Handa <handa@m17n.org>
7
8 * international/mule-cmds.el (set-locale-environment): Delete
9 superfluous ')'s at the tail.
10
12002-10-14 Kenichi Handa <handa@etl.go.jp> 112002-10-14 Kenichi Handa <handa@etl.go.jp>
2 12
3 * international/mule.el (define-coding-system): Fix typo; 13 * international/mule.el (define-coding-system): Fix typo;
diff --git a/src/ChangeLog b/src/ChangeLog
index e3d36f32eeb..deda6b8a4d6 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,7 @@
12002-10-16 Kenichi Handa <handa@m17n.org>
2
3 * coding.c (detect_coding): Fix previous change.
4
12002-10-15 Dave Love <fx@gnu.org> 52002-10-15 Dave Love <fx@gnu.org>
2 6
3 * coding.c (Fcheck_coding_system): Doc fix. 7 * coding.c (Fcheck_coding_system): Doc fix.