Mercurial > emacs
changeset 101633:c92166611a26
(rmail-summary-disable): Fix declaration.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Thu, 29 Jan 2009 03:42:17 +0000 |
parents | f2c12c2dac63 |
children | 31ebb1cb873f |
files | lisp/ChangeLog lisp/mail/rmailedit.el |
diffstat | 2 files changed, 20 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Thu Jan 29 03:41:57 2009 +0000 +++ b/lisp/ChangeLog Thu Jan 29 03:42:17 2009 +0000 @@ -1,3 +1,19 @@ +2009-01-29 Glenn Morris <rgm@gnu.org> + + * mail/rmail.el (rmail-file-name): Remove duplicate definition. + (rmail-set-header): Ensure header changes get saved. + + * mail/rmailedit.el (rmail-summary-disable): Fix declaration. + + * mail/rmailkwd.el (rmail-set-label): Update the summary, if there is + one, after a label is added. + + * mail/rmailsum.el (rmail-summary-update-line): New function. + (rmail-summary-goto-msg): Return a value according to whether message + was found. + (rmail-summary-update-highlight): Give the overlay an 'rmail-summary + property. Use line-end-position. + 2009-01-29 Chong Yidong <cyd@stupidchicken.com> * mail/rmailedit.el (rmail-cease-edit): Add additional quotes to @@ -38,9 +54,9 @@ 2009-01-28 Stephen Berman <stephen.berman@gmx.net> - * calendar/todo-mode.el (todo-insert-item-here): Prevent insertion - of a new entry inside of an existing entry. Minor code cleanup. - (Bug#2084) + * calendar/todo-mode.el (todo-insert-item-here): + Prevent insertion of a new entry inside of an existing entry. + Minor code cleanup. (Bug#2084) (todo-add-category): Change the interactive spec. Signal an error if the Todo file is non-empty but contains no category. Reject category names that could induce bugs and confusion. Call
--- a/lisp/mail/rmailedit.el Thu Jan 29 03:41:57 2009 +0000 +++ b/lisp/mail/rmailedit.el Thu Jan 29 03:42:17 2009 +0000 @@ -49,7 +49,7 @@ ;; Rmail Edit mode is suitable only for specially formatted data. (put 'rmail-edit-mode 'mode-class 'special) -(declare-function rmail-summary-disable "" ()) +(declare-function rmail-summary-disable "rmailsum" ()) (declare-function rmail-summary-enable "rmailsum" ()) (defun rmail-edit-mode ()