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, 01 Nov 2004 18:27:36 -0500

Index: emacs/lisp/gnus/gnus.el
diff -c emacs/lisp/gnus/gnus.el:1.35 emacs/lisp/gnus/gnus.el:1.36
*** emacs/lisp/gnus/gnus.el:1.35        Tue Oct 12 02:25:56 2004
--- emacs/lisp/gnus/gnus.el     Mon Nov  1 23:06:34 2004
***************
*** 1314,1319 ****
--- 1314,1320 ----
                        (gnus-replace-in-string name "\\." "-") 
"-charter.html")))
    "*An alist of (HIERARCHY . FORM) pairs used to construct the URL of a 
charter.
  When FORM is evaluated `name' is bound to the name of the group."
+   :version "21.4"
    :group 'gnus-group-various
    :type '(repeat (cons (string :tag "Hierarchy") (sexp :tag "Form"))))
  
***************
*** 1321,1326 ****
--- 1322,1328 ----
    "*Non-nil means that control messages are displayed using `browse-url'.
  Otherwise they are fetched with ange-ftp and displayed in an ephemeral
  group."
+   :version "21.4"
    :group 'gnus-group-various
    :type 'boolean)
  
***************
*** 1788,1793 ****
--- 1790,1796 ----
  (defcustom gnus-install-group-spam-parameters t
    "*Disable the group parameters for spam detection.
  Enable if `G c' in XEmacs is giving you trouble, and make sure to submit a 
bug report."
+   :version "21.4"
    :type 'boolean
    :group 'gnus-start)
  




reply via email to

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