emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/gnus/gnus.el


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/gnus/gnus.el
Date: Mon, 20 Sep 2004 08:12:25 -0400

Index: emacs/lisp/gnus/gnus.el
diff -c emacs/lisp/gnus/gnus.el:1.29 emacs/lisp/gnus/gnus.el:1.30
*** emacs/lisp/gnus/gnus.el:1.29        Wed Sep  8 18:17:56 2004
--- emacs/lisp/gnus/gnus.el     Mon Sep 20 12:03:04 2004
***************
*** 963,968 ****
--- 963,969 ----
       (\"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,2298 ****
  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"
    :group 'gnus-agent
    :type 'boolean)
  
--- 2293,2299 ----
  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.4"
    :group 'gnus-agent
    :type 'boolean)
  
***************
*** 2311,2317 ****
  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"
    :group 'gnus-agent
    :type 'boolean)
  
--- 2312,2318 ----
  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.4"
    :group 'gnus-agent
    :type 'boolean)
  
***************
*** 2343,2348 ****
--- 2344,2350 ----
  `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"




reply via email to

[Prev in Thread] Current Thread [Next in Thread]