Mercurial > emacs
changeset 37037:750ca9632e5d
*** empty log message ***
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Wed, 28 Mar 2001 12:46:20 +0000 |
parents | ee6711c482a3 |
children | 528310f62c34 |
files | lisp/ChangeLog src/ChangeLog |
diffstat | 2 files changed, 7 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Wed Mar 28 12:45:54 2001 +0000 +++ b/lisp/ChangeLog Wed Mar 28 12:46:20 2001 +0000 @@ -1,5 +1,8 @@ 2001-03-28 Gerd Moellmann <gerd@gnu.org> + * 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 <gildea@alum.mit.edu>.
--- a/src/ChangeLog Wed Mar 28 12:45:54 2001 +0000 +++ b/src/ChangeLog Wed Mar 28 12:46:20 2001 +0000 @@ -1,5 +1,9 @@ 2001-03-28 Gerd Moellmann <gerd@gnu.org> + * 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.