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

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

[elpa] master 5133f49 2/2: Bump debbugs 0.15


From: Michael Albinus
Subject: [elpa] master 5133f49 2/2: Bump debbugs 0.15
Date: Wed, 17 Jan 2018 10:24:30 -0500 (EST)

branch: master
commit 5133f49c2a7f084adb1885cfaa22aef2edfb9c1f
Author: Michael Albinus <address@hidden>
Commit: Michael Albinus <address@hidden>

    Bump debbugs 0.15
    
        * packages/debbugs/Debbugs.wsdl:
        * packages/debbugs/debbugs.el:
        * packages/debbugs/debbugs-browse.el:
        * packages/debbugs/debbugs-gnu.el:
        * packages/debbugs/debbugs-org.el:
        * packages/debbugs/debbugs-ug.texi:
        * packages/debbugs/debbugs.texi: Update copyright years.
    
        * packages/debbugs/debbugs-ug.texi (Minor Mode):
        Mention `debbugs-browse-url-regexp'.
    
        * packages/debbugs/debbugs.el: Increase Version to 0.15.
---
 packages/debbugs/Debbugs.wsdl    |  2 +-
 packages/debbugs/debbugs-gnu.el  |  2 +-
 packages/debbugs/debbugs-org.el  |  2 +-
 packages/debbugs/debbugs-ug.info | 37 +++++++++++++++++++------------------
 packages/debbugs/debbugs-ug.texi |  9 +++++----
 packages/debbugs/debbugs.el      |  4 ++--
 packages/debbugs/debbugs.info    | 20 ++++++++++----------
 packages/debbugs/debbugs.texi    |  2 +-
 8 files changed, 40 insertions(+), 38 deletions(-)

diff --git a/packages/debbugs/Debbugs.wsdl b/packages/debbugs/Debbugs.wsdl
index 69b7d82..24ef93b 100644
--- a/packages/debbugs/Debbugs.wsdl
+++ b/packages/debbugs/Debbugs.wsdl
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 
-<!-- Copyright (C) 2011-2017  Free Software Foundation, Inc.
+<!-- Copyright (C) 2011-2018  Free Software Foundation, Inc.
 
 This file is not part of GNU Emacs.
 
diff --git a/packages/debbugs/debbugs-gnu.el b/packages/debbugs/debbugs-gnu.el
index cd63625..6400b47 100644
--- a/packages/debbugs/debbugs-gnu.el
+++ b/packages/debbugs/debbugs-gnu.el
@@ -1,6 +1,6 @@
 ;;; debbugs-gnu.el --- interface for the GNU bug tracker  -*- 
lexical-binding:t -*-
 
-;; Copyright (C) 2011-2017 Free Software Foundation, Inc.
+;; Copyright (C) 2011-2018 Free Software Foundation, Inc.
 
 ;; Author: Lars Magne Ingebrigtsen <address@hidden>
 ;;         Michael Albinus <address@hidden>
diff --git a/packages/debbugs/debbugs-org.el b/packages/debbugs/debbugs-org.el
index 72f4bf9..8020fed 100644
--- a/packages/debbugs/debbugs-org.el
+++ b/packages/debbugs/debbugs-org.el
@@ -1,6 +1,6 @@
 ;;; debbugs-org.el --- Org-mode interface for the GNU bug tracker  -*- 
lexical-binding:t -*-
 
-;; Copyright (C) 2013-2017 Free Software Foundation, Inc.
+;; Copyright (C) 2013-2018 Free Software Foundation, Inc.
 
 ;; Author: Michael Albinus <address@hidden>
 ;; Keywords: comm, hypermedia, maint, outlines
diff --git a/packages/debbugs/debbugs-ug.info b/packages/debbugs/debbugs-ug.info
index 033fcef..097d71d 100644
--- a/packages/debbugs/debbugs-ug.info
+++ b/packages/debbugs/debbugs-ug.info
@@ -1,7 +1,7 @@
-This is debbugs-ug.info, produced by makeinfo version 6.1 from
+This is debbugs-ug.info, produced by makeinfo version 6.4.90 from
 debbugs-ug.texi.
 
-Copyright (C) 2015-2017 Free Software Foundation, Inc.
+Copyright (C) 2015-2018 Free Software Foundation, Inc.
 
      Permission is granted to copy, distribute and/or modify this
      document under the terms of the GNU Free Documentation License,
@@ -588,8 +588,9 @@ or 'debbugs-org-bugs' is called.
 
    This minor mode is applicable for all URLs, not only bug
 references.  Any URL with the format <https://debbugs.gnu.org/12345>
-will be shown in a bug report buffer, when 'debbugs-browse-mode' is
-enabled.
+or <https://bugs.gnu.org/54321> will be shown in a bug report buffer,
+when 'debbugs-browse-mode' is enabled.  See user option
+'debbugs-browse-url-regexp' for the syntax of supported URLs.
 
 
 File: debbugs-ug.info,  Node: Command Index,  Next: Variable Index,  Prev: 
Minor Mode,  Up: Top
@@ -666,19 +667,19 @@ Key Index
 
 
 Tag Table:
-Node: Top1097
-Node: Retrieving Bugs2635
-Node: Searching Bugs6868
-Ref: Searching Bugs-Footnote-111181
-Ref: Searching Bugs-Footnote-211269
-Node: Presenting Bugs11360
-Node: Tabulated Lists11936
-Node: TODO Items15611
-Node: Control Messages16667
-Node: Applying Patches19710
-Node: Minor Mode21076
-Node: Command Index22021
-Node: Variable Index22810
-Node: Key Index23884
+Node: Top1100
+Node: Retrieving Bugs2638
+Node: Searching Bugs6871
+Ref: Searching Bugs-Footnote-111184
+Ref: Searching Bugs-Footnote-211272
+Node: Presenting Bugs11363
+Node: Tabulated Lists11939
+Node: TODO Items15614
+Node: Control Messages16670
+Node: Applying Patches19713
+Node: Minor Mode21079
+Node: Command Index22135
+Node: Variable Index22924
+Node: Key Index23998
 
 End Tag Table
diff --git a/packages/debbugs/debbugs-ug.texi b/packages/debbugs/debbugs-ug.texi
index 95bcbd7..ae3f2f1 100644
--- a/packages/debbugs/debbugs-ug.texi
+++ b/packages/debbugs/debbugs-ug.texi
@@ -8,7 +8,7 @@
 @end direntry
 
 @copying
-Copyright @copyright{} 2015-2017 Free Software Foundation, Inc.
+Copyright @copyright{} 2015-2018 Free Software Foundation, Inc.
 
 @quotation
 Permission is granted to copy, distribute and/or modify this document
@@ -657,9 +657,10 @@ user option @code{debbugs-browse-function} controls, 
whether
 @code{debbugs-gnu-bugs} or @code{debbugs-org-bugs} is called.
 
 This minor mode is applicable for all URLs, not only bug references.
-Any URL with the format @uref{https://debbugs.gnu.org/12345} will be
-shown in a bug report buffer, when @code{debbugs-browse-mode} is
-enabled.
+Any URL with the format @uref{https://debbugs.gnu.org/12345} or
address@hidden://bugs.gnu.org/54321} will be shown in a bug report
+buffer, when @code{debbugs-browse-mode} is enabled.  See user option
address@hidden for the syntax of supported URLs.
 
 
 @node Command Index
diff --git a/packages/debbugs/debbugs.el b/packages/debbugs/debbugs.el
index 82bab07..787e476 100644
--- a/packages/debbugs/debbugs.el
+++ b/packages/debbugs/debbugs.el
@@ -1,11 +1,11 @@
 ;;; debbugs.el --- SOAP library to access debbugs servers  -*- 
lexical-binding:t -*-
 
-;; Copyright (C) 2011-2017 Free Software Foundation, Inc.
+;; Copyright (C) 2011-2018 Free Software Foundation, Inc.
 
 ;; Author: Michael Albinus <address@hidden>
 ;; Keywords: comm, hypermedia
 ;; Package: debbugs
-;; Version: 0.14
+;; Version: 0.15
 ;; Package-Requires: ((soap-client "3.1.1") (cl-lib "0.5"))
 
 ;; This file is not part of GNU Emacs.
diff --git a/packages/debbugs/debbugs.info b/packages/debbugs/debbugs.info
index 568d90c..8197dd0 100644
--- a/packages/debbugs/debbugs.info
+++ b/packages/debbugs/debbugs.info
@@ -1,7 +1,7 @@
-This is debbugs.info, produced by makeinfo version 6.1 from
+This is debbugs.info, produced by makeinfo version 6.4.90 from
 debbugs.texi.
 
-Copyright (C) 2011-2017 Free Software Foundation, Inc.
+Copyright (C) 2011-2018 Free Software Foundation, Inc.
 
      Permission is granted to copy, distribute and/or modify this
      document under the terms of the GNU Free Documentation License,
@@ -722,13 +722,13 @@ also package names as user identification.
 
 
 Tag Table:
-Node: Top1094
-Node: Installation3235
-Node: Configuration4334
-Node: Requesting bug numbers6689
-Node: Requesting bugs statuses12070
-Node: Searching bugs16362
-Node: Requesting messages23168
-Node: Requesting user tags26174
+Node: Top1097
+Node: Installation3238
+Node: Configuration4337
+Node: Requesting bug numbers6692
+Node: Requesting bugs statuses12073
+Node: Searching bugs16365
+Node: Requesting messages23171
+Node: Requesting user tags26177
 
 End Tag Table
diff --git a/packages/debbugs/debbugs.texi b/packages/debbugs/debbugs.texi
index 87168cc..84d58f2 100644
--- a/packages/debbugs/debbugs.texi
+++ b/packages/debbugs/debbugs.texi
@@ -8,7 +8,7 @@
 @end direntry
 
 @copying
-Copyright @copyright{} 2011-2017 Free Software Foundation, Inc.
+Copyright @copyright{} 2011-2018 Free Software Foundation, Inc.
 
 @quotation
 Permission is granted to copy, distribute and/or modify this document



reply via email to

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