mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-04-27 16:51:06 -07:00
(gnus-bug-group-download-format-alist): Change emacs entry to
debbugs.gnu.org. Bump :version.
This commit is contained in:
parent
c3520efda3
commit
a0db2cdde2
2 changed files with 7 additions and 3 deletions
|
|
@ -1,3 +1,8 @@
|
|||
2009-12-17 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
* gnus-group.el (gnus-bug-group-download-format-alist):
|
||||
Change emacs entry to debbugs.gnu.org. Bump :version.
|
||||
|
||||
2009-12-13 Reiner Steib <Reiner.Steib@gmx.de>
|
||||
|
||||
* mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
|
||||
|
|
|
|||
|
|
@ -2426,15 +2426,14 @@ Valid input formats include:
|
|||
(gnus-read-ephemeral-gmane-group group start range)))
|
||||
|
||||
(defcustom gnus-bug-group-download-format-alist
|
||||
'((emacs ;; Only a test bed yet:
|
||||
. "http://emacsbugs.donarmstrong.com/cgi-bin/bugreport.cgi?mbox=yes;bug=%s")
|
||||
'((emacs . "http://debbugs.gnu.org/%s;mbox=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.1" ;; No Gnus
|
||||
:version "23.2" ;; No Gnus
|
||||
:type '(repeat (cons (symbol) (string :tag "URL format string"))))
|
||||
|
||||
(defun gnus-read-ephemeral-bug-group (number mbox-url)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue