[gnus git] branch master updated: n0-17-155-gf6c6f12 =1= (Checking New Groups): Moved the reference to the right place.
Lars Magne Ingebrigtsen <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via f6c6f122181a3b9ce91b27bc635532cc3902614a (commit)
from f41b77aeab765e63638269241ae8911a887c6a74 (commit)
- Log -----------------------------------------------------------------
commit f6c6f122181a3b9ce91b27bc635532cc3902614a
Author: Lars Magne Ingebrigtsen <[email protected]>
Date: Mon Jul 4 01:32:31 2011 +0200
(Checking New Groups): Moved the reference to the right place.
diff --git a/texi/ChangeLog b/texi/ChangeLog
index f8b16b2..de0f9dc 100644
--- a/texi/ChangeLog
+++ b/texi/ChangeLog
@@ -3,6 +3,7 @@
* gnus.texi (Subscription Methods): Link to "Group Levels" to explain
zombies.
(Checking New Groups): Ditto (bug#8974).
+ (Checking New Groups): Moved the reference to the right place.
2011-07-03 Dave Abrahams <[email protected]> (tiny change)
diff --git a/texi/gnus.texi b/texi/gnus.texi
index ab2df31..f500a2e 100644
--- a/texi/gnus.texi
+++ b/texi/gnus.texi
@@ -1168,12 +1168,12 @@ when you do the @kbd{g} command (@pxref{Scanning New Messages}).
@subsection Checking New Groups
Gnus normally determines whether a group is new or not by comparing
-the list of groups (@pxref{Group Levels}) from the active file(s) with
-the lists of subscribed and dead groups. This isn't a particularly
-fast method. If @code{gnus-check-new-newsgroups} is
-@code{ask-server}, Gnus will ask the server for new groups since the
-last time. This is both faster and cheaper. This also means that you
-can get rid of the list of killed groups altogether, so you may set
+the list of groups from the active file(s) with the lists of
+subscribed and dead groups. This isn't a particularly fast method.
+If @code{gnus-check-new-newsgroups} is @code{ask-server}, Gnus will
+ask the server for new groups since the last time. This is both
+faster and cheaper. This also means that you can get rid of the list
+of killed groups (@pxref{Group Levels}) altogether, so you may set
@code{gnus-save-killed-list} to @code{nil}, which will save time both
at startup, at exit, and all over. Saves disk space, too. Why isn't
this the default, then? Unfortunately, not all servers support this
-----------------------------------------------------------------------
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we listed those
revisions in full, above.
Summary of changes:
texi/ChangeLog | 1 +
texi/gnus.texi | 12 ++++++------
2 files changed, 7 insertions(+), 6 deletions(-)
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Gnus Project".
The branch, master has been updated
hooks/post-receive
--
Gnus Project