diff options
| author | Stefan Monnier | 2009-02-01 03:39:37 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2009-02-01 03:39:37 +0000 |
| commit | 2dc00ad0c32453ea4d5573ebac7ab041f54330fd (patch) | |
| tree | 0494b3efdc528fba201a5975c2761d9272c4b2af /lisp/ChangeLog | |
| parent | 73d7bcb9186581589b8ab10b2b4f9f98f734d7fc (diff) | |
| download | emacs-2dc00ad0c32453ea4d5573ebac7ab041f54330fd.tar.gz emacs-2dc00ad0c32453ea4d5573ebac7ab041f54330fd.zip | |
(rmail-view-buffer): Make buffer-local.
(rmail-select-summary, rmail-perm-variables, rmail-redecode-body)
(rmail-undelete-previous-message, rmail-mark-message)
(rmail-speedbar-buttons): Use with-current-buffer.
(rmail-mode-map): Move initialization into declaration.
(rmail-swap-buffers, rmail-unfontify-buffer-function)
(rmail-fontify-message): Use restore-buffer-modified-p.
(rmail-expunge-and-save): Don't swap buffer.
(rmail-get-header, rmail-set-header, rmail-set-attribute)
(rmail-apply-in-message): Swap save-excursion and save-restriction.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 9188230e6f7..020cc4e71cb 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,16 @@ | |||
| 1 | 2009-02-01 Stefan Monnier <monnier@iro.umontreal.ca> | 1 | 2009-02-01 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 2 | ||
| 3 | * mail/rmail.el (rmail-view-buffer): Make buffer-local. | ||
| 4 | (rmail-select-summary, rmail-perm-variables, rmail-redecode-body) | ||
| 5 | (rmail-undelete-previous-message, rmail-mark-message) | ||
| 6 | (rmail-speedbar-buttons): Use with-current-buffer. | ||
| 7 | (rmail-mode-map): Move initialization into declaration. | ||
| 8 | (rmail-swap-buffers, rmail-unfontify-buffer-function) | ||
| 9 | (rmail-fontify-message): Use restore-buffer-modified-p. | ||
| 10 | (rmail-expunge-and-save): Don't swap buffer. | ||
| 11 | (rmail-get-header, rmail-set-header, rmail-set-attribute) | ||
| 12 | (rmail-apply-in-message): Swap save-excursion and save-restriction. | ||
| 13 | |||
| 3 | * mail/rmailsort.el (rmail-sort-messages): Use car-less-than-car | 14 | * mail/rmailsort.el (rmail-sort-messages): Use car-less-than-car |
| 4 | if possible. | 15 | if possible. |
| 5 | 16 | ||