[latex3-commits] [git/LaTeX3-latex3-latex2e] callback_rules: Add \changes lines (13eba607)
Marcel Fabian Krüger
tex at 2krueger.de
Sun Sep 4 15:05:24 CEST 2022
Repository : https://github.com/latex3/latex2e
On branch : callback_rules
Link : https://github.com/latex3/latex2e/commit/13eba6073bbf8658b85bd250b65fa85680fff217
>---------------------------------------------------------------
commit 13eba6073bbf8658b85bd250b65fa85680fff217
Author: Marcel Fabian Krüger <tex at 2krueger.de>
Date: Sun Sep 4 15:05:24 2022 +0200
Add \changes lines
>---------------------------------------------------------------
13eba6073bbf8658b85bd250b65fa85680fff217
base/ltluatex.dtx | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/base/ltluatex.dtx b/base/ltluatex.dtx
index 8e9883e6..de997177 100644
--- a/base/ltluatex.dtx
+++ b/base/ltluatex.dtx
@@ -28,7 +28,7 @@
\ProvidesFile{ltluatex.dtx}
%</driver>
%<*tex>
-[2022/08/13 v1.1y
+[2022/09/04 v1.2a
%</tex>
%<plain> LuaTeX support for plain TeX (core)
%<*tex>
@@ -1326,6 +1326,8 @@ luatexbase.new_luafunction = new_luafunction
% element tables with the descriptions of the constrained callback implementations.
% It can additionally contain a |type| entry indicating the kind of rule. A missing
% value indicates a normal ordering contraint.
+%
+% \changes{v1.2a}{2022/09/04}{Add rules for callback ordering}
% \begin{macrocode}
local realcallbacklist = {}
local callbackrules = {}
@@ -1869,6 +1871,7 @@ luatexbase.call_callback=call_callback
% \changes{v1.0a}{2015/09/24}{Function added}
% Add a function to a callback. First check arguments.
% \changes{v1.0k}{2015/12/02}{Give more specific error messages (PHG)}
+% \changes{v1.2a}{2022/09/04}{Add rules for callback ordering}
% \begin{macrocode}
local function add_to_callback(name, func, description)
if not name or name == "" then
@@ -1911,6 +1914,7 @@ local function add_to_callback(name, func, description)
end
end
% \end{macrocode}
+% \changes{v1.2a}{2022/09/04}{Add rules for callback ordering}
% Actually register the function and give an error if more than one
% |exclusive| one is registered.
% \begin{macrocode}
@@ -1939,6 +1943,7 @@ luatexbase.add_to_callback = add_to_callback
% \end{macro}
%
% \begin{macro}{declare_callback_rule}
+% \changes{v1.2a}{2022/09/04}{Add function}
% Add an ordering constraint between two callback implementations
% \begin{macrocode}
local function declare_callback_rule(name, desc1, relation, desc2)
@@ -1993,6 +1998,7 @@ luatexbase.declare_callback_rule = declare_callback_rule
% \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}
% \changes{v1.1y}{2022/08/13}{Adapted code for shared\_callbacks}
+% \changes{v1.2a}{2022/09/04}{Add rules for callback ordering}
% 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.