branch: externals/debbugs
commit d80d972ae79b98fec852e370ddaef302163a91ff
Author: Michael Albinus <[email protected]>
Commit: Michael Albinus <[email protected]>
* debbugs.el:
* debbugs-gnu.el:
* debbugs-pkg.el: Change version to 0.4.
* README: Extend list of implemented functions.
---
README | 9 +++++----
debbugs-gnu.el | 2 +-
debbugs-pkg.el | 2 +-
debbugs.el | 7 ++++---
4 files changed, 11 insertions(+), 9 deletions(-)
diff --git a/README b/README
index 13ba777..004d790 100644
--- a/README
+++ b/README
@@ -1,13 +1,14 @@
This package lets you access the GNU Bug Tracker from within Emacs.
It defines the command `M-x debbugs-gnu' for listing bugs, and the
-command `M-x debbugs-gnu-search' for bug searching.
+command `M-x debbugs-gnu-search' for bug searching. The command
+`debbugs-gnu-usertags' shows existing user tags on bugs.
-This package works by implementing basic functions to access a debbugs
+This package works by implementing basic functions to access a Debbugs
SOAP server (see <http://wiki.debian.org/DebbugsSoapInterface>). It
implements the SOAP functions "get_bugs", "newest_bugs", "get_status",
-"get_bug_log" and "search_est". The SOAP function "get_versions" is
-not implemented (yet).
+"get_usertag", "get_bug_log" and "search_est". The SOAP function
+"get_versions" is not implemented (yet).
You can connect to other debbugs servers by customizing the variable
`debbugs-port'.
diff --git a/debbugs-gnu.el b/debbugs-gnu.el
index a46d99e..6c56e2e 100644
--- a/debbugs-gnu.el
+++ b/debbugs-gnu.el
@@ -5,7 +5,7 @@
;; Author: Lars Magne Ingebrigtsen <[email protected]>
;; Keywords: comm, hypermedia, maint
;; Package: debbugs
-;; Version: 0.3
+;; Version: 0.4
;; This file is part of GNU Emacs.
diff --git a/debbugs-pkg.el b/debbugs-pkg.el
index 73e9cee..817ec06 100644
--- a/debbugs-pkg.el
+++ b/debbugs-pkg.el
@@ -1 +1 @@
-(define-package "debbugs" "0.3" "SOAP library to access debbugs servers")
+(define-package "debbugs" "0.4" "SOAP library to access debbugs servers")
diff --git a/debbugs.el b/debbugs.el
index 03211a1..ed1f0bc 100644
--- a/debbugs.el
+++ b/debbugs.el
@@ -5,7 +5,7 @@
;; Author: Michael Albinus <[email protected]>
;; Keywords: comm, hypermedia
;; Package: debbugs
-;; Version: 0.3
+;; Version: 0.4
;; This file is part of GNU Emacs.
@@ -24,10 +24,11 @@
;;; Commentary:
-;; This package provides some basic functions to access a debbugs SOAP
+;; This package provides basic functions to access a Debbugs SOAP
;; server (see <http://wiki.debian.org/DebbugsSoapInterface>).
-;; The SOAP function "get_versions" is not implemented (yet).
+;; The function "get_versions" is not implemented (yet). "search_est"
+;; is an extension on <http://debbugs.gnu.org>.
;;; Code: