[latex3-commits] [latex3/hyperref] develop: remove infwarerr (#317) (908e303)

github at latex-project.org github at latex-project.org
Sun Nov 26 18:12:19 CET 2023


Repository : https://github.com/latex3/hyperref
On branch  : develop
Link       : https://github.com/latex3/hyperref/commit/908e3030cccb6db6b9e8c14ef55555443db53b61

>---------------------------------------------------------------

commit 908e3030cccb6db6b9e8c14ef55555443db53b61
Author: David Carlisle <d.p.carlisle at gmail.com>
Date:   Sun Nov 26 17:12:19 2023 +0000

    remove infwarerr (#317)
    
    Co-authored-by: Ulrike Fischer <news3 at nililand.de>


>---------------------------------------------------------------

908e3030cccb6db6b9e8c14ef55555443db53b61
 ChangeLog.txt |  4 ++++
 hyperref.dtx  | 10 +++++-----
 2 files changed, 9 insertions(+), 5 deletions(-)

diff --git a/ChangeLog.txt b/ChangeLog.txt
index 9448377..6bf7b8a 100644
--- a/ChangeLog.txt
+++ b/ChangeLog.txt
@@ -1,3 +1,7 @@
+
+2023-11-26  David Carlisle
+	* hyperref.dtx: Remove infwarerr
+
 2023-11-26 Ulrike Fischer
 	* xr-hyper.sty: store URL/file name of external documents always to
 	* allow file links even without destinations.
diff --git a/hyperref.dtx b/hyperref.dtx
index 2ec7050..4aaf342 100644
--- a/hyperref.dtx
+++ b/hyperref.dtx
@@ -606,11 +606,11 @@
 \RequirePackage{auxhook}[2009/12/14]
 \RequirePackage{nameref}[2012/07/28]
 \RequirePackage{etoolbox}
-\def\Hy at Error{\@PackageError{hyperref}}
-\def\Hy at Warning{\@PackageWarning{hyperref}}
-\def\Hy at WarningNoLine{\@PackageWarningNoLine{hyperref}}
-\def\Hy at Info{\@PackageInfo{hyperref}}
-\def\Hy at InfoNoLine{\@PackageInfoNoLine{hyperref}}
+\def\Hy at Error{\PackageError{hyperref}}
+\def\Hy at Warning{\PackageWarning{hyperref}}
+\def\Hy at WarningNoLine{\PackageWarningNoLine{hyperref}}
+\def\Hy at Info{\PackageInfo{hyperref}}
+\def\Hy at InfoNoLine#1{\PackageInfo{hyperref}{#1\@gobble}}
 \def\Hy at Message#1{%
   \GenericWarning{%
     (hyperref)\@spaces\@spaces\@spaces\@spaces





More information about the latex3-commits mailing list.