diff options
| author | Gnus developers | 2010-10-10 00:15:21 +0000 |
|---|---|---|
| committer | Katsumi Yamaoka | 2010-10-10 00:15:21 +0000 |
| commit | f7aa248a5b1ce15ac2a3b70b4a55833d9d1eb44b (patch) | |
| tree | b99adc70fa490b39906ab483b5478066d81d149a /doc/misc | |
| parent | e836e5cd0462864de01c9873a327169f7706bd3a (diff) | |
| download | emacs-f7aa248a5b1ce15ac2a3b70b4a55833d9d1eb44b.tar.gz emacs-f7aa248a5b1ce15ac2a3b70b4a55833d9d1eb44b.zip | |
Merge changes made in Gnus trunk.
nnimap.el (nnimap-open-connection): If we have gnutls loaded, then try to use that for the tls stream.
nnimap.el (nnimap-retrieve-group-data-early): Rework the marks code to heed UIDVALIDITY and find out which groups are read-only and not.
nnimap.el (nnimap-get-flags): Use the same marks parsing code as the rest of nnimap.
nnimap.el (nnmail-expiry-target-group): Say that every expiry target group is the "last".
nnir.el (nnir-engines): Fix too many arguments.
nnimap.el: Start implementing QRESYNC support.
gnus.el (gnus-group-set-parameter): Fix typo.
shr.el: Rework the way things are indented by <li> slightly.
spam.el (gnus-summary-mode-map): Bind to "$".
Diffstat (limited to 'doc/misc')
| -rw-r--r-- | doc/misc/ChangeLog | 4 | ||||
| -rw-r--r-- | doc/misc/gnus.texi | 10 |
2 files changed, 10 insertions, 4 deletions
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog index b3c52d5c36a..d54b3875edf 100644 --- a/doc/misc/ChangeLog +++ b/doc/misc/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2010-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org> | ||
| 2 | |||
| 3 | * gnus.texi (Spam Package Introduction): Mention `$'. | ||
| 4 | |||
| 1 | 2010-10-09 Eli Zaretskii <eliz@gnu.org> | 5 | 2010-10-09 Eli Zaretskii <eliz@gnu.org> |
| 2 | 6 | ||
| 3 | * makefile.w32-in (emacsdir): New variable. | 7 | * makefile.w32-in (emacsdir): New variable. |
diff --git a/doc/misc/gnus.texi b/doc/misc/gnus.texi index 4b3defaa4a3..1a1f0d48eb9 100644 --- a/doc/misc/gnus.texi +++ b/doc/misc/gnus.texi | |||
| @@ -23750,12 +23750,14 @@ yourself, so that the message is processed as spam when you exit the | |||
| 23750 | group: | 23750 | group: |
| 23751 | 23751 | ||
| 23752 | @table @kbd | 23752 | @table @kbd |
| 23753 | @item M-d | 23753 | @item $ |
| 23754 | @itemx M-d | ||
| 23754 | @itemx M s x | 23755 | @itemx M s x |
| 23755 | @itemx S x | 23756 | @itemx S x |
| 23756 | @kindex M-d | 23757 | @kindex $ (Summary) |
| 23757 | @kindex S x | 23758 | @kindex M-d (Summary) |
| 23758 | @kindex M s x | 23759 | @kindex S x (Summary) |
| 23760 | @kindex M s x (Summary) | ||
| 23759 | @findex gnus-summary-mark-as-spam | 23761 | @findex gnus-summary-mark-as-spam |
| 23760 | @findex gnus-summary-mark-as-spam | 23762 | @findex gnus-summary-mark-as-spam |
| 23761 | Mark current article as spam, showing it with the @samp{$} mark | 23763 | Mark current article as spam, showing it with the @samp{$} mark |