mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-02-07 20:54:32 +00:00
Merge from gnus--rel--5.10
Patches applied: * gnus--rel--5.10 (patch 196) - Update from CVS 2007-01-23 Reiner Steib <Reiner.Steib@gmx.de> * lisp/gnus/gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix custom choice. * lisp/gnus/gnus-art.el (gnus-signature-limit): Fix custom choice. Revision: emacs@sv.gnu.org/emacs--devo--0--patch-612
This commit is contained in:
parent
53688138bc
commit
b28080e33a
@ -1,3 +1,10 @@
|
||||
2007-01-23 Reiner Steib <Reiner.Steib@gmx.de>
|
||||
|
||||
* gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
|
||||
custom choice.
|
||||
|
||||
* gnus-art.el (gnus-signature-limit): Fix custom choice.
|
||||
|
||||
2007-01-19 Reiner Steib <Reiner.Steib@gmx.de>
|
||||
|
||||
* nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
|
||||
|
@ -242,7 +242,7 @@ regexp. If it matches, the text in question is not a signature."
|
||||
:type '(choice (const nil)
|
||||
(integer :value 200)
|
||||
(number :value 4.0)
|
||||
(function :value fun)
|
||||
function
|
||||
(regexp :value ".*"))
|
||||
:group 'gnus-article-signature)
|
||||
|
||||
|
@ -204,10 +204,10 @@ It can be:
|
||||
:type '(choice string
|
||||
(repeat (choice string
|
||||
(cons regexp (repeat file))
|
||||
(function :value fun)))
|
||||
function))
|
||||
(function-item gnus-hierarchial-home-score-file)
|
||||
(function-item gnus-current-home-score-file)
|
||||
(function :value fun)))
|
||||
function))
|
||||
|
||||
(defcustom gnus-home-adapt-file nil
|
||||
"Variable to control where new adaptive score entries are to go.
|
||||
@ -217,8 +217,8 @@ This variable allows the same syntax as `gnus-home-score-file'."
|
||||
:type '(choice string
|
||||
(repeat (choice string
|
||||
(cons regexp (repeat file))
|
||||
(function :value fun)))
|
||||
(function :value fun)))
|
||||
function))
|
||||
function))
|
||||
|
||||
(defcustom gnus-default-adaptive-score-alist
|
||||
`((gnus-kill-file-mark)
|
||||
|
Loading…
x
Reference in New Issue
Block a user