summaryrefslogtreecommitdiff
path: root/macros/luatex/generic/blopentype/luatex/blot.tex
diff options
context:
space:
mode:
Diffstat (limited to 'macros/luatex/generic/blopentype/luatex/blot.tex')
-rw-r--r--macros/luatex/generic/blopentype/luatex/blot.tex10
1 files changed, 7 insertions, 3 deletions
diff --git a/macros/luatex/generic/blopentype/luatex/blot.tex b/macros/luatex/generic/blopentype/luatex/blot.tex
index bad87626b1..09dc58dff1 100644
--- a/macros/luatex/generic/blopentype/luatex/blot.tex
+++ b/macros/luatex/generic/blopentype/luatex/blot.tex
@@ -1,3 +1,4 @@
+%
% blopentype: a basic luatex open type loader
%
% some (most) pitex macros still in place.- 30.12.2022
@@ -5,7 +6,7 @@
%
% User interface
%
-\message{This is blopentype, v0.0.2 June 2023}
+\message{This is blopentype, v0.0.3 September 2023}
\input luatex85.sty % deprecated 30.12.2022
\input yax % which itself \input's texapi
@@ -212,7 +213,7 @@
\endinput
%
% These are leftovers from Isambert's code: they'll be removed as
-% documentation improved.- 30.12.2022
+% documentation improves.- 30.12.2022
%
% This is piTeX, a set of macros I (Paul Isambert) use to
% typeset documentations for my packages (that's why it is
@@ -257,4 +258,7 @@
% --- blopentype history
%
% 28-06-2023 fixed bug in blot-fonts.lua which affected nix systems.
-% thanks to david.carlisle for useful patch. \ No newline at end of file
+% thanks to david.carlisle for useful patch.
+% 02-08-2023 fixed bug in blot-fonts.lua: failure on empty file extension among font files.
+% thanks to david.carlisle for useful patch.
+%