Synch to No Gnus 200402152127.
authoryamaoka <yamaoka>
Mon, 16 Feb 2004 00:34:03 +0000 (00:34 +0000)
committeryamaoka <yamaoka>
Mon, 16 Feb 2004 00:34:03 +0000 (00:34 +0000)
lisp/ChangeLog
lisp/gnus-art.el
lisp/mm-view.el
lisp/mml.el

index 4beea1a..899ec20 100644 (file)
@@ -1,3 +1,10 @@
+2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
+       after images.
+
+       * gnus-art.el (gnus-mime-display-single): Remove dead code.
+
 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
 
        * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
index dd216e9..83d76d5 100644 (file)
@@ -5058,11 +5058,9 @@ If displaying \"text/html\" is discouraged \(see
          (push (cons id handle) gnus-article-mime-handle-alist)
          (when (or (not display)
                    (not (gnus-unbuttonized-mime-type-p type)))
-           ;(gnus-article-insert-newline)
            (gnus-insert-mime-button
             handle id (list (or display (and not-attachment text))))
            (gnus-article-insert-newline)
-           ;(gnus-article-insert-newline)
            ;; Remember modify the number of forward lines.
            (setq move t))
          (setq beg (point))
index 95b41f2..add8fab 100644 (file)
@@ -1,5 +1,6 @@
 ;;; mm-view.el --- functions for viewing MIME objects
-;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
+;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003,
+;; 2004 Free Software Foundation, Inc.
 
 ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org>
 ;; This file is part of GNU Emacs.
@@ -79,7 +80,6 @@
   (let ((b (point-marker))
        buffer-read-only)
     (put-image (mm-get-image handle) b)
-    (insert "\n\n")
     (mm-handle-set-undisplayer
      handle
      `(lambda ()
index 157ea0e..477e6e3 100644 (file)
@@ -549,7 +549,8 @@ If MML is non-nil, return the buffer up till the correspondent mml tag."
            (message-options-set 'message-sender sender))
          (if (setq recipients (cdr (assq 'recipients cont)))
              (message-options-set 'message-recipients recipients))
-         (let ((style (mml-signencrypt-style (first (or sign-item encrypt-item)))))
+         (let ((style (mml-signencrypt-style
+                       (first (or sign-item encrypt-item)))))
            ;; check if: we're both signing & encrypting, both methods
            ;; are the same (why would they be different?!), and that
            ;; the signencrypt style allows for combined operation.