Synch to Gnus 200310230552.
authoryamaoka <yamaoka>
Thu, 23 Oct 2003 05:58:38 +0000 (05:58 +0000)
committeryamaoka <yamaoka>
Thu, 23 Oct 2003 05:58:38 +0000 (05:58 +0000)
lisp/ChangeLog
lisp/flow-fill.el
lisp/mm-view.el
lisp/mml.el

index ff7f4f2..6af6877 100644 (file)
@@ -1,3 +1,9 @@
+2003-10-23  Simon Josefsson  <jas@extundo.com>
+
+       * flow-fill.el (fill-flowed-encode, fill-flowed): Autoload.
+       * mml.el: Remove autoload cookie for flow-fill.
+       * mm-view.el: Likewise.
+
 2003-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
 
        * gnus-art.el (gnus-emphasis-strikethru): Use the :strike-through
index c4dcf00..2a0dfa5 100644 (file)
@@ -1,6 +1,6 @@
 ;;; flow-fill.el --- interprete RFC2646 "flowed" text
 
-;; Copyright (C) 2000, 2001, 2002 Free Software Foundation, Inc.
+;; Copyright (C) 2000, 2001, 2002, 2003 Free Software Foundation, Inc.
 
 ;; Author: Simon Josefsson <jas@pdc.kth.se>
 ;; Keywords: mail
@@ -80,6 +80,7 @@ RFC 2646 suggests 66 characters for readability."
        'point-at-eol
       'line-end-position)))
 
+;;;###autoload
 (defun fill-flowed-encode (&optional buffer)
   (with-current-buffer (or buffer (current-buffer))
     ;; No point in doing this unless hard newlines is used.
@@ -101,6 +102,7 @@ RFC 2646 suggests 66 characters for readability."
          (goto-char (setq start (1+ end)))))
       t)))
 
+;;;###autoload
 (defun fill-flowed (&optional buffer)
   (save-excursion
     (set-buffer (or (current-buffer) buffer))
index ec59348..21a660b 100644 (file)
@@ -33,7 +33,6 @@
   (autoload 'gnus-article-prepare-display "gnus-art")
   (autoload 'vcard-parse-string "vcard")
   (autoload 'vcard-format-string "vcard")
-  (autoload 'fill-flowed "flow-fill")
   (autoload 'html2text "html2text")
   (unless (fboundp 'diff-mode)
     (autoload 'diff-mode "diff-mode" "" t nil)))
index aec7b0c..cea42eb 100644 (file)
@@ -37,7 +37,6 @@
   (autoload 'gnus-add-minor-mode "gnus-ems")
   (autoload 'gnus-make-local-hook "gnus-util")
   (autoload 'message-fetch-field "message")
-  (autoload 'fill-flowed-encode "flow-fill")
   (autoload 'message-posting-charset "message"))
 
 (defcustom mml-content-type-parameters