[gnus git] branch master updated: n0-17-54-g9ede81c =1= gnus-group.el (gnus-bug-group-download-format-alist): Use the "maintainer" version of debbugs.gnu.org reports.
Katsumi Yamaoka <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via 9ede81c88c5d314498ebe4e091494c38b64bf8ed (commit)
from 5911da4fafc990da1b8a6d8939dd9ac4f8fc986b (commit)
- Log -----------------------------------------------------------------
commit 9ede81c88c5d314498ebe4e091494c38b64bf8ed
Author: Glenn Morris <[email protected]>
Date: Thu May 26 03:37:14 2011 +0000
gnus-group.el (gnus-bug-group-download-format-alist): Use the "maintainer" version of debbugs.gnu.org reports.
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 5c21e2c..bac2d95 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
+2011-05-26 Glenn Morris <[email protected]>
+
+ * gnus-group.el (gnus-bug-group-download-format-alist):
+ Use the "maintainer" version of debbugs.gnu.org reports.
+
2011-05-24 Katsumi Yamaoka <[email protected]>
* gnus-art.el (gnus-mime-delete-part): Fix mm-handle-filename usage.
diff --git a/lisp/gnus-group.el b/lisp/gnus-group.el
index a21faa8..2c611b3 100644
--- a/lisp/gnus-group.el
+++ b/lisp/gnus-group.el
@@ -2410,14 +2410,17 @@ 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;mbox=yes")
+ '((emacs . "http://debbugs.gnu.org/%s;mbox=yes;mboxmaint=yes")
(debian
. "http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=%s&mbox=yes"))
"Alist of symbols for bug trackers and the corresponding URL format string.
The URL format string must contain a single \"%s\", specifying
the bug number, and browsing the URL must return mbox output."
:group 'gnus-group-foreign
- :version "23.2" ;; No Gnus
+ ;; Added mboxmaint=yes for Emacs. This gets the version with the
+ ;; messages as they went out, not as they came in.
+ ;; Eg bug-gnu-emacs is replaced by ###@debbugs.
+ :version "24.1"
:type '(repeat (cons (symbol) (string :tag "URL format string"))))
(defun gnus-read-ephemeral-bug-group (number mbox-url)
-----------------------------------------------------------------------
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 | 5 +++++
lisp/gnus-group.el | 7 +++++--
2 files changed, 10 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