comparison lisp/ChangeLog @ 105193:d05b41e0a7ef

(rmail-mime): New custom group. Move all defcustoms in this file into this group. (rmail-mime-media-type-handlers-alist): Revert previous change. (rmail-mime-show-images): New option. (rmail-mime-total-number-of-bulk-attachments): Remove variable and all references to it, since it wasn't actually used for anything. (rmail-mime-insert-image): New function. (rmail-mime-image): Use rmail-mime-insert-image. (rmail-mime-bulk-handler): Remove optional `image' argument, instead obey the value of `rmail-mime-show-images' option.
author Glenn Morris <rgm@gnu.org>
date Fri, 25 Sep 2009 03:39:04 +0000
parents a0ecdf08bbf5
children 5b4bbf79ac2a
comparison
equal deleted inserted replaced
105192:43be71d128b2 105193:d05b41e0a7ef
1 2009-09-25 Glenn Morris <rgm@gnu.org>
2
3 * mail/rmailmm.el (rmail-mime): New custom group.
4 Move all defcustoms in this file into this group.
5 (rmail-mime-media-type-handlers-alist): Revert previous change.
6 (rmail-mime-show-images): New option.
7 (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
8 references to it, since it wasn't actually used for anything.
9 (rmail-mime-insert-image): New function.
10 (rmail-mime-image): Use rmail-mime-insert-image.
11 (rmail-mime-bulk-handler): Remove optional `image' argument, instead
12 obey the value of `rmail-mime-show-images' option.
13
1 2009-09-25 David Engster <deng@randomsample.de> 14 2009-09-25 David Engster <deng@randomsample.de>
2 15
3 * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'. (Bug#4548) 16 * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'. (Bug#4548)
4 17
5 2009-09-24 Vinicius Jose Latorre <viniciusjl@ig.com.br> 18 2009-09-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>