diff options
| author | Glenn Morris | 2009-01-23 04:19:46 +0000 |
|---|---|---|
| committer | Glenn Morris | 2009-01-23 04:19:46 +0000 |
| commit | 57bf2920dd1f141395188b777bbab9e6eea2f195 (patch) | |
| tree | a978c93499d2ab1c3d75a31d8690221fb28374e4 | |
| parent | 5931b58bc51bb07a22ff54de54b96c4a89b80981 (diff) | |
| download | emacs-57bf2920dd1f141395188b777bbab9e6eea2f195.tar.gz emacs-57bf2920dd1f141395188b777bbab9e6eea2f195.zip | |
Remove references to deleted rmaildesc.el.
| -rw-r--r-- | lisp/mail/ChangeLog.pmail | 41 |
1 files changed, 5 insertions, 36 deletions
diff --git a/lisp/mail/ChangeLog.pmail b/lisp/mail/ChangeLog.pmail index 4dab1401963..b5962a1ab89 100644 --- a/lisp/mail/ChangeLog.pmail +++ b/lisp/mail/ChangeLog.pmail | |||
| @@ -344,8 +344,6 @@ | |||
| 344 | * mail/rmailedit.el (rmail-edit-current-message): Remove deleted | 344 | * mail/rmailedit.el (rmail-edit-current-message): Remove deleted |
| 345 | function rmail-msg-is-pruned. | 345 | function rmail-msg-is-pruned. |
| 346 | 346 | ||
| 347 | * mail/rmaildesc.el: File deleted. | ||
| 348 | |||
| 349 | * mail/rmail.el (rmail-get-header): Call rmail-swap-buffers-maybe. | 347 | * mail/rmail.el (rmail-get-header): Call rmail-swap-buffers-maybe. |
| 350 | (rmail-retry-failure): Remove call to non-existent function | 348 | (rmail-retry-failure): Remove call to non-existent function |
| 351 | rmail-clear-headers. | 349 | rmail-clear-headers. |
| @@ -449,7 +447,7 @@ | |||
| 449 | 447 | ||
| 450 | 2009-01-22 Paul Reilly <pmr@pajato.com> | 448 | 2009-01-22 Paul Reilly <pmr@pajato.com> |
| 451 | 449 | ||
| 452 | * mail/rmail.el, mail/rmaildesc.el, mail/rmailout.el: | 450 | * mail/rmail.el, mail/rmailout.el: |
| 453 | Fix the expunge command so that the current message index is correct. | 451 | Fix the expunge command so that the current message index is correct. |
| 454 | 452 | ||
| 455 | * mail/rmail.el (rmail-expunge-counter): New variable. | 453 | * mail/rmail.el (rmail-expunge-counter): New variable. |
| @@ -463,35 +461,22 @@ | |||
| 463 | (rmail-expunge-callback): Simplify. Just count the expunged messages | 461 | (rmail-expunge-callback): Simplify. Just count the expunged messages |
| 464 | with a lower index than the current message index. | 462 | with a lower index than the current message index. |
| 465 | 463 | ||
| 466 | * mail/rmaildesc.el (rmail-desc-get-previous): Fix an "off by one" | ||
| 467 | issue. | ||
| 468 | (rmail-desc-set-attribute): Canonicalize the calling sequence to index, | ||
| 469 | attribute, state. | ||
| 470 | |||
| 471 | * mail/rmailout.el (rmail-output-body-to-file): Use the canonical | 464 | * mail/rmailout.el (rmail-output-body-to-file): Use the canonical |
| 472 | calling sequence. | 465 | calling sequence. |
| 473 | 466 | ||
| 474 | 2009-01-22 Juanma Barranquero <lekktu@gmail.com> | ||
| 475 | |||
| 476 | * mail/rmaildesc.el (rmail-desc-get-match-index): Fix malformed let | ||
| 477 | binding. | ||
| 478 | |||
| 479 | 2009-01-22 Paul Reilly <pmr@pajato.com> | 467 | 2009-01-22 Paul Reilly <pmr@pajato.com> |
| 480 | 468 | ||
| 481 | * mail/rmail.el, mail/rmaildesc.el: Fix the expunge operation. | 469 | * mail/rmail.el: Fix the expunge operation. |
| 482 | 470 | ||
| 483 | * mail/rmail.el (rmail-only-expunge): Manage rmail-total-messages in the | 471 | * mail/rmail.el (rmail-only-expunge): Manage rmail-total-messages in the |
| 484 | callback handler; remove the extra show message call. | 472 | callback handler; remove the extra show message call. |
| 485 | (rmail-expunge-callback): Rewrite to handle all possible conditions. | 473 | (rmail-expunge-callback): Rewrite to handle all possible conditions. |
| 486 | 474 | ||
| 487 | * mail/rmaildesc.el (rmail-desc-get-previous) | ||
| 488 | (rmail-desc-get-match-index): New functions. | ||
| 489 | |||
| 490 | 2009-01-22 Paul Reilly <pmr@pajato.com> | 475 | 2009-01-22 Paul Reilly <pmr@pajato.com> |
| 491 | 476 | ||
| 492 | * mail/rmail.el, mail/rmaildesc.el, mail/rmailkwd.el: | 477 | * mail/rmail.el, mail/rmailkwd.el, mail/rmailmsc.el, mail/rmailsort.el: |
| 493 | * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el: | 478 | * mail/rmailsum.el: Resolve all byte compiler warnings and enable |
| 494 | Resolve all byte compiler warnings and enable IMAP/movemail support. | 479 | IMAP/movemail support. |
| 495 | 480 | ||
| 496 | 2009-01-22 Henrik Enberg <enberg@printf.se> | 481 | 2009-01-22 Henrik Enberg <enberg@printf.se> |
| 497 | 482 | ||
| @@ -526,9 +511,6 @@ | |||
| 526 | * mail/rmail.el (rmail-narrow-to-header): Don't end error message with | 511 | * mail/rmail.el (rmail-narrow-to-header): Don't end error message with |
| 527 | a period. | 512 | a period. |
| 528 | 513 | ||
| 529 | * mail/rmaildesc.el (rmail-desc-get-header-display-state): Make sure | ||
| 530 | whole header region is searched for overlays. | ||
| 531 | |||
| 532 | * mail/rmailedit.el (rmail-edit-current-message): | 514 | * mail/rmailedit.el (rmail-edit-current-message): |
| 533 | Use rmail-head-show-headers instead of rmail-toggle-header. | 515 | Use rmail-head-show-headers instead of rmail-toggle-header. |
| 534 | (rmail-cease-edit): Likewise. Simplify. | 516 | (rmail-cease-edit): Likewise. Simplify. |
| @@ -680,9 +662,6 @@ | |||
| 680 | 662 | ||
| 681 | 2009-01-22 Henrik Enberg <enberg@printf.se> | 663 | 2009-01-22 Henrik Enberg <enberg@printf.se> |
| 682 | 664 | ||
| 683 | * mail/rmaildesc.el (rmail-desc-default-attrs): New const. | ||
| 684 | (rmail-desc-get-default-attrs): Delete. | ||
| 685 | |||
| 686 | * mail/rmail.el (rmail): Go back to using find-file for reading in the | 665 | * mail/rmail.el (rmail): Go back to using find-file for reading in the |
| 687 | mail file. This avoids gratuitous modification of the file. | 666 | mail file. This avoids gratuitous modification of the file. |
| 688 | (rmail-decode-region): Doc string, cleanup. | 667 | (rmail-decode-region): Doc string, cleanup. |
| @@ -730,9 +709,6 @@ | |||
| 730 | rmail-highlight-headers anymore. | 709 | rmail-highlight-headers anymore. |
| 731 | (rmail-highlight-headers): Delete. | 710 | (rmail-highlight-headers): Delete. |
| 732 | 711 | ||
| 733 | * mail/rmaildesc.el (rmail-desc-set-attribute): Use | ||
| 734 | rmail-header-add-header instead of rmail-header-set-header. | ||
| 735 | |||
| 736 | * mail/rmail.el (rmail-msgbeg, rmail-msgend): Fix and make obsolete. | 712 | * mail/rmail.el (rmail-msgbeg, rmail-msgend): Fix and make obsolete. |
| 737 | (rmail-process-new-messages): Use mail-decode-encoded-word-string | 713 | (rmail-process-new-messages): Use mail-decode-encoded-word-string |
| 738 | on the subject. Requires mail-parse from Gnus. | 714 | on the subject. Requires mail-parse from Gnus. |
| @@ -839,11 +815,6 @@ | |||
| 839 | 815 | ||
| 840 | * mail/rmailedit.el (rmail-cease-edit): Bugfix. | 816 | * mail/rmailedit.el (rmail-cease-edit): Bugfix. |
| 841 | 817 | ||
| 842 | * mail/rmaildesc.el: Remove require statements. | ||
| 843 | (rmail-desc-add-keyword, rmail-desc-remove-keyword): Rewrite. | ||
| 844 | (rmail-desc-get-keywords, rmail-desc-get-keyword-list) | ||
| 845 | (rmail-desc-edited-index): Doc fix. | ||
| 846 | |||
| 847 | * mail/rmail.el (rmail-set-attribute): Move comment into document. | 818 | * mail/rmail.el (rmail-set-attribute): Move comment into document. |
| 848 | 819 | ||
| 849 | 2009-01-22 Henrik Enberg <enberg@printf.se> | 820 | 2009-01-22 Henrik Enberg <enberg@printf.se> |
| @@ -990,8 +961,6 @@ | |||
| 990 | 961 | ||
| 991 | 2009-01-22 Richard M. Stallman <rms@gnu.org> | 962 | 2009-01-22 Richard M. Stallman <rms@gnu.org> |
| 992 | 963 | ||
| 993 | * mail/rmaildesc.el (rmail-message-deleted-p): Add as alias. | ||
| 994 | |||
| 995 | * mail/rmail.el (rmail-message-vector, rmail-deleted-vector) | 964 | * mail/rmail.el (rmail-message-vector, rmail-deleted-vector) |
| 996 | (rmail-msgref-vector, rmail-summary-vector): Delete vars, and | 965 | (rmail-msgref-vector, rmail-summary-vector): Delete vars, and |
| 997 | all code to initialize them too. | 966 | all code to initialize them too. |