emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/gnus/ChangeLog,v


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/lisp/gnus/ChangeLog,v
Date: Wed, 12 Mar 2008 19:04:58 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Stefan Monnier <monnier>        08/03/12 19:04:57

Index: ChangeLog
===================================================================
RCS file: /sources/emacs/emacs/lisp/gnus/ChangeLog,v
retrieving revision 1.669
retrieving revision 1.670
diff -u -b -r1.669 -r1.670
--- ChangeLog   12 Mar 2008 18:54:39 -0000      1.669
+++ ChangeLog   12 Mar 2008 19:04:56 -0000      1.670
@@ -1,5 +1,10 @@
 2008-03-12  Stefan Monnier  <address@hidden>
 
+       * mm-view.el: 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.
+
        * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
        (mm-uu-yenc-extract): Use with-current-buffer.
 
@@ -10,12 +15,12 @@
        (nnmh-request-list-1): Use mm-string-to-multibyte rather than
        mm-string-as-multibyte on the output of mm-encode-coding-string.
 
-       * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte temp 
buffer.
+       * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
        (nnimap-request-move-article): Use with-current-buffer.
 
-       * mm-decode.el (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.
+       * mm-decode.el (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.
 
        * gnus-msg.el: Use with-current-buffer.
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]