diff options
| author | Glenn Morris | 2009-01-23 04:36:10 +0000 |
|---|---|---|
| committer | Glenn Morris | 2009-01-23 04:36:10 +0000 |
| commit | ed24678f3ffd7237994faa4835fceeb2c3bdff0b (patch) | |
| tree | da1ccbe3e09444f1432ef426542bcb3803e3d2bc | |
| parent | 6bee39c55c951e8e1f4736e5c13ba7e68e91d395 (diff) | |
| download | emacs-ed24678f3ffd7237994faa4835fceeb2c3bdff0b.tar.gz emacs-ed24678f3ffd7237994faa4835fceeb2c3bdff0b.zip | |
Crunch some deleted functions.
| -rw-r--r-- | lisp/mail/ChangeLog.pmail | 19 |
1 files changed, 4 insertions, 15 deletions
diff --git a/lisp/mail/ChangeLog.pmail b/lisp/mail/ChangeLog.pmail index b5962a1ab89..4a2e492d1d5 100644 --- a/lisp/mail/ChangeLog.pmail +++ b/lisp/mail/ChangeLog.pmail | |||
| @@ -41,8 +41,7 @@ | |||
| 41 | (rmail-output-as-seen): Pass t to rmail-output-as-mbox. | 41 | (rmail-output-as-seen): Pass t to rmail-output-as-mbox. |
| 42 | (rmail-output): Call set-buffer later. | 42 | (rmail-output): Call set-buffer later. |
| 43 | 43 | ||
| 44 | * mail/rmail.el (rmail-count-screen-lines, rmail-use-collection-buffer) | 44 | * mail/rmail.el (rmail-count-screen-lines) Fn deleted. |
| 45 | (rmail-use-viewer-buffer): Fns deleted. | ||
| 46 | Other functions reordered but not changed. | 45 | Other functions reordered but not changed. |
| 47 | 46 | ||
| 48 | * mail/rmailsort.el (rmail-fetch-field): Function deleted. | 47 | * mail/rmailsort.el (rmail-fetch-field): Function deleted. |
| @@ -106,8 +105,7 @@ | |||
| 106 | * mail/rmail.el (basic-save-buffer): Protect buffer-modified flag | 105 | * mail/rmail.el (basic-save-buffer): Protect buffer-modified flag |
| 107 | around first swap. | 106 | around first swap. |
| 108 | (rmail-show-message): Protect buffer-modified flag around swap. | 107 | (rmail-show-message): Protect buffer-modified flag around swap. |
| 109 | (rmail-change-major-mode-hook): Likewise. | 108 | (rmail-change-major-mode-hook, rmail-swap-buffers-maybe): Likewise. |
| 110 | (rmail-use-collection-buffer, rmail-swap-buffers-maybe): Likewise. | ||
| 111 | 109 | ||
| 112 | * mail/rmail.el (rmail-error-bad-format): Always phrase the error as | 110 | * mail/rmail.el (rmail-error-bad-format): Always phrase the error as |
| 113 | about an invalid message. | 111 | about an invalid message. |
| @@ -236,12 +234,10 @@ | |||
| 236 | * mail/rmail.el (rmail-swap-buffers-maybe): Variable deleted. | 234 | * mail/rmail.el (rmail-swap-buffers-maybe): Variable deleted. |
| 237 | All uses call the function instead. | 235 | All uses call the function instead. |
| 238 | 236 | ||
| 239 | * mail/rmail.el (rmail-save): Function deleted. | 237 | * mail/rmail.el (rmail-mode-map): Don't bind C-x C-s. |
| 240 | (rmail-mode-map): Don't bind C-x C-s. | ||
| 241 | (rmail-mode-1): Don't set up write-region-annotate-functions. | 238 | (rmail-mode-1): Don't set up write-region-annotate-functions. |
| 242 | (rmail-write-region-annotate): Function deleted. | 239 | (rmail-write-region-annotate): Function deleted. |
| 243 | (rmail-change-major-mode-hook): Set buffer-swapped-with. | 240 | (rmail-change-major-mode-hook): Set buffer-swapped-with. |
| 244 | (rmail-use-collection-buffer): Likewise. | ||
| 245 | (rmail-show-message): Likewise. | 241 | (rmail-show-message): Likewise. |
| 246 | 242 | ||
| 247 | * mail/rmail.el (rmail-swap-buffers-maybe): Go to rmail-buffer before | 243 | * mail/rmail.el (rmail-swap-buffers-maybe): Go to rmail-buffer before |
| @@ -250,10 +246,6 @@ | |||
| 250 | 246 | ||
| 251 | 2009-01-22 Chong Yidong <cyd@stupidchicken.com> | 247 | 2009-01-22 Chong Yidong <cyd@stupidchicken.com> |
| 252 | 248 | ||
| 253 | * mail/rmail.el (rmail-save): New function. | ||
| 254 | |||
| 255 | 2009-01-22 Chong Yidong <cyd@stupidchicken.com> | ||
| 256 | |||
| 257 | * mail/rmail.el (rmail-get-new-mail): Call rmail-swap-buffers-maybe. | 249 | * mail/rmail.el (rmail-get-new-mail): Call rmail-swap-buffers-maybe. |
| 258 | (rmail-get-new-mail-1): Adjust restriction after calling | 250 | (rmail-get-new-mail-1): Adjust restriction after calling |
| 259 | rmail-insert-inbox-text. | 251 | rmail-insert-inbox-text. |
| @@ -533,7 +525,7 @@ | |||
| 533 | (rmail-deleted-label): Use an ordinary symbol. | 525 | (rmail-deleted-label): Use an ordinary symbol. |
| 534 | (rmail-keywords): Doc, initial value nil. | 526 | (rmail-keywords): Doc, initial value nil. |
| 535 | (rmail-keywords, rmail-keyword-init): Delete defuns. | 527 | (rmail-keywords, rmail-keyword-init): Delete defuns. |
| 536 | (rmail-attribute-p, rmail-keyword-p, rmail-make-label): Simplify. | 528 | (rmail-make-label): Simplify. |
| 537 | (rmail-keyword-register-keywords, rmail-install-keyword): | 529 | (rmail-keyword-register-keywords, rmail-install-keyword): |
| 538 | Replace. | 530 | Replace. |
| 539 | (rmail-register-keywords, rmail-register-keyword): Replacements. | 531 | (rmail-register-keywords, rmail-register-keyword): Replacements. |
| @@ -673,7 +665,6 @@ | |||
| 673 | (rmail-fontify-message): Reformat, Doc String. | 665 | (rmail-fontify-message): Reformat, Doc String. |
| 674 | (rmail-displayed-headers): Default value set to nil. | 666 | (rmail-displayed-headers): Default value set to nil. |
| 675 | (rmail-inbox-alist): Add version tag. | 667 | (rmail-inbox-alist): Add version tag. |
| 676 | (rmail-count-screen-lines): Doc string. | ||
| 677 | (rmail-process-new-messages): Use rmail-desc-default-attrs. | 668 | (rmail-process-new-messages): Use rmail-desc-default-attrs. |
| 678 | 669 | ||
| 679 | 2009-01-22 Alex Schroeder <alex@gnu.org> | 670 | 2009-01-22 Alex Schroeder <alex@gnu.org> |
| @@ -991,8 +982,6 @@ | |||
| 991 | (rmail-convert-to-babyl-format): Delete functions. | 982 | (rmail-convert-to-babyl-format): Delete functions. |
| 992 | (rmail-mode): Don't call rmail-convert-file. | 983 | (rmail-mode): Don't call rmail-convert-file. |
| 993 | 984 | ||
| 994 | * net/browse-url.el (browse-url-activate-urls): Add autoload. | ||
| 995 | |||
| 996 | * mail/rmailedit.el (rmail-edit-current-message): | 985 | * mail/rmailedit.el (rmail-edit-current-message): |
| 997 | Immediate error if file is empty. | 986 | Immediate error if file is empty. |
| 998 | 987 | ||