From: Gerd Moellmann Date: Wed, 28 Mar 2001 10:02:31 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-21.0.101~139 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f827b862ade26841b3a0c1226fc283e9dfc1b082;p=emacs.git *** empty log message *** --- 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 + + * subr.el (read-passwd): Clear command history after each + character entered. From: Stephen Gildea . + 2001-03-27 Kenichi Handa * 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 + + * bytecode.c (BYTE_CODE_QUIT): New macro. + (Fbyte_code): Use BYTE_CODE_QUIT instead of QUIT. + 2001-03-27 Gerd Moellmann * xdisp.c (try_window_reusing_current_matrix) :