aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/gnus/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/gnus/ChangeLog')
-rw-r--r--lisp/gnus/ChangeLog24
1 files changed, 24 insertions, 0 deletions
diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog
index b85618ae705..6ca3a0198c6 100644
--- a/lisp/gnus/ChangeLog
+++ b/lisp/gnus/ChangeLog
@@ -1,3 +1,27 @@
12010-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
12010-09-20 Katsumi Yamaoka <yamaoka@jpl.org> 252010-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.