Import No Gnus v0.3.
[elisp/gnus.git-] / texi / gnus-news.el
index 67c101f..2c223ce 100644 (file)
@@ -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