diff lisp/ChangeLog @ 105176:debabf496159

(rmail-mime-media-type-handlers-alist): Doc fix. Add image handler. (rmail-mime-bulk-handler): Optionally handle images. (rmail-mime-image): New button action. (rmail-mime-image-handler): New function. (rmail-mime-mode): New mode. (rmail-mime): Doc fix. Use rmail-mime-mode (for font-lock).
author Glenn Morris <rgm@gnu.org>
date Thu, 24 Sep 2009 03:21:20 +0000
parents 721db724bb12
children f3f51ce338e8
line wrap: on
line diff
--- a/lisp/ChangeLog	Thu Sep 24 03:15:27 2009 +0000
+++ b/lisp/ChangeLog	Thu Sep 24 03:21:20 2009 +0000
@@ -4,6 +4,12 @@
 	there is no newline after the final mime boundary.  (Bug#4539)
 	Move markers on insertion so that any buttons inserted don't end up in
 	the next part of a multipart message.
+	(rmail-mime-media-type-handlers-alist): Doc fix.  Add image handler.
+	(rmail-mime-bulk-handler): Optionally handle images.
+	(rmail-mime-image): New button action.
+	(rmail-mime-image-handler): New function.
+	(rmail-mime-mode): New mode.
+	(rmail-mime): Doc fix.  Use rmail-mime-mode (for font-lock).
 
 2009-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>