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-agent.el [emacs-unicode-2]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/gnus/gnus-agent.el [emacs-unicode-2]
Date: Tue, 21 Sep 2004 06:13:22 -0400

Index: emacs/lisp/gnus/gnus-agent.el
diff -c emacs/lisp/gnus/gnus-agent.el:1.7.6.2 
emacs/lisp/gnus/gnus-agent.el:1.7.6.3
*** emacs/lisp/gnus/gnus-agent.el:1.7.6.2       Thu Sep  9 09:36:25 2004
--- emacs/lisp/gnus/gnus-agent.el       Tue Sep 21 09:34:07 2004
***************
*** 60,65 ****
--- 60,66 ----
  
  (defcustom gnus-agent-fetched-hook nil
    "Hook run when finished fetching articles."
+   :version "21.4"
    :group 'gnus-agent
    :type 'hook)
  
***************
*** 125,131 ****
  (defcustom gnus-agent-go-online 'ask
    "Indicate if offline servers go online when you plug in.
  If this is `ask' the hook will query the user."
!   :version "21.1"
    :type '(choice (const :tag "Always" t)
                 (const :tag "Never" nil)
                 (const :tag "Ask" ask))
--- 126,132 ----
  (defcustom gnus-agent-go-online 'ask
    "Indicate if offline servers go online when you plug in.
  If this is `ask' the hook will query the user."
!   :version "21.3"
    :type '(choice (const :tag "Always" t)
                 (const :tag "Never" nil)
                 (const :tag "Ask" ask))
***************
*** 178,183 ****
--- 179,185 ----
  Have gnus-agent-expire scan the directories under
  \(gnus-agent-directory) for groups that are no longer agentized.
  When found, offer to remove them."
+   :version "21.4"
    :type 'boolean
    :group 'gnus-agent)
  
***************
*** 185,190 ****
--- 187,193 ----
    "Initially, all servers from these methods are agentized.
  The user may remove or add servers using the Server buffer.
  See Info node `(gnus)Server Buffer'."
+   :version "21.4"
    :type '(repeat symbol)
    :group 'gnus-agent)
  




reply via email to

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