aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2009-12-17 04:15:25 +0000
committerGlenn Morris2009-12-17 04:15:25 +0000
commita0db2cdde283c3e1430b2b35c932cfff38721c07 (patch)
treeca303708a508099db488869faa0153d90d8b2cbb
parentc3520efda3e255fd23c827b82d183b9a3a9b2487 (diff)
downloademacs-a0db2cdde283c3e1430b2b35c932cfff38721c07.tar.gz
emacs-a0db2cdde283c3e1430b2b35c932cfff38721c07.zip
(gnus-bug-group-download-format-alist): Change emacs entry to
debbugs.gnu.org. Bump :version.
-rw-r--r--lisp/gnus/ChangeLog5
-rw-r--r--lisp/gnus/gnus-group.el5
2 files changed, 7 insertions, 3 deletions
diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog
index 9fdd2de67ec..08575323ea1 100644
--- a/lisp/gnus/ChangeLog
+++ b/lisp/gnus/ChangeLog
@@ -1,3 +1,8 @@
12009-12-17 Glenn Morris <rgm@gnu.org>
2
3 * gnus-group.el (gnus-bug-group-download-format-alist):
4 Change emacs entry to debbugs.gnu.org. Bump :version.
5
12009-12-13 Reiner Steib <Reiner.Steib@gmx.de> 62009-12-13 Reiner Steib <Reiner.Steib@gmx.de>
2 7
3 * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag. 8 * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
diff --git a/lisp/gnus/gnus-group.el b/lisp/gnus/gnus-group.el
index 7b3296ad1cb..acfa2b77180 100644
--- a/lisp/gnus/gnus-group.el
+++ b/lisp/gnus/gnus-group.el
@@ -2426,15 +2426,14 @@ Valid input formats include:
2426 (gnus-read-ephemeral-gmane-group group start range))) 2426 (gnus-read-ephemeral-gmane-group group start range)))
2427 2427
2428(defcustom gnus-bug-group-download-format-alist 2428(defcustom gnus-bug-group-download-format-alist
2429 '((emacs ;; Only a test bed yet: 2429 '((emacs . "http://debbugs.gnu.org/%s;mbox=yes")
2430 . "http://emacsbugs.donarmstrong.com/cgi-bin/bugreport.cgi?mbox=yes;bug=%s")
2431 (debian 2430 (debian
2432 . "http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=%s&mbox=yes")) 2431 . "http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=%s&mbox=yes"))
2433 "Alist of symbols for bug trackers and the corresponding URL format string. 2432 "Alist of symbols for bug trackers and the corresponding URL format string.
2434The URL format string must contain a single \"%s\", specifying 2433The URL format string must contain a single \"%s\", specifying
2435the bug number, and browsing the URL must return mbox output." 2434the bug number, and browsing the URL must return mbox output."
2436 :group 'gnus-group-foreign 2435 :group 'gnus-group-foreign
2437 :version "23.1" ;; No Gnus 2436 :version "23.2" ;; No Gnus
2438 :type '(repeat (cons (symbol) (string :tag "URL format string")))) 2437 :type '(repeat (cons (symbol) (string :tag "URL format string"))))
2439 2438
2440(defun gnus-read-ephemeral-bug-group (number mbox-url) 2439(defun gnus-read-ephemeral-bug-group (number mbox-url)