summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lisp/ChangeLog5
-rw-r--r--src/ChangeLog5
2 files changed, 10 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 8d1eae7216a..d5a8a56a8ba 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
+2001-03-28 Gerd Moellmann <gerd@gnu.org>
+
+ * subr.el (read-passwd): Clear command history after each
+ character entered. From: Stephen Gildea <gildea@alum.mit.edu>.
+
2001-03-27 Kenichi Handa <handa@etl.go.jp>
* international/kkc.el (kkc-save-init-file): Locally bind
diff --git a/src/ChangeLog b/src/ChangeLog
index 5f8ccb8d812..b5c4f3aff49 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,8 @@
+2001-03-28 Gerd Moellmann <gerd@gnu.org>
+
+ * bytecode.c (BYTE_CODE_QUIT): New macro.
+ (Fbyte_code): Use BYTE_CODE_QUIT instead of QUIT.
+
2001-03-27 Gerd Moellmann <gerd@gnu.org>
* xdisp.c (try_window_reusing_current_matrix) <scrolling up>: