emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[ELPA-diffs] /srv/bzr/emacs/elpa r292: * debbugs.el:


From: Michael Albinus
Subject: [ELPA-diffs] /srv/bzr/emacs/elpa r292: * debbugs.el:
Date: Wed, 31 Oct 2012 12:22:50 +0100
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 292
committer: Michael Albinus <address@hidden
branch nick: elpa
timestamp: Wed 2012-10-31 12:22:50 +0100
message:
  * debbugs.el:
  * debbugs-gnu.el:
  * debbugs-pkg.el: Change version to 0.4.
  
  * README: Extend list of implemented functions.
modified:
  packages/debbugs/README
  packages/debbugs/debbugs-gnu.el
  packages/debbugs/debbugs-pkg.el
  packages/debbugs/debbugs.el
=== modified file 'packages/debbugs/README'
--- a/packages/debbugs/README   2012-10-18 13:27:09 +0000
+++ b/packages/debbugs/README   2012-10-31 11:22:50 +0000
@@ -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'.

=== modified file 'packages/debbugs/debbugs-gnu.el'
--- a/packages/debbugs/debbugs-gnu.el   2012-10-29 12:56:24 +0000
+++ b/packages/debbugs/debbugs-gnu.el   2012-10-31 11:22:50 +0000
@@ -5,7 +5,7 @@
 ;; Author: Lars Magne Ingebrigtsen <address@hidden>
 ;; Keywords: comm, hypermedia, maint
 ;; Package: debbugs
-;; Version: 0.3
+;; Version: 0.4
 
 ;; This file is part of GNU Emacs.
 

=== modified file 'packages/debbugs/debbugs-pkg.el'
--- a/packages/debbugs/debbugs-pkg.el   2011-09-09 15:20:20 +0000
+++ b/packages/debbugs/debbugs-pkg.el   2012-10-31 11:22:50 +0000
@@ -1,1 +1,1 @@
-(define-package "debbugs" "0.3" "SOAP library to access debbugs servers")
+(define-package "debbugs" "0.4" "SOAP library to access debbugs servers")

=== modified file 'packages/debbugs/debbugs.el'
--- a/packages/debbugs/debbugs.el       2012-10-29 12:56:24 +0000
+++ b/packages/debbugs/debbugs.el       2012-10-31 11:22:50 +0000
@@ -5,7 +5,7 @@
 ;; Author: Michael Albinus <address@hidden>
 ;; 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:
 


reply via email to

[Prev in Thread] Current Thread [Next in Thread]