From: Gerd Moellmann Date: Wed, 28 Mar 2001 12:46:20 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-21.0.101~134 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=deb2613a512a0181a7820340dc66dfa22aeeff6b;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index d5a8a56a8ba..5f8386d1efc 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,8 @@ 2001-03-28 Gerd Moellmann + * image.el (image-type-regexps): Change type for PS files + to `postscript'. + * subr.el (read-passwd): Clear command history after each character entered. From: Stephen Gildea . diff --git a/src/ChangeLog b/src/ChangeLog index 3bd0629198a..47f6bdfa98d 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,9 @@ 2001-03-28 Gerd Moellmann + * xfaces.c (realize_basic_faces): Decrement menu_face_change_count + instead of setting it to zero; it's incremented for each frame + where the menu face is changed. + * xterm.c (x_draw_relief_rect): Extend left shadow to the bottom; change bottom shadow accordingly.