summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAkira Kakuto <kakuto@fuk.kindai.ac.jp>2022-01-25 21:23:00 +0000
committerAkira Kakuto <kakuto@fuk.kindai.ac.jp>2022-01-25 21:23:00 +0000
commitf3e0cdd55976485c33ae73350ba8c8909017d166 (patch)
tree89a02a07d44d06350288d8a50ea287244b352acd
parent1c6f91e2f1461fb51774bb5f93fde101f9cf376b (diff)
luatex: sync with the upstream
git-svn-id: svn://tug.org/texlive/trunk@61737 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r--Build/source/texk/web2c/luatexdir/ChangeLog7
-rw-r--r--Build/source/texk/web2c/luatexdir/NEWS14
-rw-r--r--Build/source/texk/web2c/luatexdir/luatex_svnversion.h2
3 files changed, 22 insertions, 1 deletions
diff --git a/Build/source/texk/web2c/luatexdir/ChangeLog b/Build/source/texk/web2c/luatexdir/ChangeLog
index 87cc78bd94d..d0190c9d68b 100644
--- a/Build/source/texk/web2c/luatexdir/ChangeLog
+++ b/Build/source/texk/web2c/luatexdir/ChangeLog
@@ -1,3 +1,10 @@
+2022-01-23 Luigi Scarso <luigi.scarso@gmail.com>
+ * fixing a 15 year old buglet (math atom glue leak).
+ * New primitive \matheqdirmode for short skip detection in r2l typesetting (H. Hagen)
+
+2022-01-21 Luigi Scarso <luigi.scarso@gmail.com>
+ * patch for the logging of \scantextokens (H. Hagen)
+
2022-01-17 Siep Kroonenberg <siepo@bitmuis.nl>
* patch for inconsistent definitions inet_ntop/inet_pton
diff --git a/Build/source/texk/web2c/luatexdir/NEWS b/Build/source/texk/web2c/luatexdir/NEWS
index cb5c37aaa53..f912ca85b39 100644
--- a/Build/source/texk/web2c/luatexdir/NEWS
+++ b/Build/source/texk/web2c/luatexdir/NEWS
@@ -1,6 +1,20 @@
==============================================================
+LuaTeX 1.15.0 2021-12-31
+==============================================================
+
+New primitive \matheqdirmode.
+By default the short skip detection is not adapted to r2l typesetting and that
+hasn't been the case since the start of the project. Changing it could break
+hacks that users came up with but when you set \matheqdirmode to a positive
+value direction will be taken into account.
+
+Several bug fixes (see ChangeLog).
+
+
+
+==============================================================
LuaTeX 1.14.1 2021-12-30
==============================================================
diff --git a/Build/source/texk/web2c/luatexdir/luatex_svnversion.h b/Build/source/texk/web2c/luatexdir/luatex_svnversion.h
index ed3bab1f03e..ead4c260da0 100644
--- a/Build/source/texk/web2c/luatexdir/luatex_svnversion.h
+++ b/Build/source/texk/web2c/luatexdir/luatex_svnversion.h
@@ -1 +1 @@
-#define luatex_svn_revision 7484
+#define luatex_svn_revision 7485