Add.
authorSimon Josefsson <jas@extundo.com>
Sat, 4 Jan 2003 16:36:02 +0000 (16:36 +0000)
committerSimon Josefsson <jas@extundo.com>
Sat, 4 Jan 2003 16:36:02 +0000 (16:36 +0000)
GNUS-NEWS

index de3a781..e6fee1f 100644 (file)
--- a/GNUS-NEWS
+++ b/GNUS-NEWS
@@ -8,6 +8,13 @@ For older news, see Gnus info node "New Features".
 \f
 * Changes in Oort Gnus
 
+** Improved anti-speam features.
+
+** Easy inclusion of X-Faces headers.
+
+** In the summary buffer, the new command / N inserts new messages and
+/ o inserts old messages.
+
 ** Gnus decodes morse encoded messages if you press W m.
 
 ** Unread count correct in nnimap groups.
@@ -41,19 +48,19 @@ not used any more.  You can safely delete the entire hierarchy.
 
 ** gnus-agent
 
-The Gnus Agent is now enabled by default, and all nntp and nnimap
-servers from gnus-select-method and gnus-secondary-select-method are
-agentized by default. Earlier only the server in gnus-select-method
-was agentized by the default, and the agent was disabled by default.
-When the agent is enabled, headers are now also retrieved from the
-Agent cache instead of the backends when possible. Earlier this only
-happened in the unplugged state.  You can enroll or remove servers
-with `J a' and `J r' in the server buffer.  Gnus will not download
-articles into the Agent cache, unless you instruct it to do so,
-though, by using `J u' or `J s' from the Group buffer.  You revert to
-the old behaviour of having the Agent disabled with `(setq gnus-agent
-nil)'.  Note that putting (gnus-agentize) in ~/.gnus is not needed any
-more.
+The Gnus Agent has seen a major updated and is now enabled by default,
+and all nntp and nnimap servers from gnus-select-method and
+gnus-secondary-select-method are agentized by default. Earlier only
+the server in gnus-select-method was agentized by the default, and the
+agent was disabled by default.  When the agent is enabled, headers are
+now also retrieved from the Agent cache instead of the backends when
+possible. Earlier this only happened in the unplugged state.  You can
+enroll or remove servers with `J a' and `J r' in the server buffer.
+Gnus will not download articles into the Agent cache, unless you
+instruct it to do so, though, by using `J u' or `J s' from the Group
+buffer.  You revert to the old behaviour of having the Agent disabled
+with `(setq gnus-agent nil)'.  Note that putting (gnus-agentize) in
+~/.gnus is not needed any more.
 
 ** gnus-summary-line-format
 
@@ -220,7 +227,9 @@ variables should change those regexps accordingly. For example:
    ("^han\\>" euc-kr) -> ("\\(^\\|:\\)han\\>" euc-kr)
 
 ** Gnus supports PGP (RFC 1991/2440), PGP/MIME (RFC 2015/3156) and
-S/MIME (RFC 2630-2633).
+** S/MIME (RFC 2630-2633).
+It needs an external S/MIME and OpenPGP implementation, but no additional
+lisp libraries.
 
 ** Gnus inlines external parts (message/external).