aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2009-01-23 04:17:18 +0000
committerGlenn Morris2009-01-23 04:17:18 +0000
commita8d46ce770932fb43df89dd760d0da4c6ab990cc (patch)
tree08b0db22b2386436c6340a18318aebfb1fca06fc
parent6ea97e7ed9184f83c9569865071ced3bd3e71095 (diff)
downloademacs-a8d46ce770932fb43df89dd760d0da4c6ab990cc.tar.gz
emacs-a8d46ce770932fb43df89dd760d0da4c6ab990cc.zip
Crunch rmailmm.el references, since to the trunk it is just a new file.
-rw-r--r--lisp/mail/ChangeLog.pmail34
1 files changed, 2 insertions, 32 deletions
diff --git a/lisp/mail/ChangeLog.pmail b/lisp/mail/ChangeLog.pmail
index d60350bbfbf..7fbc34c06d8 100644
--- a/lisp/mail/ChangeLog.pmail
+++ b/lisp/mail/ChangeLog.pmail
@@ -1,6 +1,6 @@
12009-01-22 Chong Yidong <cyd@stupidchicken.com> 12009-01-22 Chong Yidong <cyd@stupidchicken.com>
2 2
3 * mail/rmailsum.el: (rmail-summary-expunge-and-save): Use 3 * mail/rmailsum.el (rmail-summary-expunge-and-save): Use
4 rmail-expunge-and-save. 4 rmail-expunge-and-save.
5 5
6 * mail/rmail.el (buffer-swapped-with): Var removed. 6 * mail/rmail.el (buffer-swapped-with): Var removed.
@@ -342,12 +342,6 @@
342 (rmail-sort-messages): Insert two newlines at the end of the 342 (rmail-sort-messages): Insert two newlines at the end of the
343 message if they do not exist. 343 message if they do not exist.
344 344
345 * mail/rmailmm.el: Require mail-parse.
346 (rmail-mime-show): Don't use removed function
347 rmail-header-hide-headers.
348 (rmail-mime): Use rmail-msgbeg and rmail-msgend instead of removed
349 rmail-desc-* functions.
350
351 * mail/rmailkwd.el: Sync with rmailkwd.el. 345 * mail/rmailkwd.el: Sync with rmailkwd.el.
352 346
353 * mail/rmailout.el: Sync with rmailout.el. 347 * mail/rmailout.el: Sync with rmailout.el.
@@ -501,7 +495,7 @@
501 495
5022009-01-22 Paul Reilly <pmr@pajato.com> 4962009-01-22 Paul Reilly <pmr@pajato.com>
503 497
504 * mail/rmail.el, mail/rmaildesc.el, mail/rmailkwd.el, mail/rmailmm.el: 498 * mail/rmail.el, mail/rmaildesc.el, mail/rmailkwd.el:
505 * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el: 499 * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
506 Resolve all byte compiler warnings and enable IMAP/movemail support. 500 Resolve all byte compiler warnings and enable IMAP/movemail support.
507 501
@@ -586,15 +580,6 @@
586 580
5872009-01-22 Alex Schroeder <alex@gnu.org> 5812009-01-22 Alex Schroeder <alex@gnu.org>
588 582
589 * mail/rmailmm.el (rmail-mime-text-handler): Only downcase if charset
590 exists.
591 (rmail-mime-handle): Doc. Ignore errors when decoding base64.
592 Seems to be common on my system.
593 (rmail-mime-show): Change show-header code.
594 (rmail-mime): New.
595
5962009-01-22 Alex Schroeder <alex@gnu.org>
597
598 * mail/rmail.el (qp): No longer require it. 583 * mail/rmail.el (qp): No longer require it.
599 (rmail-convert-file): Doc. Remove useless test for coding system 584 (rmail-convert-file): Doc. Remove useless test for coding system
600 header. Don't call rmail-decode-mbox-format. Just call 585 header. Don't call rmail-decode-mbox-format. Just call
@@ -609,21 +594,6 @@
609 594
6102009-01-22 Alex Schroeder <alex@gnu.org> 5952009-01-22 Alex Schroeder <alex@gnu.org>
611 596
612 * mail/rmailmm.el (rmail-mime-media-type-handlers-alist):
613 Remove non-existing handlers for the moment.
614 (rmail-mime-text-handler): Do decoding based on the charset parameter.
615 (test-rmail-mime-handler): Test decoding using an 8bit KOI8 message.
616 (rmail-mime-handle): Switch to unibyte if content transfer
617 encoding is 8bit. Strange that it should be necessary.
618
6192009-01-22 Alex Schroeder <alex@gnu.org>
620
621 * mail/rmailmm.el: Rename all symbols to rmail-mime-*. Rewrite code
622 to modify the buffer instead of using display properties.
623 Fix bulk handler, and add simple test defun for it.
624
6252009-01-22 Alex Schroeder <alex@gnu.org>
626
627 * mail/rmail.el (rmail-convert-mbox-format): Handle mails without 597 * mail/rmail.el (rmail-convert-mbox-format): Handle mails without
628 subject. 598 subject.
629 599