Date: Thursday, February 10, 2005 @ 11:47:18
Author: cvs
Path: /usr/local/cvsroot/gnus/lisp
Modified: ChangeLog gnus-art.el mm-util.el mm-view.el
* gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove; merge in into
mm-decompress-buffer.
(gnus-mime-copy-part): Use the MIME part charset, the value which a user
specified or gnus-newsgroup-charset for decoding, like gnus-mime-inline-part
does; set buffer-file-coding-system to tell save-buffer what was used.
Suggested by Kevin Ryde.
(gnus-mime-inline-part): Allow the name parameter as well as the filename
parameter; force decompressing of compressed data; always display contents
being not decoded as unibyte.
* mm-view.el (mm-display-inline-fontify): Allow the name parameter as well as
the filename parameter.
* mm-util.el (mm-decompress-buffer): Merge gnus-mime-jka-compr-maybe-uncompress.
(mm-find-buffer-file-coding-system): Doc fix; force decompressing of compressed
data.
-------------+
ChangeLog | 21 +++++++++
gnus-art.el | 126 +++++++++++++++++++++++++++++-----------------------------
mm-util.el | 101 +++++++++++++++++++++++++++++-----------------
mm-view.el | 8 +--
4 files changed, 152 insertions(+), 104 deletions(-)
|