comparison lisp/gnus/ChangeLog @ 92769:734bb318f69e

(mm-with-part): Set the buffer to unibyte before inserting the handle-buffer's text, so the implicit multibyte->unibyte conversion uses string-make-unibyte rather than string-as-unibyte.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Wed, 12 Mar 2008 18:30:52 +0000
parents f2df8a37cf42
children b7f1378e2a2c
comparison
equal deleted inserted replaced
92768:f2df8a37cf42 92769:734bb318f69e
1 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca> 1 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * mm-decode.el (mm-with-part): Set the buffer to unibyte before inserting
4 the handle-buffer's text, so the implicit multibyte->unibyte conversion
5 uses string-make-unibyte rather than string-as-unibyte.
2 6
3 * gnus-msg.el: Use with-current-buffer. 7 * gnus-msg.el: Use with-current-buffer.
4 8
5 * message.el (message-ignored-resent-headers): Add "Delivered-To". 9 * message.el (message-ignored-resent-headers): Add "Delivered-To".
6 10