emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r104379: Repeat previous gnus-group.e


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r104379: Repeat previous gnus-group.el change for bugs.debian.org.
Date: Thu, 26 May 2011 20:55:07 -0400
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 104379
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Thu 2011-05-26 20:55:07 -0400
message:
  Repeat previous gnus-group.el change for bugs.debian.org.
  
  * lisp/gnus/gnus-group.el (gnus-bug-group-download-format-alist):
  Use the "maintainer" version of debian reports as well.
modified:
  lisp/gnus/ChangeLog
  lisp/gnus/gnus-group.el
=== modified file 'lisp/gnus/ChangeLog'
--- a/lisp/gnus/ChangeLog       2011-05-26 00:49:54 +0000
+++ b/lisp/gnus/ChangeLog       2011-05-27 00:55:07 +0000
@@ -1,3 +1,8 @@
+2011-05-27  Glenn Morris  <address@hidden>
+
+       * gnus-group.el (gnus-bug-group-download-format-alist):
+       Use the "maintainer" version of debian reports as well.
+
 2011-05-26  Glenn Morris  <address@hidden>
 
        * gnus-group.el (gnus-bug-group-download-format-alist):

=== modified file 'lisp/gnus/gnus-group.el'
--- a/lisp/gnus/gnus-group.el   2011-05-26 00:49:54 +0000
+++ b/lisp/gnus/gnus-group.el   2011-05-27 00:55:07 +0000
@@ -2412,13 +2412,13 @@
 (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 address@hidden
   :version "24.1"
   :type '(repeat (cons (symbol) (string :tag "URL format string"))))


reply via email to

[Prev in Thread] Current Thread [Next in Thread]