[gnus git] branch master updated: m0-5-202-g759d1bb =1= Fix up the selection of debbugs groups
Lars Ingebrigtsen <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via 759d1bb444f2ac7c9d9ccde166eb9fecfbdb959b (commit)
from bdfcd724f043d9ee8fb9dedb95a224197653ca41 (commit)
- Log -----------------------------------------------------------------
commit 759d1bb444f2ac7c9d9ccde166eb9fecfbdb959b
Author: Lars Ingebrigtsen <[email protected]>
Date: Mon Dec 24 14:56:06 2012 +0100
Fix up the selection of debbugs groups
* gnus-group.el (gnus-group-read-ephemeral-group): Set the active data
to nil to allow re-selecting groups that gain articles.
(gnus-bug-group-download-format-alist): Update the URL.
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 6750121..eb876d1 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,4 +1,8 @@
-2012-12-23 Lars Ingebrigtsen <[email protected]>
+2012-12-24 Lars Ingebrigtsen <[email protected]>
+
+ * gnus-group.el (gnus-group-read-ephemeral-group): Set the active data
+ to nil to allow re-selecting groups that gain articles.
+ (gnus-bug-group-download-format-alist): Update the URL.
2012-12-23 Andreas Schwab <[email protected]>
diff --git a/lisp/gnus-group.el b/lisp/gnus-group.el
index a19ba4d..5247102 100644
--- a/lisp/gnus-group.el
+++ b/lisp/gnus-group.el
@@ -2310,6 +2310,7 @@ Return the name of the group if selection was successful."
(let ((group (if (gnus-group-foreign-p group) group
(gnus-group-prefixed-name (gnus-group-real-name group)
method))))
+ (gnus-set-active group nil)
(gnus-sethash
group
`(-1 nil (,group
@@ -2441,7 +2442,7 @@ Valid input formats include:
(gnus-read-ephemeral-gmane-group group start range)))
(defcustom gnus-bug-group-download-format-alist
- '((emacs . "http://debbugs.gnu.org/%s;mboxmaint=yes;mboxstat=yes")
+ '((emacs . "http://debbugs.gnu.org/cgi/bugreport.cgi?bug=%s;mboxmaint=yes;mboxstat=yes")
(debian
. "http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=%s&mbox=yes;mboxmaint=yes"))
"Alist of symbols for bug trackers and the corresponding URL format string.
-----------------------------------------------------------------------
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 | 6 +++++-
lisp/gnus-group.el | 3 ++-
2 files changed, 7 insertions(+), 2 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