[gnus git] branch master updated: n0-17-55-gf822e73 =1= gnus-group.el (gnus-bug-group-download-format-alist): Use the "maintainer" version of debian reports as well.
Katsumi Yamaoka <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via f822e735d055da68b7b7b38bcbb9099262855f19 (commit)
from 9ede81c88c5d314498ebe4e091494c38b64bf8ed (commit)
- Log -----------------------------------------------------------------
commit f822e735d055da68b7b7b38bcbb9099262855f19
Author: Glenn Morris <[email protected]>
Date: Fri May 27 03:23:32 2011 +0000
gnus-group.el (gnus-bug-group-download-format-alist): Use the "maintainer" version of debian reports as well.
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index bac2d95..a104525 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
+2011-05-27 Glenn Morris <[email protected]>
+
+ * gnus-group.el (gnus-bug-group-download-format-alist):
+ Use the "maintainer" version of debian reports as well.
+
2011-05-26 Glenn Morris <[email protected]>
* gnus-group.el (gnus-bug-group-download-format-alist):
diff --git a/lisp/gnus-group.el b/lisp/gnus-group.el
index 2c611b3..65192bf 100644
--- a/lisp/gnus-group.el
+++ b/lisp/gnus-group.el
@@ -2412,13 +2412,13 @@ Valid input formats include:
(defcustom gnus-bug-group-download-format-alist
'((emacs . "http://debbugs.gnu.org/%s;mbox=yes;mboxmaint=yes")
(debian
- . "http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=%s&mbox=yes"))
+ . "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.
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
- ;; Added mboxmaint=yes for Emacs. This gets the version with the
- ;; messages as they went out, not as they came in.
+ ;; Added mboxmaint=yes. 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"))))
-----------------------------------------------------------------------
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 | 6 +++---
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