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

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

[elpa] externals/debbugs e875a34129: Release debbugs 0.30


From: Michael Albinus
Subject: [elpa] externals/debbugs e875a34129: Release debbugs 0.30
Date: Sat, 22 Jan 2022 13:25:12 -0500 (EST)

branch: externals/debbugs
commit e875a34129ddddefd88895017701607e8affa6d7
Author: Michael Albinus <michael.albinus@gmx.de>
Commit: Michael Albinus <michael.albinus@gmx.de>

    Release debbugs 0.30
    
    * debbugs-gnu.el (debbugs-gnu-print-entry):
    Add `tabulated-list-entry' text property.
    
    * debbugs.el: Bump version to 0.30.
---
 Debbugs.wsdl      | 2 +-
 debbugs-browse.el | 2 +-
 debbugs-gnu.el    | 6 ++++--
 debbugs-org.el    | 2 +-
 debbugs-ug.texi   | 2 +-
 debbugs.el        | 4 ++--
 debbugs.texi      | 2 +-
 7 files changed, 11 insertions(+), 9 deletions(-)

diff --git a/Debbugs.wsdl b/Debbugs.wsdl
index ee3de75fd2..a0ff28d280 100644
--- a/Debbugs.wsdl
+++ b/Debbugs.wsdl
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 
-<!-- Copyright (C) 2011-2021  Free Software Foundation, Inc.
+<!-- Copyright (C) 2011-2022  Free Software Foundation, Inc.
 
 This file is not part of GNU Emacs.
 
diff --git a/debbugs-browse.el b/debbugs-browse.el
index 8532d28210..324baac174 100644
--- a/debbugs-browse.el
+++ b/debbugs-browse.el
@@ -1,6 +1,6 @@
 ;; debbugs-browse.el --- browse bug URLs with debbugs-gnu or debbugs-org
 
-;; Copyright (C) 2015-2021 Free Software Foundation, Inc.
+;; Copyright (C) 2015-2022 Free Software Foundation, Inc.
 
 ;; Author: Michael Albinus <michael.albinus@gmx.de>
 ;; Keywords: comm, hypermedia, maint
diff --git a/debbugs-gnu.el b/debbugs-gnu.el
index 770a832cb3..15c7b34ba5 100644
--- a/debbugs-gnu.el
+++ b/debbugs-gnu.el
@@ -1,6 +1,6 @@
 ;;; debbugs-gnu.el --- interface for the GNU bug tracker  -*- 
lexical-binding:t -*-
 
-;; Copyright (C) 2011-2021 Free Software Foundation, Inc.
+;; Copyright (C) 2011-2022 Free Software Foundation, Inc.
 
 ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org>
 ;;         Michael Albinus <michael.albinus@gmx.de>
@@ -1083,7 +1083,9 @@ Used instead of `tabulated-list-print-entry'."
       ;; Add properties.
       (add-text-properties
        beg (point)
-       `(tabulated-list-id ,list-id mouse-face highlight))
+       `(tabulated-list-id ,list-id
+        tabulated-list-entry ,cols
+        mouse-face highlight))
       (insert ?\n))))
 
 (defun debbugs-gnu-menu-map-emacs-enabled ()
diff --git a/debbugs-org.el b/debbugs-org.el
index b12f887e3b..c4343ecd8e 100644
--- a/debbugs-org.el
+++ b/debbugs-org.el
@@ -1,6 +1,6 @@
 ;;; debbugs-org.el --- Org-mode interface for the GNU bug tracker  -*- 
lexical-binding:t -*-
 
-;; Copyright (C) 2013-2021 Free Software Foundation, Inc.
+;; Copyright (C) 2013-2022 Free Software Foundation, Inc.
 
 ;; Author: Michael Albinus <michael.albinus@gmx.de>
 ;; Keywords: comm, hypermedia, maint, outlines
diff --git a/debbugs-ug.texi b/debbugs-ug.texi
index 1ae2e27397..61555d0b91 100644
--- a/debbugs-ug.texi
+++ b/debbugs-ug.texi
@@ -8,7 +8,7 @@
 @end direntry
 
 @copying
-Copyright @copyright{} 2015-2021 Free Software Foundation, Inc.
+Copyright @copyright{} 2015-2022 Free Software Foundation, Inc.
 
 @quotation
 Permission is granted to copy, distribute and/or modify this document
diff --git a/debbugs.el b/debbugs.el
index 60885c53f5..be4ff05a78 100644
--- a/debbugs.el
+++ b/debbugs.el
@@ -1,11 +1,11 @@
 ;;; debbugs.el --- SOAP library to access debbugs servers  -*- 
lexical-binding:t -*-
 
-;; Copyright (C) 2011-2021 Free Software Foundation, Inc.
+;; Copyright (C) 2011-2022 Free Software Foundation, Inc.
 
 ;; Author: Michael Albinus <michael.albinus@gmx.de>
 ;; Keywords: comm, hypermedia
 ;; Package: debbugs
-;; Version: 0.29
+;; Version: 0.30
 ;; Package-Requires: ((emacs "25.1") (soap-client "3.1.5"))
 
 ;; This file is not part of GNU Emacs.
diff --git a/debbugs.texi b/debbugs.texi
index c80652b61e..ab520f3f97 100644
--- a/debbugs.texi
+++ b/debbugs.texi
@@ -8,7 +8,7 @@
 @end direntry
 
 @copying
-Copyright @copyright{} 2011-2021 Free Software Foundation, Inc.
+Copyright @copyright{} 2011-2022 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]