[latex3-commits] [git/LaTeX3-latex3-latex2e] develop: Merge branch 'gh570' into develop (d5f5dafa)
Joseph Wright
joseph.wright at morningstar2.co.uk
Fri Sep 17 12:29:07 CEST 2021
Repository : https://github.com/latex3/latex2e
On branch : develop
Link : https://github.com/latex3/latex2e/commit/d5f5dafa0ac945449c25aca649156f089c7216e7
>---------------------------------------------------------------
commit d5f5dafa0ac945449c25aca649156f089c7216e7
Merge: 76c13310 05459324
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Fri Sep 17 11:29:07 2021 +0100
Merge branch 'gh570' into develop
>---------------------------------------------------------------
d5f5dafa0ac945449c25aca649156f089c7216e7
base/changes.txt | 7 +++++--
base/doc/ltnews34.tex | 10 +++++++++-
base/ltcmd.dtx | 14 +++++++++++++-
base/testfiles-ltcmd/ltcmd001.lvt | 2 ++
base/testfiles-ltcmd/ltcmd001.tlg | 7 +++++++
5 files changed, 36 insertions(+), 4 deletions(-)
diff --cc base/changes.txt
index 584cbb69,bb5c54d1..700f7462
--- a/base/changes.txt
+++ b/base/changes.txt
@@@ -42,14 -12,12 +42,17 @@@ are not part of the distribution
Use \msg_... instead of \__kernel_msg... commands for normalized
error and warning commands.
- * ltfilehooks.dtx, lthooks.dtx, ltpara.dtx:
- Internal changes to message names
+ * ltfilehooks.dtx, lthooks.dtx, ltpara.dtx:
+ Internal changes to message names
+
+ * ltcmd.dtx:
+ Check for end-of-enviroment commands
+2021-08-25 Phelype Oleinik <phelype.oleinik at latex-project.org>
+
+ * lthooks.dtx, ltcmdhooks.dtx, ltfilehook.dtx, ltclass.dtx, ltfiles.dtx:
+ Standardise generic hook names (gh/648).
+
2021-08-20 Frank Mittelbach <Frank.Mittelbach at latex-project.org>
* lthooks.dtx:
diff --cc base/testfiles-ltcmd/ltcmd001.tlg
index 7548918c,2720be10..22e0c8a5
--- a/base/testfiles-ltcmd/ltcmd001.tlg
+++ b/base/testfiles-ltcmd/ltcmd001.tlg
@@@ -503,9 -511,18 +503,16 @@@ l. ...
{moo}{foo}{\__cmd_grab_m_1:w \__cmd_grab_D:w []\__cmd_grab_D:w []}{}{}.
<recently read> }
l. ...}
-> \environment foo code=\protected\long macro:#1#2#3->\cs_set_nopar:Npx
-\environment foo end aux {\exp_not:N \environment foo end aux \exp_not:o
-\l__cmd_args_tl }(#1)(#2)(#3).
+> \environment foo code=\protected\long macro:#1#2#3->(#1)(#2)(#3).
<recently read> }
l. ...}
+ ! LaTeX cmd Error: End of environment 'graf' already defined.
+ For immediate help type H <return>.
+ ...
+ l. ...}
+ You have used \NewDocumentEnvironment with an environment that already has a
+ definition for 'endgraf'.
+ The existing definition of 'graf' will not be altered.
============================================================
============================================================
TEST 12: Environment groups: should show "outside" and 1
More information about the latex3-commits
mailing list.