Mercurial > emacs
changeset 32330:7980c067a12b
*** empty log message ***
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Mon, 09 Oct 2000 10:28:16 +0000 |
parents | 878aee6eaf4b |
children | d1c0cf83e365 |
files | lisp/ChangeLog |
diffstat | 1 files changed, 7 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Mon Oct 09 10:26:22 2000 +0000 +++ b/lisp/ChangeLog Mon Oct 09 10:28:16 2000 +0000 @@ -1,5 +1,12 @@ 2000-10-09 Eli Zaretskii <eliz@is.elta.co.il> + * menu-bar.el (send-mail-item-name): New function. + (menu-bar-tools-menu) <compose-mail>: Use it to display the value + of mail-user-agent in the menu. Don't display the "Send Mail" + item if mail-user-agent is nil or its value is ignore. + (menu-bar-tools-menu) <rmail>: Don't display the "Read Mail" item + if read-mail-command is nil or its value is ignore. + * mouse.el ([header-line mouse-1]): Bind to mouse-select-window. 2000-10-09 Miles Bader <miles@gnu.org>