summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/hyperref/ChangeLog.txt
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/hyperref/ChangeLog.txt')
-rw-r--r--macros/latex/contrib/hyperref/ChangeLog.txt17
1 files changed, 15 insertions, 2 deletions
diff --git a/macros/latex/contrib/hyperref/ChangeLog.txt b/macros/latex/contrib/hyperref/ChangeLog.txt
index a3190b351d..84e4509047 100644
--- a/macros/latex/contrib/hyperref/ChangeLog.txt
+++ b/macros/latex/contrib/hyperref/ChangeLog.txt
@@ -1,14 +1,27 @@
+2023-02-05 Ulrike Fischer/David Carlisle
+ * if babel is loaded casing with \MakeUppercase and \MakeLowercase
+ respects the rules of the current locale/language in the bookmarks.
+ * removed old amstex patch of \@seteqlabel
+ * added test for \hyper@nopatch@amsmath@tag to allow to suppress an amsmath patch
+ * added test for \hyper@nopatch@counter to allow to suppress redefinitions of counter commands
+ * added test for \hyper@nopatch@mathenv to suppress math related patches
+ * added test for \hyper@nopatch@toc to suppress redefinition of toc related commands.
+
+2023-02-04 Yukai Chou
+ * change puenc-greek.def to puenc-greekbasic.def in docs, to sync with file
+ renaming, issue #269
+
2022-22-11 Ulrike Fischer/David Carlisle
* don't set the pagesize if \mag is different from 1000, see issue #1138 in latex3.
* avoid error from old labels if hyperref is loaded, issue #261
* fixed issue #260
* fixed a nopatch command, issue #258
* Use protected commands in \contentsline to allow the use of \MakeUppercase, issue #121
-
+
2022-09-22 Ulrike Fischer/David Carlisle
* adapt setpagesize option to changes in LaTeX (stockwidth is always defined)
* Use hooks instead of auxhook package
-
+
2022-06-20 Ulrike Fischer/David Carlisle
* don't redefine \@secondoffive and \@fifthoffive, issue #238
* add interface to access some pdf related values unchanged (needed by hyperxmp).