1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-558

Merge from gnus--rel--5.10

Patches applied:

 * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-30
   Update from CVS
This commit is contained in:
Miles Bader 2004-09-20 12:03:05 +00:00
parent 2d4a158aa2
commit a08b59c91f
31 changed files with 309 additions and 23 deletions

View file

@ -963,6 +963,7 @@ For example:
(\"mail\\\\.me\" (gnus-use-scoring t))
(\"list\\\\..*\" (total-expire . t)
(broken-reply-to . t)))"
:version "21.4"
:group 'gnus-group-various
:type '(repeat (cons regexp
(repeat sexp))))
@ -2292,7 +2293,7 @@ face."
When set, Gnus will prefer using the locally stored content rather
than re-fetching it from the server. You also need to enable
`gnus-agent' for this to have any affect."
:version "21.3"
:version "21.4"
:group 'gnus-agent
:type 'boolean)
@ -2311,7 +2312,7 @@ covered by that variable."
You may customize gnus-agent to disable its use. However, some
back ends have started to use the agent as a client-side cache.
Disabling the agent may result in noticeable loss of performance."
:version "21.3"
:version "21.4"
:group 'gnus-agent
:type 'boolean)
@ -2343,6 +2344,7 @@ It can be one of the symbols `gnus' \(show only Gnus version\), `emacs-gnus'
`emacs-gnus' plus system configuration\), `emacs-gnus-type' \(same as
`emacs-gnus' plus system type\) or a custom string. If you set it to a
string, be sure to use a valid format, see RFC 2616."
:version "21.4"
:group 'gnus-message
:type '(choice
(item :tag "Show Gnus and Emacs versions and system type"