branch: externals/debbugs
commit 0306e62c98cbaae84f211d6716b61ef136726800
Author: Michael Albinus <[email protected]>
Commit: Michael Albinus <[email protected]>
Fix GPL. debbugs is NOT part of Emacs.
---
Debbugs.wsdl | 6 +++---
debbugs-gnu.el | 11 ++++++-----
debbugs.el | 8 +++++---
3 files changed, 14 insertions(+), 11 deletions(-)
diff --git a/Debbugs.wsdl b/Debbugs.wsdl
index ad5e954..64b9306 100644
--- a/Debbugs.wsdl
+++ b/Debbugs.wsdl
@@ -2,14 +2,14 @@
<!-- Copyright (C) 2011-2013 Free Software Foundation, Inc.
-This file is part of GNU Emacs.
+This file is not part of GNU Emacs.
-GNU Emacs is free software: you can redistribute it and/or modify
+This file is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
-GNU Emacs is distributed in the hope that it will be useful,
+This file is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
diff --git a/debbugs-gnu.el b/debbugs-gnu.el
index fb80337..32d11cf 100644
--- a/debbugs-gnu.el
+++ b/debbugs-gnu.el
@@ -3,18 +3,19 @@
;; Copyright (C) 2011-2013 Free Software Foundation, Inc.
;; Author: Lars Magne Ingebrigtsen <[email protected]>
+;; Michael Albinus <[email protected]>
;; Keywords: comm, hypermedia, maint
;; Package: debbugs
;; Version: 0.4
-;; This file is part of GNU Emacs.
+;; This file is not part of GNU Emacs.
-;; GNU Emacs is free software: you can redistribute it and/or modify
+;; This program is free software: you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by
;; the Free Software Foundation, either version 3 of the License, or
;; (at your option) any later version.
-;; GNU Emacs is distributed in the hope that it will be useful,
+;; This program is distributed in the hope that it will be useful,
;; but WITHOUT ANY WARRANTY; without even the implied warranty of
;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
;; GNU General Public License for more details.
@@ -353,8 +354,8 @@ marked as \"client-side filter\"."
val1
(completing-read "Enter status: " '("done" "forwarded" "open")))
(when (not (zerop (length val1)))
- (add-to-list
- 'debbugs-gnu-current-query (cons (intern key) val1))))
+ (add-to-list
+ 'debbugs-gnu-current-query (cons (intern key) val1))))
;; Client-side filters.
((member key '("date" "log_modified" "last_modified"
diff --git a/debbugs.el b/debbugs.el
index 9271f69..8dd5310 100644
--- a/debbugs.el
+++ b/debbugs.el
@@ -7,14 +7,14 @@
;; Package: debbugs
;; Version: 0.4
-;; This file is part of GNU Emacs.
+;; This file is not part of GNU Emacs.
-;; GNU Emacs is free software: you can redistribute it and/or modify
+;; This program is free software: you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by
;; the Free Software Foundation, either version 3 of the License, or
;; (at your option) any later version.
-;; GNU Emacs is distributed in the hope that it will be useful,
+;; This program is distributed in the hope that it will be useful,
;; but WITHOUT ANY WARRANTY; without even the implied warranty of
;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
;; GNU General Public License for more details.
@@ -236,6 +236,8 @@ Every returned entry is an association list with the
following attributes:
`originator': Submitter of the bugreport.
`mergedwith': A list of bug numbers this bug was merged with.
+ If it is a single bug, then this attribute contains just a
+ number.
`source': Source package name of the bug report.