[gnus git] branch master updated: n0-17-99-g90cb96f =1= Set `gnus-bug' to report to the Emacs bug list.
Ted Zlatanov <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via 90cb96f3b226578ff278d6d152c00406cf64f1cd (commit)
from 5a9391c6bebb2441d3cdabc993ed4bff5a134f5f (commit)
- Log -----------------------------------------------------------------
commit 90cb96f3b226578ff278d6d152c00406cf64f1cd
Author: Ted Zlatanov <[email protected]>
Date: Tue Jun 28 10:31:00 2011 -0500
Set `gnus-bug' to report to the Emacs bug list.
* gnus.el (gnus-bug-package): Use "gnus."
(gnus-maintainer): Direct bug reports to [email protected].
* gnus-msg.el (gnus-bug): Add Package and Version pseudo-headers to bug
reports.
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 171806a..12e5633 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,11 @@
+2011-06-28 Teodor Zlatanov <[email protected]>
+
+ * gnus-msg.el (gnus-bug): Add Package and Version pseudo-headers to bug
+ reports.
+
+ * gnus.el (gnus-bug-package): Use "gnus."
+ (gnus-maintainer): Direct bug reports to [email protected].
+
2011-06-26 Lars Magne Ingebrigtsen <[email protected]>
* dgnushack.el: Make the timer warning go away on XEmacs.
diff --git a/lisp/gnus-msg.el b/lisp/gnus-msg.el
index e256446..8e382e0 100644
--- a/lisp/gnus-msg.el
+++ b/lisp/gnus-msg.el
@@ -1461,6 +1461,8 @@ If YANK is non-nil, include the original article."
(goto-char (point-min))
(re-search-forward (concat "^" (regexp-quote mail-header-separator) "$"))
(forward-line 1)
+ (insert (format "Package: %s\n" gnus-bug-package))
+ (insert (format "Version: %s\n" (gnus-continuum-version)))
(insert (gnus-version) "\n"
(emacs-version) "\n")
(when (and (boundp 'nntp-server-type)
diff --git a/lisp/gnus.el b/lisp/gnus.el
index ba40930..4aabd37 100644
--- a/lisp/gnus.el
+++ b/lisp/gnus.el
@@ -2654,9 +2654,13 @@ such as a mark that says whether an article is stored in the cache
(defvar gnus-have-read-active-file nil)
(defconst gnus-maintainer
- "[email protected] (The Gnus Bugfixing Girls + Boys)"
+ "[email protected] (The Gnus Bugfixing Girls + Boys)"
"The mail address of the Gnus maintainers.")
+(defconst gnus-bug-package
+ "gnus"
+ "The package to use in the bug submission.")
+
(defvar gnus-info-nodes
'((gnus-group-mode "(gnus)Group Buffer")
(gnus-summary-mode "(gnus)Summary Buffer")
-----------------------------------------------------------------------
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 | 8 ++++++++
lisp/gnus-msg.el | 2 ++
lisp/gnus.el | 6 +++++-
3 files changed, 15 insertions(+), 1 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