]> code.delx.au - gnu-emacs-elpa/blobdiff - packages/debbugs/README
Clean up copyright notices.
[gnu-emacs-elpa] / packages / debbugs / README
index b20dbc87ef3a98cecd9f8927fac49ed6965c1eea..13ba777d2469a493ca61399842201611472c2aac 100644 (file)
@@ -1,9 +1,13 @@
-This package provides some basic functions to access a debbugs SOAP
-server (see <http://wiki.debian.org/DebbugsSoapInterface>).
+This package lets you access the GNU Bug Tracker from within Emacs.
 
-It implements the SOAP functions "get_bugs", "newest_bugs",
-"get_status" and "get_bug_log".  The SOAP functions "get_usertag" and
-"get_versions" are not implemented (yet).
+It defines the command `M-x debbugs-gnu' for listing bugs, and the
+command `M-x debbugs-gnu-search' for bug searching.
 
-The debbugs server to be connected can be customized via the option
+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).
+
+You can connect to other debbugs servers by customizing the variable
 `debbugs-port'.