Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions base/changes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ to completeness or accuracy and it contains some references to files that are
not part of the distribution.
================================================================================

2026-06-01 Joseph Wright <Joseph.Wright@latex-project.org>
* ltcmd.dtx:
Adjust setup of \NoValue

================================================================================
All changes above are only part of the development branch for the next release.
================================================================================
Expand Down
9 changes: 6 additions & 3 deletions base/ltcmd.dtx
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
%%% From File: ltcmd.dtx
%
% \begin{macrocode}
\def\ltcmdversion{v1.3l}
\def\ltcmdversion{v1.3m}
\def\ltcmddate{2026-06-01}
% \end{macrocode}
%
Expand Down Expand Up @@ -6680,9 +6680,12 @@
%
% \begin{macro}{\NoValue}
% \changes{v1.3h}{2025-11-05}{New command}
% A special marker
% \changes{v1.3m}{2026-06-01}{Allow for overwriting \pkg{expl3} version}
% A special marker; done using \texttt{gset} as there is also a version in
% \pkg{expl3}, and that has to be in line with what we do here (once
% everything is synced up, this one will be removed).
% \begin{macrocode}
\cs_new_protected:Npe \NoValue { -NoValue- }
\cs_gset_protected:Npn \NoValue { -NoValue- }
% \end{macrocode}
% \end{macro}
% \begin{variable}{\c_novalue_tl}
Expand Down