From 5706552024084e1c61d25c557e5d0f66c2bc5af2 Mon Sep 17 00:00:00 2001 From: yamaoka Date: Thu, 2 Sep 2004 14:22:50 +0000 Subject: [PATCH] Synch to No Gnus 200409021351. --- texi/ChangeLog | 9 +++++++++ texi/Makefile.in | 2 +- texi/gnus-news.el | 1 + texi/gnus-news.texi | 6 +++++- 4 files changed, 16 insertions(+), 2 deletions(-) diff --git a/texi/ChangeLog b/texi/ChangeLog index 3d046d0..629e1b6 100644 --- a/texi/ChangeLog +++ b/texi/ChangeLog @@ -1,3 +1,12 @@ +2004-09-02 Reiner Steib + + * gnus-news.el (gnus-news-makeinfo-switches): Add --no-validate to + allow unresolved references. + + * gnus-news.texi: Use xref. Add `gnus-picon-style'. + + * Makefile.in (GNUS-NEWS): Depend on gnus-news.el. + 2004-09-02 Simon Josefsson * gnus-news.texi: Comment out comment stuff. diff --git a/texi/Makefile.in b/texi/Makefile.in index a86cdb2..d108f80 100644 --- a/texi/Makefile.in +++ b/texi/Makefile.in @@ -78,7 +78,7 @@ most: texi2latex.elc latex latexps gnus.texi: gnus-faq.texi gnus-news.texi # FIXME: A cvs commit script could automatically create it. -GNUS-NEWS: gnus-news.texi +GNUS-NEWS: gnus-news.texi gnus-news.el $(EMACSCOMP) -l $(srcdir)/gnus-news.el -f batch-gnus-news $< $@ mv $@ ../$@ diff --git a/texi/gnus-news.el b/texi/gnus-news.el index 91d73aa..6dcc10d 100644 --- a/texi/gnus-news.el +++ b/texi/gnus-news.el @@ -66,6 +66,7 @@ paragraph-separate: \"[ ]*$\"\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))))) diff --git a/texi/gnus-news.texi b/texi/gnus-news.texi index de92c7b..3c3c45b 100644 --- a/texi/gnus-news.texi +++ b/texi/gnus-news.texi @@ -40,8 +40,12 @@ articles you have read and marked. The data in @file{~/News/marks} has priority over the same data in @file{~/.newsrc.eld}. @item +Picons can displayed right from the textual address, see +@code{gnus-picon-style} + +@item You can import and export your @acronym{RSS} subscriptions from -@acronym{OPML} files. +@acronym{OPML} files. @xref{RSS}. @item The option @code{mm-fill-flowed} can be used to disable treatment of -- 1.7.10.4