[gnus git] branch master updated: n0-17-143-gc8b8b5e =1= * gnus.el (gnus-list-debbugs): New command.
Lars Magne Ingebrigtsen <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via c8b8b5e73df106eeffde9e514f88ee35b3b659ca (commit)
from 3801a2de9b8e104816d4b5966d85e6343731ab89 (commit)
- Log -----------------------------------------------------------------
commit c8b8b5e73df106eeffde9e514f88ee35b3b659ca
Author: Lars Magne Ingebrigtsen <[email protected]>
Date: Sun Jul 3 01:42:29 2011 +0200
* gnus.el (gnus-list-debbugs): New command.
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 71d1543..9bba601 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,7 @@
2011-07-02 Lars Magne Ingebrigtsen <[email protected]>
+ * gnus.el (gnus-list-debbugs): New command.
+
* gnus-group.el (gnus-bug-group-download-format-alist): Get the
mboxstat instead of the maintbox, since the stat seems to be fuller.
diff --git a/lisp/gnus.el b/lisp/gnus.el
index 4aabd37..88eccbf 100644
--- a/lisp/gnus.el
+++ b/lisp/gnus.el
@@ -4384,6 +4384,13 @@ prompt the user for the name of an NNTP server to use."
(gnus-1 arg dont-connect slave)
(gnus-final-warning)))
+(autoload 'debbugs-emacs "debbugs-gnu")
+(defun gnus-list-debbugs ()
+ "List all open Gnus bug reports."
+ (interactive)
+ (debbugs-emacs '("important" "normal" "minor" "wishlist")
+ "gnus"))
+
;; Allow redefinition of Gnus functions.
(gnus-ems-redefine)
-----------------------------------------------------------------------
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 | 2 ++
lisp/gnus.el | 7 +++++++
2 files changed, 9 insertions(+), 0 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