aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/ChangeLog7
-rw-r--r--src/ChangeLog4
2 files changed, 11 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 5561f0f6e07..6c14eaebc14 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,10 @@
12001-05-28 Gerd Moellmann <gerd@gnu.org>
2
3 * language/japan-util.el (japanese-hankaku): Prefer the charset
4 `jisx0201' when the optional argument `ascii-only' is not specified.
5 (japanese-hankaku-region): Ditto.
6 From Katsumi Yamaoka <yamaoka@jpl.org>
7
12001-05-28 Eli Zaretskii <eliz@is.elta.co.il> 82001-05-28 Eli Zaretskii <eliz@is.elta.co.il>
2 9
3 * cus-edit.el (custom-file): Fix last change. 10 * cus-edit.el (custom-file): Fix last change.
diff --git a/src/ChangeLog b/src/ChangeLog
index 2b9f48db551..105ef2ec7fa 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,7 @@
12001-05-28 Gerd Moellmann <gerd@gnu.org>
2
3 * termcap.c (speeds): Put in #if 0.
4
12001-05-18 Gerd Moellmann <gerd@gnu.org> 52001-05-18 Gerd Moellmann <gerd@gnu.org>
2 6
3 * eval.c (call_debugger): Don't bind inhibit-eval-during-redisplay. 7 * eval.c (call_debugger): Don't bind inhibit-eval-during-redisplay.