Mercurial > emacs
comparison lisp/gnus/gnus-group.el @ 59996:aac0a33f5772
Change release version from 21.4 to 22.1 throughout.
Change development version from 21.3.50 to 22.0.50.
author | Kim F. Storm <storm@cua.dk> |
---|---|
date | Wed, 09 Feb 2005 15:50:47 +0000 |
parents | 4154f5d4733b |
children | b070535d2416 3ebd9bdb4fe5 |
comparison
equal
deleted
inserted
replaced
59995:8f4938738427 | 59996:aac0a33f5772 |
---|---|
433 (defcustom gnus-group-jump-to-group-prompt nil | 433 (defcustom gnus-group-jump-to-group-prompt nil |
434 "Default prompt for `gnus-group-jump-to-group'. | 434 "Default prompt for `gnus-group-jump-to-group'. |
435 If non-nil, the value should be a string, e.g. \"nnml:\", | 435 If non-nil, the value should be a string, e.g. \"nnml:\", |
436 in which case `gnus-group-jump-to-group' offers \"Group: nnml:\" | 436 in which case `gnus-group-jump-to-group' offers \"Group: nnml:\" |
437 in the minibuffer prompt." | 437 in the minibuffer prompt." |
438 :version "21.4" | 438 :version "22.1" |
439 :group 'gnus-group-various | 439 :group 'gnus-group-various |
440 :type '(choice (string :tag "Prompt string") | 440 :type '(choice (string :tag "Prompt string") |
441 (const :tag "Empty" nil))) | 441 (const :tag "Empty" nil))) |
442 | 442 |
443 (defvar gnus-group-listing-limit 1000 | 443 (defvar gnus-group-listing-limit 1000 |
1963 Same as `gnus-large-newsgroup', but only used for ephemeral newsgroups. | 1963 Same as `gnus-large-newsgroup', but only used for ephemeral newsgroups. |
1964 | 1964 |
1965 If the number of articles in a newsgroup is greater than this value, | 1965 If the number of articles in a newsgroup is greater than this value, |
1966 confirmation is required for selecting the newsgroup. If it is nil, no | 1966 confirmation is required for selecting the newsgroup. If it is nil, no |
1967 confirmation is required." | 1967 confirmation is required." |
1968 :version "21.4" | 1968 :version "22.1" |
1969 :group 'gnus-group-select | 1969 :group 'gnus-group-select |
1970 :type '(choice (const :tag "No limit" nil) | 1970 :type '(choice (const :tag "No limit" nil) |
1971 integer)) | 1971 integer)) |
1972 | 1972 |
1973 (defcustom gnus-fetch-old-ephemeral-headers nil | 1973 (defcustom gnus-fetch-old-ephemeral-headers nil |
1974 "Same as `gnus-fetch-old-headers', but only used for ephemeral newsgroups." | 1974 "Same as `gnus-fetch-old-headers', but only used for ephemeral newsgroups." |
1975 :version "21.4" | 1975 :version "22.1" |
1976 :group 'gnus-thread | 1976 :group 'gnus-thread |
1977 :type '(choice (const :tag "off" nil) | 1977 :type '(choice (const :tag "off" nil) |
1978 (const some) | 1978 (const some) |
1979 number | 1979 number |
1980 (sexp :menu-tag "other" t))) | 1980 (sexp :menu-tag "other" t))) |