Mercurial > emacs
changeset 31472:2cf699b8eb1c
*** empty log message ***
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Thu, 07 Sep 2000 17:16:08 +0000 |
parents | 84f6fc78ec6d |
children | 055accd6bf1d |
files | lisp/ChangeLog src/ChangeLog |
diffstat | 2 files changed, 13 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Thu Sep 07 17:14:55 2000 +0000 +++ b/lisp/ChangeLog Thu Sep 07 17:16:08 2000 +0000 @@ -1,3 +1,10 @@ +2000-09-07 Eli Zaretskii <eliz@is.elta.co.il> + + * menu-bar.el (read-mail-item-name): New function. + (menu-bar-tools-menu): Use it to compute and display the package + used to read email. + (menu-bar-tools-menu): Fix typo in GUD's help string. + 2000-09-07 Dave Love <fx@gnu.org> * menu-bar.el (menu-bar-options-menu): Fix the font-lock toggle.
--- a/src/ChangeLog Thu Sep 07 17:14:55 2000 +0000 +++ b/src/ChangeLog Thu Sep 07 17:16:08 2000 +0000 @@ -1,3 +1,9 @@ +2000-09-07 Eli Zaretskii <eliz@is.elta.co.il> + + * frame.c (make_terminal_frame): Initialize frame foreground and + background colors to unspecified, for the initial instance of an + MSDOS frame. + 2000-09-07 Gerd Moellmann <gerd@gnu.org> * ralloc.c (mmap_find): Fix overlap computation.