comparison 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
comparison
equal deleted inserted replaced
105175:721db724bb12 105176:debabf496159
2 2
3 * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where 3 * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
4 there is no newline after the final mime boundary. (Bug#4539) 4 there is no newline after the final mime boundary. (Bug#4539)
5 Move markers on insertion so that any buttons inserted don't end up in 5 Move markers on insertion so that any buttons inserted don't end up in
6 the next part of a multipart message. 6 the next part of a multipart message.
7 (rmail-mime-media-type-handlers-alist): Doc fix. Add image handler.
8 (rmail-mime-bulk-handler): Optionally handle images.
9 (rmail-mime-image): New button action.
10 (rmail-mime-image-handler): New function.
11 (rmail-mime-mode): New mode.
12 (rmail-mime): Doc fix. Use rmail-mime-mode (for font-lock).
7 13
8 2009-09-24 Stefan Monnier <monnier@iro.umontreal.ca> 14 2009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
9 15
10 * minibuffer.el (minibuffer-force-complete): Cycle the list, rather 16 * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
11 than just dropping elements from it (bug#4504). 17 than just dropping elements from it (bug#4504).