Mercurial > emacs
comparison lisp/ChangeLog @ 101633:c92166611a26
(rmail-summary-disable): Fix declaration.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Thu, 29 Jan 2009 03:42:17 +0000 |
parents | e981ad018a7c |
children | 31ebb1cb873f |
comparison
equal
deleted
inserted
replaced
101632:f2c12c2dac63 | 101633:c92166611a26 |
---|---|
1 2009-01-29 Glenn Morris <rgm@gnu.org> | |
2 | |
3 * mail/rmail.el (rmail-file-name): Remove duplicate definition. | |
4 (rmail-set-header): Ensure header changes get saved. | |
5 | |
6 * mail/rmailedit.el (rmail-summary-disable): Fix declaration. | |
7 | |
8 * mail/rmailkwd.el (rmail-set-label): Update the summary, if there is | |
9 one, after a label is added. | |
10 | |
11 * mail/rmailsum.el (rmail-summary-update-line): New function. | |
12 (rmail-summary-goto-msg): Return a value according to whether message | |
13 was found. | |
14 (rmail-summary-update-highlight): Give the overlay an 'rmail-summary | |
15 property. Use line-end-position. | |
16 | |
1 2009-01-29 Chong Yidong <cyd@stupidchicken.com> | 17 2009-01-29 Chong Yidong <cyd@stupidchicken.com> |
2 | 18 |
3 * mail/rmailedit.el (rmail-cease-edit): Add additional quotes to | 19 * mail/rmailedit.el (rmail-cease-edit): Add additional quotes to |
4 quoted From lines. | 20 quoted From lines. |
5 | 21 |
36 * complete.el (PC-do-completion): Correct case when completion is | 52 * complete.el (PC-do-completion): Correct case when completion is |
37 unambiguous. | 53 unambiguous. |
38 | 54 |
39 2009-01-28 Stephen Berman <stephen.berman@gmx.net> | 55 2009-01-28 Stephen Berman <stephen.berman@gmx.net> |
40 | 56 |
41 * calendar/todo-mode.el (todo-insert-item-here): Prevent insertion | 57 * calendar/todo-mode.el (todo-insert-item-here): |
42 of a new entry inside of an existing entry. Minor code cleanup. | 58 Prevent insertion of a new entry inside of an existing entry. |
43 (Bug#2084) | 59 Minor code cleanup. (Bug#2084) |
44 (todo-add-category): Change the interactive spec. Signal an error | 60 (todo-add-category): Change the interactive spec. Signal an error |
45 if the Todo file is non-empty but contains no category. Reject | 61 if the Todo file is non-empty but contains no category. Reject |
46 category names that could induce bugs and confusion. Call | 62 category names that could induce bugs and confusion. Call |
47 todo-mode if the Todo file is new and unsaved. Simplify handling | 63 todo-mode if the Todo file is new and unsaved. Simplify handling |
48 of local variables cookie. Properly display the newly added | 64 of local variables cookie. Properly display the newly added |