From f62c3cf8f72d6626444799d2ded3822496a6c3d2 Mon Sep 17 00:00:00 2001 From: yamaoka Date: Wed, 28 Jul 2004 04:19:43 +0000 Subject: [PATCH 1/1] Synch to No Gnus 200407280419. --- lisp/ChangeLog | 5 +++++ lisp/mm-view.el | 1 + 2 files changed, 6 insertions(+) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 7170abf..732f398 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2004-07-28 Katsumi Yamaoka + + * mm-view.el (mm-inline-image-emacs): Open lines under an image + as mm-inline-image-xemacs does. + 2004-07-26 Simon Josefsson * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar): diff --git a/lisp/mm-view.el b/lisp/mm-view.el index 3e2d7e3..0957969 100644 --- a/lisp/mm-view.el +++ b/lisp/mm-view.el @@ -78,6 +78,7 @@ (let ((b (point-marker)) buffer-read-only) (put-image (mm-get-image handle) b) + (insert "\n\n") (mm-handle-set-undisplayer handle `(lambda () -- 1.7.10.4