[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[ELPA-diffs] /srv/bzr/emacs/elpa r167: Update the README for the debbugs
From: |
Chong Yidong |
Subject: |
[ELPA-diffs] /srv/bzr/emacs/elpa r167: Update the README for the debbugs package. |
Date: |
Sat, 07 Jan 2012 10:15:37 +0800 |
User-agent: |
Bazaar (2.3.1) |
------------------------------------------------------------
revno: 167
committer: Chong Yidong <address@hidden>
branch nick: elpa
timestamp: Sat 2012-01-07 10:15:37 +0800
message:
Update the README for the debbugs package.
modified:
packages/debbugs/README
packages/debbugs/debbugs-gnu.el
=== modified file 'packages/debbugs/README'
--- a/packages/debbugs/README 2011-03-07 18:51:39 +0000
+++ b/packages/debbugs/README 2012-01-07 02:15:37 +0000
@@ -1,9 +1,13 @@
-This package provides some 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" and "get_bug_log". The SOAP functions "get_usertag" and
+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.
+
+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"
+and "get_bug_log". The SOAP functions "get_usertag" and
"get_versions" are not implemented (yet).
-The debbugs server to be connected can be customized via the option
+You can connect to other debbugs servers by customizing the variable
`debbugs-port'.
=== modified file 'packages/debbugs/debbugs-gnu.el'
--- a/packages/debbugs/debbugs-gnu.el 2011-09-18 19:12:31 +0000
+++ b/packages/debbugs/debbugs-gnu.el 2012-01-07 02:15:37 +0000
@@ -25,7 +25,7 @@
;;; Commentary:
;; This package provides an interface to bug reports which are located
-;; on the GNU bug tracker debbugs.gnu.org. It's main purpose is to
+;; on the GNU bug tracker debbugs.gnu.org. Its main purpose is to
;; show and manipulate bug reports from Emacs, but it could be used
;; also for other GNU projects which use the same bug tracker.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [ELPA-diffs] /srv/bzr/emacs/elpa r167: Update the README for the debbugs package.,
Chong Yidong <=