Merge branch 'master' of https://git.gnus.org/gnus
authorLars Magne Ingebrigtsen <larsi@quimbies.gnus.org>
Tue, 21 Sep 2010 13:00:51 +0000 (15:00 +0200)
committerLars Magne Ingebrigtsen <larsi@quimbies.gnus.org>
Tue, 21 Sep 2010 13:00:51 +0000 (15:00 +0200)
1  2 
lisp/ChangeLog

diff --cc lisp/ChangeLog
@@@ -1,8 -1,33 +1,36 @@@
+ 2010-09-21  Julien Danjou  <julien@danjou.info>
+       * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
+       (gnus-html-cache-expired): Add new function.
+       (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
+       wethever we should display image for fetch it.
+       Compute alt-text earlier to pass it to the fetching function too.
+       (gnus-html-schedule-image-fetching): Change function argument to only
+       get one image at a time, not a list.
+       (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
+       cache.
+       (gnus-html-get-image-data): New function to retrieve image data from
+       cache.
+       (gnus-html-put-image): Change buffer argument to use image data rather
+       than file, and place image above region rather than inserting a new
+       one. Do not take alt-text as argument, since it's useless now: we place
+       the image above alt-text.
+       (gnus-html-prune-cache): Remove.
+       (gnus-html-show-images): Start to fetch image when we find one, do not
+       push into a temporary list.
+       (gnus-html-prefetch-images): Only fetch image if they have expired.
+       (gnus-html-browse-image): Fix, use 'gnus-image-url.
+       (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
+ 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
+       * rfc2047.el (rfc2047-encode-parameter): Doc fix.
  2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
  
 +      * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
 +      spec inser "*" if the group isn't active instead of 0.
 +
        * nnimap.el (nnimap-request-group): Don't select the imap buffer before
        opening the server.
        (nnimap-request-delete-group): Implement group deletion.