]> code.delx.au - gnu-emacs-elpa/commitdiff
Upgrade debbugs to 0.7
authorMichael Albinus <michael.albinus@gmx.de>
Mon, 13 Apr 2015 14:34:38 +0000 (16:34 +0200)
committerMichael Albinus <michael.albinus@gmx.de>
Mon, 13 Apr 2015 14:34:38 +0000 (16:34 +0200)
* debbugs-gnu.el (debbugs-gnu-default-packages): Update list.

packages/debbugs/README
packages/debbugs/debbugs-browse.el
packages/debbugs/debbugs-gnu.el
packages/debbugs/debbugs-org.el
packages/debbugs/debbugs.el

index 439b10fa6c4347aa54da32ad63b19ac0bab44f1e..9b2cef5921f02a335891fd1ff0afd8702a0e4904 100644 (file)
@@ -9,6 +9,9 @@ If you prefer the listing of bugs as TODO items of `org-mode', you
 could use the commands `M-x debbugs-org', `M-x debbugs-org-search' and
 `M-x debbugs-org-bugs' instead.
 
+A minor mode `debbugs-browse-mode' let you browse URLs to the GNU Bug
+Tracker as well as bug identifiers prepared for `bug-reference-mode'.
+
 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",
index b62bb5b7eba414ff731264b2455b15c96907fcf9..39b635761f65b5706e02fbdba1e9c050e7ae6693 100644 (file)
@@ -5,7 +5,7 @@
 ;; Author: Michael Albinus <michael.albinus@gmx.de>
 ;; Keywords: comm, hypermedia, maint
 ;; Package: debbugs
-;; Version: 0.6
+;; Version: 0.7
 
 ;; This file is part of GNU Emacs.
 
index a8738049a2b879cc266b246d9bec2b07447a7f5b..6d7180284d1d12e19cda38adb786a587c36a43bd 100644 (file)
@@ -6,7 +6,7 @@
 ;;         Michael Albinus <michael.albinus@gmx.org>
 ;; Keywords: comm, hypermedia, maint
 ;; Package: debbugs
-;; Version: 0.6
+;; Version: 0.7
 
 ;; This file is not part of GNU Emacs.
 
   ;; <http://debbugs.gnu.org/Packages.html>
   ;; <http://debbugs.gnu.org/cgi/pkgindex.cgi>
   :group 'debbugs-gnu
-  :type '(set (const "auctex")
+  :type '(set (const "adns")
+             (const "auctex")
              (const "automake")
              (const "cc-mode")
              (const "coreutils")
              (const "mh-e")
              (const "org-mode")
              (const "parted")
+             (const "sed")
              (const "vc-dwim")
              (const "woodchuck"))
   :version "24.4")
index d49219ff191cbc1b9cf7199e8ed7d6409ac95bc4..a1b283a8273db51508e33169a50adef082a8465a 100644 (file)
@@ -5,7 +5,7 @@
 ;; Author: Michael Albinus <michael.albinus@gmx.org>
 ;; Keywords: comm, hypermedia, maint, outlines
 ;; Package: debbugs
-;; Version: 0.6
+;; Version: 0.7
 
 ;; This file is not part of GNU Emacs.
 
index 35caf8397f356fcd8ffe5543e52e918976a129d7..88b6b9e893746ea05f57cb1869186892b0683aab 100644 (file)
@@ -5,7 +5,7 @@
 ;; Author: Michael Albinus <michael.albinus@gmx.de>
 ;; Keywords: comm, hypermedia
 ;; Package: debbugs
-;; Version: 0.6
+;; Version: 0.7
 
 ;; This file is not part of GNU Emacs.