diff options
| author | Gnus developers | 2011-09-10 23:30:53 +0000 |
|---|---|---|
| committer | Katsumi Yamaoka | 2011-09-10 23:30:53 +0000 |
| commit | e21bac426b787ac0f03c3a64341ec98995ea8262 (patch) | |
| tree | a3877a583cca99774594050a192fde13e57e7b78 /doc | |
| parent | 3199b96fc585576ffb2ced6542a2bc2d6172f510 (diff) | |
| download | emacs-e21bac426b787ac0f03c3a64341ec98995ea8262.tar.gz emacs-e21bac426b787ac0f03c3a64341ec98995ea8262.zip | |
Merge changes made in Gnus trunk.
gnus.texi: Remove mentions of `recent', which are now obsolete.
(Interactive): Document `quiet'.
nnimap.el: Redo the charset handling. Let Gnus encode the names, as it does with all other backends, but decode the names immediately after getting them.
gnus-group.el (gnus-group-name-charset): Always return `utf-7' when decoding nnimap groups.
gnus.el (gnus-variable-list): Don't save `gnus-format-specs' in the newsrc file. It doesn't seem like an important optimisation any more.
nnimap.el (nnimap-transform-headers): Fix regexp to be less prone to overflows.
gnus.el (gnus-article-mark-lists): Remove `recent'.
(gnus-interactive-exit): Extend to `quiet'.
gnus-sum.el (gnus-offer-save-summaries): Use it.
gnus-art.el (gnus-treat-hide-citation-maybe): Add more doc to the string.
plstore.el (plstore--get-buffer): Silence compiler warnings by renaming function arguments from `this'.
gnus-sum.el (gnus-newsgroup-recent): Removed.
gnus-spec.el (gnus-lrm-string-p): `bidi-string-mark-left-to-right' has been renamed.
(gnus-lrm-string-p): Include RLM and PDF, too.
gnus-int.el (gnus-open-server): Make the "denied" message clearer (bug#9225).
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/misc/ChangeLog | 5 | ||||
| -rw-r--r-- | doc/misc/gnus.texi | 26 |
2 files changed, 12 insertions, 19 deletions
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog index 8260df911a8..cd0c62b2e09 100644 --- a/doc/misc/ChangeLog +++ b/doc/misc/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2011-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org> | ||
| 2 | |||
| 3 | * gnus.texi: Remove mentions of `recent', which are now obsolete. | ||
| 4 | (Interactive): Document `quiet'. | ||
| 5 | |||
| 1 | 2011-08-15 Suvayu Ali <fatkasuvayu+linux@gmail.com> (tiny change) | 6 | 2011-08-15 Suvayu Ali <fatkasuvayu+linux@gmail.com> (tiny change) |
| 2 | 7 | ||
| 3 | * org.texi (Images in LaTeX export): rewrite. | 8 | * org.texi (Images in LaTeX export): rewrite. |
diff --git a/doc/misc/gnus.texi b/doc/misc/gnus.texi index 439ff7fbc55..9f886e3dc6e 100644 --- a/doc/misc/gnus.texi +++ b/doc/misc/gnus.texi | |||
| @@ -2983,7 +2983,7 @@ The available operators are @code{not}, @code{and} and @code{or}. | |||
| 2983 | Predicates include @code{tick}, @code{unsend}, @code{undownload}, | 2983 | Predicates include @code{tick}, @code{unsend}, @code{undownload}, |
| 2984 | @code{unread}, @code{dormant}, @code{expire}, @code{reply}, | 2984 | @code{unread}, @code{dormant}, @code{expire}, @code{reply}, |
| 2985 | @code{killed}, @code{bookmark}, @code{score}, @code{save}, | 2985 | @code{killed}, @code{bookmark}, @code{score}, @code{save}, |
| 2986 | @code{cache}, @code{forward}, @code{unseen} and @code{recent}. | 2986 | @code{cache}, @code{forward}, and @code{unseen}. |
| 2987 | 2987 | ||
| 2988 | @end table | 2988 | @end table |
| 2989 | 2989 | ||
| @@ -6165,18 +6165,9 @@ religiously) are marked with an @samp{S} in the second column | |||
| 6165 | (@code{gnus-saved-mark}). | 6165 | (@code{gnus-saved-mark}). |
| 6166 | 6166 | ||
| 6167 | @item | 6167 | @item |
| 6168 | @vindex gnus-recent-mark | ||
| 6169 | Articles that according to the server haven't been shown to the user | ||
| 6170 | before are marked with a @samp{N} in the second column | ||
| 6171 | (@code{gnus-recent-mark}). Note that not all servers support this | ||
| 6172 | mark, in which case it simply never appears. Compare with | ||
| 6173 | @code{gnus-unseen-mark}. | ||
| 6174 | |||
| 6175 | @item | ||
| 6176 | @vindex gnus-unseen-mark | 6168 | @vindex gnus-unseen-mark |
| 6177 | Articles that haven't been seen before in Gnus by the user are marked | 6169 | Articles that haven't been seen before in Gnus by the user are marked |
| 6178 | with a @samp{.} in the second column (@code{gnus-unseen-mark}). | 6170 | with a @samp{.} in the second column (@code{gnus-unseen-mark}). |
| 6179 | Compare with @code{gnus-recent-mark}. | ||
| 6180 | 6171 | ||
| 6181 | @item | 6172 | @item |
| 6182 | @vindex gnus-downloaded-mark | 6173 | @vindex gnus-downloaded-mark |
| @@ -22265,8 +22256,9 @@ is @code{t} by default. | |||
| 22265 | 22256 | ||
| 22266 | @item gnus-interactive-exit | 22257 | @item gnus-interactive-exit |
| 22267 | @vindex gnus-interactive-exit | 22258 | @vindex gnus-interactive-exit |
| 22268 | Require confirmation before exiting Gnus. This variable is @code{t} by | 22259 | If non-@code{nil}, require a confirmation when exiting Gnus. If |
| 22269 | default. | 22260 | @code{quiet}, update any active summary buffers automatically without |
| 22261 | querying. The default value is @code{t}. | ||
| 22270 | @end table | 22262 | @end table |
| 22271 | 22263 | ||
| 22272 | 22264 | ||
| @@ -27993,10 +27985,6 @@ non-@code{nil}, the summary buffer is shown and updated as it's being | |||
| 27993 | built. | 27985 | built. |
| 27994 | 27986 | ||
| 27995 | @item | 27987 | @item |
| 27996 | The new @code{recent} mark @samp{.} indicates newly arrived messages (as | ||
| 27997 | opposed to old but unread messages). | ||
| 27998 | |||
| 27999 | @item | ||
| 28000 | Gnus supports RFC 2369 mailing list headers, and adds a number of | 27988 | Gnus supports RFC 2369 mailing list headers, and adds a number of |
| 28001 | related commands in mailing list groups. @xref{Mailing List}. | 27989 | related commands in mailing list groups. @xref{Mailing List}. |
| 28002 | 27990 | ||
| @@ -29572,9 +29560,9 @@ propagate the mark information to the server. | |||
| 29572 | marks (preserving all marks not mentioned). @var{mark} is a list of | 29560 | marks (preserving all marks not mentioned). @var{mark} is a list of |
| 29573 | marks; where each mark is a symbol. Currently used marks are | 29561 | marks; where each mark is a symbol. Currently used marks are |
| 29574 | @code{read}, @code{tick}, @code{reply}, @code{expire}, @code{killed}, | 29562 | @code{read}, @code{tick}, @code{reply}, @code{expire}, @code{killed}, |
| 29575 | @code{dormant}, @code{save}, @code{download}, @code{unsend}, | 29563 | @code{dormant}, @code{save}, @code{download}, @code{unsend}, and |
| 29576 | @code{forward} and @code{recent}, but your back end should, if | 29564 | @code{forward}, but your back end should, if possible, not limit |
| 29577 | possible, not limit itself to these. | 29565 | itself to these. |
| 29578 | 29566 | ||
| 29579 | Given contradictory actions, the last action in the list should be the | 29567 | Given contradictory actions, the last action in the list should be the |
| 29580 | effective one. That is, if your action contains a request to add the | 29568 | effective one. That is, if your action contains a request to add the |