[latex3-commits] [latex2e-public] r1404 - start at 2017?05?01
noreply at latex-project.org
noreply at latex-project.org
Wed Mar 8 22:50:26 CET 2017
Author: carlisle
Date: 2017-03-08 22:50:26 +0100 (Wed, 08 Mar 2017)
New Revision: 1404
Modified:
trunk/base/README.txt
trunk/base/changes.txt
trunk/base/latexrelease.ins
trunk/base/ltclass.dtx
trunk/base/ltvers.dtx
trunk/base/manifest.txt
Log:
start at 2017?05?01
Modified: trunk/base/README.txt
===================================================================
--- trunk/base/README.txt 2017-03-08 09:44:19 UTC (rev 1403)
+++ trunk/base/README.txt 2017-03-08 21:50:26 UTC (rev 1404)
@@ -1,6 +1,6 @@
LaTeX Distribution Guide
- 2017/01/01
+ 2017/05/01
WELCOME TO LaTeX!
@@ -112,4 +112,4 @@
CTAN archives.
---- Copyright 2016 the LaTeX3 project. All rights reserved ---
+--- Copyright 2017 the LaTeX3 project. All rights reserved ---
Modified: trunk/base/changes.txt
===================================================================
--- trunk/base/changes.txt 2017-03-08 09:44:19 UTC (rev 1403)
+++ trunk/base/changes.txt 2017-03-08 21:50:26 UTC (rev 1404)
@@ -4,10 +4,25 @@
are not part of the distribution.
=======================================================================
+#########################
+# 2017/05/01 Release
+#########################
+
+
+2017-03-08 David Carlisle <latex-bugs at latex-project.org>
+
+ * ltclass.dtx, latexrelease.ins: support yyyy-mm-dd format
+ in addition to yyyy/mm/dd
+
+2017-03-07 David Carlisle <latex-bugs at latex-project.org>
+
+ * ltluatex.dtx: remove 2017-01-20 hack for luaotfload issue
+ as no longer needed.
+
2017-02-24 David Carlisle <latex-bugs at latex-project.org>
* ltoutenc.dtx: \DeclareTextCompositeCommand check that
- the accemt command has been declared.
+ the accent command has been declared.
Make TU accents fall back to combining character if precomposed
character is not in the font.
Modified: trunk/base/latexrelease.ins
===================================================================
--- trunk/base/latexrelease.ins 2017-03-08 09:44:19 UTC (rev 1403)
+++ trunk/base/latexrelease.ins 2017-03-08 21:50:26 UTC (rev 1404)
@@ -79,6 +79,7 @@
\usedir{tex/latex/base}
\generateFile{latexrelease.sty}{t}{%
+ \from{ltclass.dtx} {isodate}%
\from{ltvers.dtx} {latexrelease}%
\from{latexrelease.dtx}{latexrelease}%
\from{ltdirchk.dtx} {latexrelease}%
Modified: trunk/base/ltclass.dtx
===================================================================
--- trunk/base/ltclass.dtx 2017-03-08 09:44:19 UTC (rev 1403)
+++ trunk/base/ltclass.dtx 2017-03-08 21:50:26 UTC (rev 1404)
@@ -33,7 +33,7 @@
%<*driver>
% \fi
\ProvidesFile{ltclass.dtx}
- [2016/11/09 v1.2b LaTeX Kernel (Class & Package Interface)]
+ [2017/03/08 v1.2c LaTeX Kernel (Class & Package Interface)]
% \iffalse
\documentclass{ltxdoc}
\GetFileInfo{ltclass.dtx}
@@ -631,9 +631,23 @@
%
% \changes{v1.1j}{2016/06/20}
% {don't declare as \cs{@onlypreamble}}
+% \changes{v1.2c}{2017/03/08}
+% {add \cs{@parse at version@dash} to support yyyy-mm-dd as well as yyyy/mm/dd }
% \begin{macrocode}
-\def\@parse at version#1/#2/#3#4#5\@nil{#1#2#3#4 }
+%</2ekernel>
+%<*2ekernel|isodate>
+\def\@parse at version#1/#2/#3#4#5\@nil{%
+\@parse at version@dash#1-#2-#3#4\@nil
+}
% \end{macrocode}
+%
+% The |\if| test here ensures that an argument with no |/| or |-| produces 0 (actually 00).
+% \begin{macrocode}
+\def\@parse at version@dash#1-#2-#3#4#5\@nil{%
+ \if\relax#2\relax\else#1\fi#2#3#4 }
+%</2ekernel|isodate>
+%<*2ekernel>
+% \end{macrocode}
% \end{macro}
% \end{macro}
%
Modified: trunk/base/ltvers.dtx
===================================================================
--- trunk/base/ltvers.dtx 2017-03-08 09:44:19 UTC (rev 1403)
+++ trunk/base/ltvers.dtx 2017-03-08 21:50:26 UTC (rev 1404)
@@ -92,10 +92,10 @@
%</2ekernel>
%<latexrelease>\edef\latexreleaseversion
%<*2ekernel|latexrelease>
- {2017/01/01}
+ {2017-05-01}
%</2ekernel|latexrelease>
%<*2ekernel>
-\def\patch at level{4}
+\def\patch at level{0}
% \end{macrocode}
% \end{macro}
% \end{macro}
Modified: trunk/base/manifest.txt
===================================================================
--- trunk/base/manifest.txt 2017-03-08 09:44:19 UTC (rev 1403)
+++ trunk/base/manifest.txt 2017-03-08 21:50:26 UTC (rev 1404)
@@ -1,5 +1,5 @@
%
-% The following files form the LaTeX2e distribution of 2017-01-31
+% The following files form the LaTeX2e distribution of 2017-05-01
%
%
% CONTENTS OF THE LaTeX DISTRIBUTION
More information about the latex3-commits
mailing list