comparison lisp/gnus/ChangeLog @ 110461:9992c4871bd4

gnus-html.el: Make gnus-html use url-cache system. gnus-html.el (gnus-html-image-map): Add v to browse-url on undisplayed image.
author Katsumi Yamaoka <yamaoka@jpl.org>
date Tue, 21 Sep 2010 11:48:40 +0000
parents e047c298f019
children b7b7e970d807
comparison
equal deleted inserted replaced
110460:9c07db876782 110461:9992c4871bd4
1 2010-09-21 Julien Danjou <julien@danjou.info>
2
3 * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
4 (gnus-html-cache-expired): Add new function.
5 (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
6 wethever we should display image for fetch it.
7 Compute alt-text earlier to pass it to the fetching function too.
8 (gnus-html-schedule-image-fetching): Change function argument to only
9 get one image at a time, not a list.
10 (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
11 cache.
12 (gnus-html-get-image-data): New function to retrieve image data from
13 cache.
14 (gnus-html-put-image): Change buffer argument to use image data rather
15 than file, and place image above region rather than inserting a new
16 one. Do not take alt-text as argument, since it's useless now: we place
17 the image above alt-text.
18 (gnus-html-prune-cache): Remove.
19 (gnus-html-show-images): Start to fetch image when we find one, do not
20 push into a temporary list.
21 (gnus-html-prefetch-images): Only fetch image if they have expired.
22 (gnus-html-browse-image): Fix, use 'gnus-image-url.
23 (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
24
1 2010-09-20 Katsumi Yamaoka <yamaoka@jpl.org> 25 2010-09-20 Katsumi Yamaoka <yamaoka@jpl.org>
2 26
3 * rfc2047.el (rfc2047-encode-parameter): Doc fix. 27 * rfc2047.el (rfc2047-encode-parameter): Doc fix.
4 28
5 2010-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org> 29 2010-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>