* message.texi (MIME): Describe mml-dnd-protocol-alist and
[gnus] / texi / gnus-news.el
index 67c101f..414d137 100644 (file)
@@ -18,8 +18,8 @@
 
 ;; You should have received a copy of the GNU General Public License
 ;; along with GNU Emacs; see the file COPYING.  If not, write to the
-;; Free Software Foundation, Inc., 59 Temple Place - Suite 330,
-;; Boston, MA 02111-1307, USA.
+;; Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+;; Boston, MA 02110-1301, USA.
 
 ;;; Commentary:
 
@@ -31,6 +31,8 @@ Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
 See the end for copying conditions.
 
 Please send Gnus bug reports to bugs\@gnus.org.
+For older news, see Gnus info node \"New Features\".
+
 
 \f
 * Changes in No Gnus
@@ -64,6 +66,7 @@ paragraph-separate: \"[       \f]*$\"\nend:\n")
 
 (defvar gnus-news-makeinfo-switches
   (concat " --no-headers --paragraph-indent=0"
+         " --no-validate" ;; Allow unresolved references.
          " --fill-column=" (number-to-string
                             (+ 3 ;; will strip leading spaces later
                                (or gnus-news-fill-column 80)))))
@@ -106,4 +109,5 @@ paragraph-separate: \"[     \f]*$\"\nend:\n")
       (insert gnus-news-trailer)
       (write-region (point-min) (point-max) outfile))))
 
+;;; arch-tag: e23cdd27-eafd-4ba0-816f-98f5edb0dc29
 ;;; gnus-news.el ends here