[gnus git] branch master updated: m0-5-75-gc527270 =1= gnus.el (gnus-valid-select-methods): Fix custom type
Katsumi Yamaoka <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via c5272707d4204f0b85f86f33bb44d257f0be68d1 (commit)
from a1d5e01884899011c12263f4580eb5f7a133f047 (commit)
- Log -----------------------------------------------------------------
commit c5272707d4204f0b85f86f33bb44d257f0be68d1
Author: Katsumi Yamaoka <[email protected]>
Date: Tue Jul 31 01:39:02 2012 +0000
gnus.el (gnus-valid-select-methods): Fix custom type
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index a83e18a..a3a5b6d 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
+2012-07-31 Katsumi Yamaoka <[email protected]>
+
+ * gnus.el (gnus-valid-select-methods): Fix custom type.
+
2012-07-29 Teodor Zlatanov <[email protected]>
* auth-source.el (auth-sources, auth-source-backend-parse)
diff --git a/lisp/gnus.el b/lisp/gnus.el
index 2b2e0a9..84814b6 100644
--- a/lisp/gnus.el
+++ b/lisp/gnus.el
@@ -1647,12 +1647,13 @@ this variable. I think."
(const :format "%v " mail)
(const :format "%v " none)
(const post-mail))
- (checklist :inline t
+ (checklist :inline t :greedy t
(const :format "%v " address)
(const :format "%v " prompt-address)
(const :format "%v " physical-address)
- (const :format "%v " virtual)
- (const respool))))
+ (const virtual)
+ (const :format "%v " respool)
+ (const server-marks))))
:version "24.1")
(defun gnus-redefine-select-method-widget ()
-----------------------------------------------------------------------
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we listed those
revisions in full, above.
Summary of changes:
lisp/ChangeLog | 4 ++++
lisp/gnus.el | 7 ++++---
2 files changed, 8 insertions(+), 3 deletions(-)
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Gnus Project".
The branch, master has been updated
hooks/post-receive
--
Gnus Project