comparison lisp/gnus/ChangeLog @ 92774:3035f32851cf

Use inhibit-read-only. (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist. (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string or unibyte-string.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Wed, 12 Mar 2008 19:04:56 +0000
parents ca2ba2a312f0
children d9f180e8f9ac
comparison
equal deleted inserted replaced
92773:ca2ba2a312f0 92774:3035f32851cf
1 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca> 1 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * mm-view.el: Use inhibit-read-only.
4 (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
5 (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
6 or unibyte-string.
2 7
3 * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness. 8 * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
4 (mm-uu-yenc-extract): Use with-current-buffer. 9 (mm-uu-yenc-extract): Use with-current-buffer.
5 10
6 * gnus-soup.el (gnus-soup-send-packet): Don't use 11 * gnus-soup.el (gnus-soup-send-packet): Don't use
8 13
9 * nnmh.el: Use with-current-buffer. 14 * nnmh.el: Use with-current-buffer.
10 (nnmh-request-list-1): Use mm-string-to-multibyte rather than 15 (nnmh-request-list-1): Use mm-string-to-multibyte rather than
11 mm-string-as-multibyte on the output of mm-encode-coding-string. 16 mm-string-as-multibyte on the output of mm-encode-coding-string.
12 17
13 * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte temp buffer. 18 * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
14 (nnimap-request-move-article): Use with-current-buffer. 19 (nnimap-request-move-article): Use with-current-buffer.
15 20
16 * mm-decode.el (mm-with-part): Set the buffer to unibyte before inserting 21 * mm-decode.el (mm-with-part): Set the buffer to unibyte before
17 the handle-buffer's text, so the implicit multibyte->unibyte conversion 22 inserting the handle-buffer's text, so the implicit multibyte->unibyte
18 uses string-make-unibyte rather than string-as-unibyte. 23 conversion uses string-make-unibyte rather than string-as-unibyte.
19 24
20 * gnus-msg.el: Use with-current-buffer. 25 * gnus-msg.el: Use with-current-buffer.
21 26
22 * message.el (message-ignored-resent-headers): Add "Delivered-To". 27 * message.el (message-ignored-resent-headers): Add "Delivered-To".
23 28