branch: externals/debbugs
commit 90417e5a4a80b25a991af1ba2b3f4cc57069c4e3
Author: Lars Magne Ingebrigtsen <[email protected]>
Commit: Lars Magne Ingebrigtsen <[email protected]>
* debbugs-gnu.el (debbugs-gnu-send-control-message): Add "pending" etc.
---
ChangeLog | 5 +++++
debbugs-gnu.el | 3 ++-
2 files changed, 7 insertions(+), 1 deletion(-)
diff --git a/ChangeLog b/ChangeLog
index 4dc5458..8df5f2a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2011-07-14 Lars Magne Ingebrigtsen <[email protected]>
+
+ * debbugs-gnu.el (debbugs-gnu-send-control-message): Add "pending"
+ etc.
+
2011-07-14 Michael Albinus <[email protected]>
* debbugs-gnu.el (debbugs-gnu-subject): New defvar.
diff --git a/debbugs-gnu.el b/debbugs-gnu.el
index dabb8de..babdf32 100644
--- a/debbugs-gnu.el
+++ b/debbugs-gnu.el
@@ -676,7 +676,8 @@ removed instead."
"unarchive" "reopen" "close"
"merge" "forcemerge"
"owner" "noowner"
- "patch" "wontfix" "moreinfo" "unreproducible" "fixed" "notabug")
+ "patch" "wontfix" "moreinfo" "unreproducible" "fixed" "notabug"
+ "pending" "help" "security" "confirmed")
nil t)
current-prefix-arg))
(let* ((id (or debbugs-gnu-bug-number ; Set on group entry.