From: Eli Zaretskii Date: Thu, 7 Sep 2000 17:16:08 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-21.0.90~1719 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0341944076e36b309d334b144f4dae3f2400d35b;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index ed9dfdd7000..57bef8264a2 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,10 @@ +2000-09-07 Eli Zaretskii + + * 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 * menu-bar.el (menu-bar-options-menu): Fix the font-lock toggle. diff --git a/src/ChangeLog b/src/ChangeLog index 59d91667461..051ce39d712 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,9 @@ +2000-09-07 Eli Zaretskii + + * 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 * ralloc.c (mmap_find): Fix overlap computation.