aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Moellmann2001-03-28 12:46:20 +0000
committerGerd Moellmann2001-03-28 12:46:20 +0000
commitdeb2613a512a0181a7820340dc66dfa22aeeff6b (patch)
treeb607675c15ef1214a522ca61bff98155feb47b63
parent84f68fd5d09c25344b1ee46ff1f3c5e34ae990f4 (diff)
downloademacs-deb2613a512a0181a7820340dc66dfa22aeeff6b.tar.gz
emacs-deb2613a512a0181a7820340dc66dfa22aeeff6b.zip
*** empty log message ***
-rw-r--r--lisp/ChangeLog3
-rw-r--r--src/ChangeLog4
2 files changed, 7 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index d5a8a56a8ba..5f8386d1efc 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,8 @@
12001-03-28 Gerd Moellmann <gerd@gnu.org> 12001-03-28 Gerd Moellmann <gerd@gnu.org>
2 2
3 * image.el (image-type-regexps): Change type for PS files
4 to `postscript'.
5
3 * subr.el (read-passwd): Clear command history after each 6 * subr.el (read-passwd): Clear command history after each
4 character entered. From: Stephen Gildea <gildea@alum.mit.edu>. 7 character entered. From: Stephen Gildea <gildea@alum.mit.edu>.
5 8
diff --git a/src/ChangeLog b/src/ChangeLog
index 3bd0629198a..47f6bdfa98d 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,9 @@
12001-03-28 Gerd Moellmann <gerd@gnu.org> 12001-03-28 Gerd Moellmann <gerd@gnu.org>
2 2
3 * xfaces.c (realize_basic_faces): Decrement menu_face_change_count
4 instead of setting it to zero; it's incremented for each frame
5 where the menu face is changed.
6
3 * xterm.c (x_draw_relief_rect): Extend left shadow to the 7 * xterm.c (x_draw_relief_rect): Extend left shadow to the
4 bottom; change bottom shadow accordingly. 8 bottom; change bottom shadow accordingly.
5 9