* gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove; merge in into
authorKatsumi Yamaoka <yamaoka@jpl.org>
Thu, 10 Feb 2005 10:47:18 +0000 (10:47 +0000)
committerKatsumi Yamaoka <yamaoka@jpl.org>
Thu, 10 Feb 2005 10:47:18 +0000 (10:47 +0000)
commitcf0cc29582d53d40d026da9438ca21f20d06323c
tree8a304b4064b3c3452bdb7a7f19c31ada81c99471
parent221be43b1ef70fd0be362a0cf12fef08940097c6
* 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.
lisp/ChangeLog
lisp/gnus-art.el
lisp/mm-util.el
lisp/mm-view.el