aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKenichi Handa2002-10-08 01:34:10 +0000
committerKenichi Handa2002-10-08 01:34:10 +0000
commit9793be06eab3e52dab9f6ecb03bedbd3f6da7e27 (patch)
tree81b457e265af498c452c220d74cb3513311dd701
parent87ba1c4c76f8dfc6e85dd452dd58d84ce142f2fd (diff)
downloademacs-9793be06eab3e52dab9f6ecb03bedbd3f6da7e27.tar.gz
emacs-9793be06eab3e52dab9f6ecb03bedbd3f6da7e27.zip
*** empty log message ***
-rw-r--r--lisp/ChangeLog5
-rw-r--r--src/ChangeLog6
2 files changed, 11 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 10041631a55..209752ceedb 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
12002-10-08 Kenichi Handa <handa@m17n.org>
2
3 * international/ucs-tables.el (ucs-translation-table-for-decode):
4 Define it as a translation-table.
5
12002-10-07 Richard M. Stallman <rms@gnu.org> 62002-10-07 Richard M. Stallman <rms@gnu.org>
2 7
3 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix. 8 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
diff --git a/src/ChangeLog b/src/ChangeLog
index 8b435df1930..7c868156201 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,9 @@
12002-10-08 Kenichi Handa <handa@m17n.org>
2
3 * coding.c (code_convert_region): When we need more GAP for
4 conversion, pay attention to the case that coding->produced is not
5 greater than coding->consumed.
6
12002-10-07 Richard M. Stallman <rms@gnu.org> 72002-10-07 Richard M. Stallman <rms@gnu.org>
2 8
3 * unexelf.c (unexec): Redo 9/16 change, but only if IRIX6_5. 9 * unexelf.c (unexec): Redo 9/16 change, but only if IRIX6_5.