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-group.el


From: Kim F . Storm
Subject: [Emacs-diffs] Changes to emacs/lisp/gnus/gnus-group.el
Date: Wed, 09 Feb 2005 10:51:29 -0500

Index: emacs/lisp/gnus/gnus-group.el
diff -c emacs/lisp/gnus/gnus-group.el:1.33 emacs/lisp/gnus/gnus-group.el:1.34
*** emacs/lisp/gnus/gnus-group.el:1.33  Fri Dec 17 15:19:52 2004
--- emacs/lisp/gnus/gnus-group.el       Wed Feb  9 15:50:38 2005
***************
*** 435,441 ****
  If non-nil, the value should be a string, e.g. \"nnml:\",
  in which case `gnus-group-jump-to-group' offers \"Group: nnml:\"
  in the minibuffer prompt."
!   :version "21.4"
    :group 'gnus-group-various
    :type '(choice (string :tag "Prompt string")
                 (const :tag "Empty" nil)))
--- 435,441 ----
  If non-nil, the value should be a string, e.g. \"nnml:\",
  in which case `gnus-group-jump-to-group' offers \"Group: nnml:\"
  in the minibuffer prompt."
!   :version "22.1"
    :group 'gnus-group-various
    :type '(choice (string :tag "Prompt string")
                 (const :tag "Empty" nil)))
***************
*** 1965,1978 ****
  If the number of articles in a newsgroup is greater than this value,
  confirmation is required for selecting the newsgroup.  If it is nil, no
  confirmation is required."
!   :version "21.4"
    :group 'gnus-group-select
    :type '(choice (const :tag "No limit" nil)
                 integer))
  
  (defcustom gnus-fetch-old-ephemeral-headers nil
    "Same as `gnus-fetch-old-headers', but only used for ephemeral newsgroups."
!   :version "21.4"
    :group 'gnus-thread
    :type '(choice (const :tag "off" nil)
                 (const some)
--- 1965,1978 ----
  If the number of articles in a newsgroup is greater than this value,
  confirmation is required for selecting the newsgroup.  If it is nil, no
  confirmation is required."
!   :version "22.1"
    :group 'gnus-group-select
    :type '(choice (const :tag "No limit" nil)
                 integer))
  
  (defcustom gnus-fetch-old-ephemeral-headers nil
    "Same as `gnus-fetch-old-headers', but only used for ephemeral newsgroups."
!   :version "22.1"
    :group 'gnus-thread
    :type '(choice (const :tag "off" nil)
                 (const some)




reply via email to

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