aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Moellmann2000-10-23 13:16:41 +0000
committerGerd Moellmann2000-10-23 13:16:41 +0000
commitbd579c15beca5ca5ea0b10acaeda2c087e43692d (patch)
tree798efb779a41eb04d82cf963676f758c6f00b5f4
parent2625a8f74d00eb9c56f2625e86978248d392a0a3 (diff)
downloademacs-bd579c15beca5ca5ea0b10acaeda2c087e43692d.tar.gz
emacs-bd579c15beca5ca5ea0b10acaeda2c087e43692d.zip
Update from version 5.1 of the Gnus repository.
Update copyright and change @setfilename.
-rw-r--r--man/ChangeLog8
-rw-r--r--man/gnus-faq.texi47
2 files changed, 32 insertions, 23 deletions
diff --git a/man/ChangeLog b/man/ChangeLog
index 4fd8591508a..efe559c4ac8 100644
--- a/man/ChangeLog
+++ b/man/ChangeLog
@@ -1,3 +1,11 @@
12000-10-23 Gerd Moellmann <gerd@gnu.org>
2
3 * gnus.texi: Update from version 5.213 from the Gnus repository.
4 Change @setfilename.
5
6 * gnus-faq.texi: Update from version 5.1 of the Gnus repository.
7 Update copyright and change @setfilename.
8
12000-10-21 Eli Zaretskii <eliz@is.elta.co.il> 92000-10-21 Eli Zaretskii <eliz@is.elta.co.il>
2 10
3 * speedbar.texi: Correct typos, fix markup, add index entries. 11 * speedbar.texi: Correct typos, fix markup, add index entries.
diff --git a/man/gnus-faq.texi b/man/gnus-faq.texi
index 466c1636fa4..158f1b92c05 100644
--- a/man/gnus-faq.texi
+++ b/man/gnus-faq.texi
@@ -1,14 +1,14 @@
1\input texinfo 1@c Insert "\input texinfo" at 1st line before texing this file alone.
2@c -*-texinfo-*- 2@c -*-texinfo-*-
3@c Copyright (C) 1995 Free Software Foundation, Inc. 3@c Copyright (C) 1995, 98, 99, 2000 Free Software Foundation, Inc.
4@setfilename gnus-faq.info 4@setfilename ../info/gnus-faq.info
5 5
6@node Frequently Asked Questions 6@node Frequently Asked Questions
7@section Frequently Asked Questions 7@section Frequently Asked Questions
8 8
9This is the Gnus Frequently Asked Questions list. 9This is the Gnus Frequently Asked Questions list.
10If you have a Web browser, the official hypertext version is at 10If you have a Web browser, the official hypertext version is at
11@file{http://www.miranova.com/~steve/gnus-faq.html>}, and has 11@file{http://www.ccs.neu.edu/software/gnus/}, and has
12probably been updated since you got this manual. 12probably been updated since you got this manual.
13 13
14@menu 14@menu
@@ -183,7 +183,7 @@ need to download the sources and recompile.
183@item 183@item
184Q1.10 Mailcrypt 3.4 doesn't work 184Q1.10 Mailcrypt 3.4 doesn't work
185 185
186This problem is verified to still exist in Gnus 5.0.9 and MailCrypt 3.4. 186This problem is verified to still exist in Gnus 5.0.9 and Mailcrypt 3.4.
187The answer comes from Peter Arius 187The answer comes from Peter Arius
188<arius@@immd2.informatik.uni-erlangen.de>. 188<arius@@immd2.informatik.uni-erlangen.de>.
189 189
@@ -214,9 +214,9 @@ obtained from@*
214@file{ftp://cag.lcs.mit.edu/pub/patl/mailcrypt-3.4.tar.gz}. 214@file{ftp://cag.lcs.mit.edu/pub/patl/mailcrypt-3.4.tar.gz}.
215 215
216@item 216@item
217Tiny Mime. 217Tools for Mime.
218 218
219Tiny Mime is an Emacs MUA interface to MIME. Installation is 219Tools for Mime is an Emacs MUA interface to MIME. Installation is
220a two-step process unlike most other packages, so you should 220a two-step process unlike most other packages, so you should
221be prepared to move the byte-compiled code somewhere. There 221be prepared to move the byte-compiled code somewhere. There
222are currently two versions of this package available. It can 222are currently two versions of this package available. It can
@@ -264,7 +264,7 @@ and Yank} and @i{Reply and Yank} in the Post menu.
264@kbd{C-c C-y} grabs the previous message and prefixes each line with 264@kbd{C-c C-y} grabs the previous message and prefixes each line with
265@code{ail-indentation-spaces} spaces or @code{mail-yank-prefix} if that is 265@code{ail-indentation-spaces} spaces or @code{mail-yank-prefix} if that is
266non-nil, unless you have set your own @code{mail-citation-hook}, which will 266non-nil, unless you have set your own @code{mail-citation-hook}, which will
267be called to to do the job. 267be called to do the job.
268 268
269You might also consider the Supercite package, which allows for pretty 269You might also consider the Supercite package, which allows for pretty
270arbitrarily complex quoting styles. Some people love it, some people 270arbitrarily complex quoting styles. Some people love it, some people
@@ -529,21 +529,22 @@ This is what I use...customize as necessary...
529;;; Don't auto-select first article if reading sources, or archives or 529;;; Don't auto-select first article if reading sources, or archives or
530;;; jobs postings, etc. and just display the summary buffer 530;;; jobs postings, etc. and just display the summary buffer
531(add-hook 'gnus-select-group-hook 531(add-hook 'gnus-select-group-hook
532 (lambda () 532 (function
533 (cond ((string-match "sources" gnus-newsgroup-name) 533 (lambda ()
534 (setq gnus-auto-select-first nil)) 534 (cond ((string-match "sources" gnus-newsgroup-name)
535 ((string-match "jobs" gnus-newsgroup-name) 535 (setq gnus-auto-select-first nil))
536 (setq gnus-auto-select-first nil)) 536 ((string-match "jobs" gnus-newsgroup-name)
537 ((string-match "comp\\.archives" gnus-newsgroup-name) 537 (setq gnus-auto-select-first nil))
538 (setq gnus-auto-select-first nil)) 538 ((string-match "comp\\.archives" gnus-newsgroup-name)
539 ((string-match "reviews" gnus-newsgroup-name) 539 (setq gnus-auto-select-first nil))
540 (setq gnus-auto-select-first nil)) 540 ((string-match "reviews" gnus-newsgroup-name)
541 ((string-match "announce" gnus-newsgroup-name) 541 (setq gnus-auto-select-first nil))
542 (setq gnus-auto-select-first nil)) 542 ((string-match "announce" gnus-newsgroup-name)
543 ((string-match "binaries" gnus-newsgroup-name) 543 (setq gnus-auto-select-first nil))
544 (setq gnus-auto-select-first nil)) 544 ((string-match "binaries" gnus-newsgroup-name)
545 (t 545 (setq gnus-auto-select-first nil))
546 (setq gnus-auto-select-first t))))) 546 (t
547 (setq gnus-auto-select-first t))))))
547@end lisp 548@end lisp
548 549
549@item 550@item