comparison lisp/gnus/ChangeLog @ 107578:3ca642fe505f

2010-03-30 Katsumi Yamaoka <yamaoka@jpl.org> * gnus-art.el (gnus-article-browse-delete-temp-files): Delete directories as well. (gnus-article-browse-html-parts): Work for images that do not specify file names; delete temp directory when quitting; insert header at the right place; use file: scheme for image files. 2010-03-30 Eric Schulte <schulte.eric@gmail.com> * gnus-art.el (gnus-article-browse-html-save-cid-image): New function. (gnus-article-browse-html-parts): Use it to make temporary cid image files in addition to html file so that browser may display them.
author Katsumi Yamaoka <yamaoka@jpl.org>
date Tue, 30 Mar 2010 04:03:00 +0000
parents 2bfe0d4c1bc7
children 1e23ce3cbd8b
comparison
equal deleted inserted replaced
107577:df4f6d6be3b3 107578:3ca642fe505f
1 2010-03-30 Katsumi Yamaoka <yamaoka@jpl.org>
2
3 * gnus-art.el (gnus-article-browse-delete-temp-files): Delete
4 directories as well.
5 (gnus-article-browse-html-parts): Work for images that do not specify
6 file names; delete temp directory when quitting; insert header at the
7 right place; use file: scheme for image files.
8
9 2010-03-30 Eric Schulte <schulte.eric@gmail.com>
10
11 * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
12 (gnus-article-browse-html-parts): Use it to make temporary cid image
13 files in addition to html file so that browser may display them.
14
1 2010-03-29 Katsumi Yamaoka <yamaoka@jpl.org> 15 2010-03-29 Katsumi Yamaoka <yamaoka@jpl.org>
2 16
3 * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag. 17 * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
4 18
5 2010-03-29 Teodor Zlatanov <tzz@lifelogs.com> 19 2010-03-29 Teodor Zlatanov <tzz@lifelogs.com>