branch: externals/debbugs commit 6c2e2d892d96a44cefc0fef4408087f054eb09ca Author: Michael Albinus <michael.albi...@gmx.de> Commit: Michael Albinus <michael.albi...@gmx.de>
Release debbugs 0.38. Adapt copyright years. * debbugs-gnu.el (debbugs-gnu-default-packages): Add autoconf and elpa. * debbugs.el: Bump version to 0.38. --- Debbugs.wsdl | 2 +- debbugs-browse.el | 2 +- debbugs-compat.el | 2 +- debbugs-gnu.el | 7 ++++--- debbugs-guix.el | 2 +- debbugs-org.el | 2 +- debbugs-ug.texi | 2 +- debbugs.el | 4 ++-- debbugs.texi | 2 +- 9 files changed, 13 insertions(+), 12 deletions(-) diff --git a/Debbugs.wsdl b/Debbugs.wsdl index 899f452877..c25cf2f2ed 100644 --- a/Debbugs.wsdl +++ b/Debbugs.wsdl @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> -<!-- Copyright (C) 2011-2023 Free Software Foundation, Inc. +<!-- Copyright (C) 2011-2024 Free Software Foundation, Inc. This file is not part of GNU Emacs. diff --git a/debbugs-browse.el b/debbugs-browse.el index 839ca3eb3c..cb622ac596 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-2023 Free Software Foundation, Inc. +;; Copyright (C) 2015-2024 Free Software Foundation, Inc. ;; Author: Michael Albinus <michael.albi...@gmx.de> ;; Keywords: comm, hypermedia, maint diff --git a/debbugs-compat.el b/debbugs-compat.el index 8f9740333b..29509fa6d2 100644 --- a/debbugs-compat.el +++ b/debbugs-compat.el @@ -1,6 +1,6 @@ ;;; debbugs-compat.el --- Compatibility library for debbugs -*- lexical-binding:t -*- -;; Copyright (C) 2022-2023 Free Software Foundation, Inc. +;; Copyright (C) 2022-2024 Free Software Foundation, Inc. ;; Author: Michael Albinus <michael.albi...@gmx.de> ;; Keywords: comm, hypermedia diff --git a/debbugs-gnu.el b/debbugs-gnu.el index 4692bf98b6..7faf4e2db7 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-2023 Free Software Foundation, Inc. +;; Copyright (C) 2011-2024 Free Software Foundation, Inc. ;; Author: Lars Magne Ingebrigtsen <la...@gnus.org> ;; Michael Albinus <michael.albi...@gmx.de> @@ -300,7 +300,7 @@ If nil, the value of `send-mail-function' is used instead." (const "adns") (const "anubis") (const "auctex") - ;(const "autoconf") + (const "autoconf") (const "automake") (const "automake-patches") (const "cc-mode") @@ -309,6 +309,7 @@ If nil, the value of `send-mail-function' is used instead." (const "debbugs.gnu.org") (const "dejagnu") (const "diffutils") + (const "elpa") (const "emacs") (const "emacs-xwidgets") (const "fm") @@ -338,7 +339,7 @@ If nil, the value of `send-mail-function' is used instead." 'help-echo "This is a pseudo package for test.")) (const "vc-dwim") (const "woodchuck")) - :version "28.1") + :version "29.2") (defconst debbugs-gnu-all-packages (mapcar #'cadr (cdr (get 'debbugs-gnu-default-packages 'custom-type))) diff --git a/debbugs-guix.el b/debbugs-guix.el index 66b2e394e2..08f4a285f0 100644 --- a/debbugs-guix.el +++ b/debbugs-guix.el @@ -1,6 +1,6 @@ ;;; debbugs-guix.el --- guix specific debbugs functions -*- lexical-binding: t; -*- ;; -;; Copyright (C) 2022-2023 Free Software Foundation, Inc. +;; Copyright (C) 2022-2024 Free Software Foundation, Inc. ;; Author: Joshua Branson <jbra...@dismail.de> ;; Keywords: comm, hypermedia, maint diff --git a/debbugs-org.el b/debbugs-org.el index 2055a0faec..c8a94c32dc 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-2023 Free Software Foundation, Inc. +;; Copyright (C) 2013-2024 Free Software Foundation, Inc. ;; Author: Michael Albinus <michael.albi...@gmx.de> ;; Keywords: comm, hypermedia, maint, outlines diff --git a/debbugs-ug.texi b/debbugs-ug.texi index 5b7c682a9c..d5663121d1 100644 --- a/debbugs-ug.texi +++ b/debbugs-ug.texi @@ -8,7 +8,7 @@ @end direntry @copying -Copyright @copyright{} 2015-2023 Free Software Foundation, Inc. +Copyright @copyright{} 2015-2024 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 5f351ef62a..95a37f4787 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-2023 Free Software Foundation, Inc. +;; Copyright (C) 2011-2024 Free Software Foundation, Inc. ;; Author: Michael Albinus <michael.albi...@gmx.de> ;; Keywords: comm, hypermedia ;; Package: debbugs -;; Version: 0.37 +;; Version: 0.38 ;; Package-Requires: ((emacs "26.1") (soap-client "3.1.5")) ;; This file is not part of GNU Emacs. diff --git a/debbugs.texi b/debbugs.texi index 12b1b0108c..37faf28330 100644 --- a/debbugs.texi +++ b/debbugs.texi @@ -8,7 +8,7 @@ @end direntry @copying -Copyright @copyright{} 2011-2023 Free Software Foundation, Inc. +Copyright @copyright{} 2011-2024 Free Software Foundation, Inc. @quotation Permission is granted to copy, distribute and/or modify this document