aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorGnus developers2010-09-26 23:01:31 +0000
committerKatsumi Yamaoka2010-09-26 23:01:31 +0000
commit4478e0748856d1ed3f79305ac9b268d642cd3d16 (patch)
treee34815bc367f5b96838c45725e2d02d51ef5cc36 /doc
parent15413fb4286715ba79c3e6fb20c0df1a125770f8 (diff)
downloademacs-4478e0748856d1ed3f79305ac9b268d642cd3d16.tar.gz
emacs-4478e0748856d1ed3f79305ac9b268d642cd3d16.zip
mail-source.el (mail-source-value): Revert previous patch.
gnus-picon.el: Inhibit showing picons for top level domains. gnus-art.el (gnus-article-treat-body-boundary): Fix length computing. gnus-news.texi: Mention nnimap-inbox. nnimap.el (nnimap-request-expire-articles): Compress ranges before deletion. nnimap.el (nnimap-retrieve-headers): Don't select the group, because that's already done by nnimap-possibly-change-group. gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image arguments. gnus-html.el (gnus-html-wash-images): Fix spec computing to include start/end. nnimap.el: Store the IMAP greeting, so that we can tell what kind of server we're talking to. gnus.el (gnus): Give a final warning after startup. gnus-ems.el (gnus-create-image): Ignore all image-creation errors. nndraft.el (nndraft-request-expire-articles): Fetch the expiry target for the correct group. nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry target here, because we don't know the Gnus name of the group. nnimap.el (nnimap-get-whole-article): Remove the data that may have arrived before the FETCH data. gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate `fetch-old'. gnus-agent.el (gnus-agent-read-servers-validate): Change the level for the "Ignoring disappeared server" to something low. nndoc.el (nndoc-request-list): Return success always.
Diffstat (limited to 'doc')
-rw-r--r--doc/misc/gnus-news.texi6
-rw-r--r--doc/misc/gnus.texi6
2 files changed, 10 insertions, 2 deletions
diff --git a/doc/misc/gnus-news.texi b/doc/misc/gnus-news.texi
index 7d654820440..028539a7fb4 100644
--- a/doc/misc/gnus-news.texi
+++ b/doc/misc/gnus-news.texi
@@ -68,8 +68,10 @@ remove-installed-shadows}.
68 68
69@item New version of @code{nnimap} 69@item New version of @code{nnimap}
70 70
71@code{nnimap} has been reimplemented in a mostly-compatible way. 71@code{nnimap} has been reimplemented in a mostly-compatible way. See
72@c Mention any incompatibilities. 72the Gnus manual for a description of the new interface. In
73particular, @code{nnimap-inbox} and the client side split method has
74changed.
73 75
74@item Gnus includes the Emacs Lisp @acronym{SASL} library. 76@item Gnus includes the Emacs Lisp @acronym{SASL} library.
75 77
diff --git a/doc/misc/gnus.texi b/doc/misc/gnus.texi
index 1914fb0bc74..c1acf7e0d8a 100644
--- a/doc/misc/gnus.texi
+++ b/doc/misc/gnus.texi
@@ -23233,6 +23233,12 @@ want to add @samp{"unknown"} to this list.
23233Ordered list of suffixes on picon file names to try. Defaults to 23233Ordered list of suffixes on picon file names to try. Defaults to
23234@code{("xpm" "gif" "xbm")} minus those not built-in your Emacs. 23234@code{("xpm" "gif" "xbm")} minus those not built-in your Emacs.
23235 23235
23236@item gnus-picon-inhibit-top-level-domains
23237@vindex gnus-picon-inhibit-top-level-domains
23238If non-@code{nil} (which is the default), don't display picons for
23239things like @samp{.net} and @samp{.de}, which aren't usually very
23240interesting.
23241
23236@end table 23242@end table
23237 23243
23238@node Gravatars 23244@node Gravatars