* mailcap.el (mailcap-mime-data): Use enriched-decode.
authorShengHuo ZHU <zsh@cs.rochester.edu>
Wed, 13 Feb 2002 04:16:07 +0000 (04:16 +0000)
committerShengHuo ZHU <zsh@cs.rochester.edu>
Wed, 13 Feb 2002 04:16:07 +0000 (04:16 +0000)
* gnus-cite.el (gnus-article-fill-cited-article): Bind
use-hard-newlines to nil.

lisp/ChangeLog
lisp/gnus-cite.el
lisp/mailcap.el

index 7aa0d1e..60d7358 100644 (file)
@@ -1,5 +1,10 @@
 2002-02-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
+       * mailcap.el (mailcap-mime-data): Use enriched-decode.
+
+       * gnus-cite.el (gnus-article-fill-cited-article): Bind
+       use-hard-newlines to nil.
+
        * gnus-xmas.el (gnus-xmas-image-type-available-p): Assume that
        image is not available if window-system is not available.
 
index 6a09a47..1c5e424 100644 (file)
@@ -441,7 +441,8 @@ If WIDTH (the numerical prefix), use that text width when filling."
                 (concat "^" (regexp-quote (cdar marks)) " *"))
                (fill-prefix
                 (if (string= (cdar marks) "") ""
-                  (concat (cdar marks) " "))))
+                  (concat (cdar marks) " ")))
+               use-hard-newlines)
            (fill-region (point-min) (point-max)))
          (set-marker (caar marks) nil)
          (setq marks (cdr marks)))
index 52e5c9a..c5795b1 100644 (file)
       (viewer  . fundamental-mode)
       (type    . "text/plain"))
      ("enriched"
-      (viewer . enriched-decode-region)
+      (viewer . enriched-decode)
       (test   . (fboundp 'enriched-decode))
       (type   . "text/enriched"))
      ("html"