Changes committed gnus/texi (ChangeLog gnus.texi)
"Reiner Steib" <[email protected]> Sat, 17 Jan 2009 21:43:05 +0100
| Newsgroups | gmane.emacs.gnus.commits |
|---|---|
| Message-ID | <[email protected]> |
Modified: ChangeLog gnus.texi (Limiting): `/ N' and `/ o' are not really limiting commands as described at the top. Reported by Allan Gottlieb <[email protected]>. Index: ChangeLog diff -u gnus/texi/ChangeLog:7.435 gnus/texi/ChangeLog:7.436 --- ChangeLog:7.435 Fri Jan 16 09:03:25 2009 +++ ChangeLog Sat Jan 17 21:43:05 2009 @@ -1,3 +1,9 @@ +2009-01-17 Reiner Steib <[email protected]> + + * gnus.texi (Limiting): `/ N' and `/ o' are not really limiting + commands as described at the top. Reported by Allan Gottlieb + <[email protected]>. + 2009-01-16 Katsumi Yamaoka <[email protected]> * gnus.texi (Non-ASCII Group Names, RSS): Update description of Index: gnus.texi diff -u gnus/texi/gnus.texi:7.314 gnus/texi/gnus.texi:7.315 --- gnus.texi:7.314 Fri Jan 16 09:03:25 2009 +++ gnus.texi Sat Jan 17 21:43:05 2009 @@ -7317,9 +7317,9 @@ commands have is to remove a few (or many) articles from the summary buffer. -All limiting commands work on subsets of the articles already fetched -from the servers. None of these commands query the server for -additional articles. +Limiting commands work on subsets of the articles already fetched from +the servers. These commands don't query the server for additional +articles. @table @kbd @@ -7480,18 +7480,6 @@ (@code{gnus-summary-limit-mark-excluded-as-read}). If given a prefix, also mark excluded ticked and dormant articles as read. -@item / N -@kindex / N (Summary) -@findex gnus-summary-insert-new-articles -Insert all new articles in the summary buffer. It scans for new emails -if @var{back-end}@code{-get-new-mail} is non-@code{nil}. - -@item / o -@kindex / o (Summary) -@findex gnus-summary-insert-old-articles -Insert all old articles in the summary buffer. If given a numbered -prefix, fetch this number of articles. - @item / b @kindex / b (Summary) @findex gnus-summary-limit-to-bodies @@ -7509,6 +7497,25 @@ @end table +The following commands aren't limiting commands, but use the @kbd{/} +prefix as well. + +@table @kbd +@item / N +@kindex / N (Summary) +@findex gnus-summary-insert-new-articles +Insert all new articles in the summary buffer. It scans for new emails +if @var{back-end}@code{-get-new-mail} is non-@code{nil}. + +@item / o +@kindex / o (Summary) +@findex gnus-summary-insert-old-articles +Insert all old articles in the summary buffer. If given a numbered +prefix, fetch this number of articles. + +@end table + + @node Threading @section Threading @cindex threading