[latex3-commits] [git/LaTeX3-latex3-latex2e] removecallback: Document changes (dad9ffae)

Marcel Fabian Krüger tex at 2krueger.de
Sat Mar 7 00:44:30 CET 2020


Repository : https://github.com/latex3/latex2e
On branch  : removecallback
Link       : https://github.com/latex3/latex2e/commit/dad9ffae4040ea7bc1dfdb7028de08e3a58ba682

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

commit dad9ffae4040ea7bc1dfdb7028de08e3a58ba682
Author: Marcel Fabian Krüger <tex at 2krueger.de>
Date:   Sat Mar 7 00:44:30 2020 +0100

    Document changes


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

dad9ffae4040ea7bc1dfdb7028de08e3a58ba682
 base/changes.txt  | 5 +++++
 base/ltluatex.dtx | 3 ++-
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/base/changes.txt b/base/changes.txt
index cb0dab51..ce8705a3 100644
--- a/base/changes.txt
+++ b/base/changes.txt
@@ -4,6 +4,11 @@ completeness or accuracy and it contains some references to files that
 are not part of the distribution.
 =======================================================================
 
+2020-03-07  Marcel Krüger    <Marcel.Krueger at latex-project.org>
+
+  * ltluatex.dtx: Fix remove_from_callback for mlist_to_hlist
+  and other engine callbacks hidden by user-defined ones
+
 #########################
 # 2020-02-02 PL 1 Release
 #########################
diff --git a/base/ltluatex.dtx b/base/ltluatex.dtx
index 860891fd..d7ca7d05 100644
--- a/base/ltluatex.dtx
+++ b/base/ltluatex.dtx
@@ -28,7 +28,7 @@
 \ProvidesFile{ltluatex.dtx}
 %</driver>
 %<*tex>
-[2020/02/02 v1.1l
+[2020/03/07 v1.1m
 %</tex>
 %<plain>  LuaTeX support for plain TeX (core)
 %<*tex>
@@ -1716,6 +1716,7 @@ luatexbase.add_to_callback = add_to_callback
 % \changes{v1.0a}{2015/09/24}{Function added}
 % \changes{v1.0k}{2015/12/02}{adjust initialisation of cb local (PHG)}
 % \changes{v1.0k}{2015/12/02}{Give more specific error messages (PHG)}
+% \changes{v1.1m}{2020/03/07}{Do not call callback.register for user-defined callbacks}
 %   Remove a function from a callback. First check arguments.
 %    \begin{macrocode}
 local function remove_from_callback(name, description)





More information about the latex3-commits mailing list.