[latex3-commits] [latex2e-public] r1416 - two digit dates

noreply at latex-project.org noreply at latex-project.org
Sun Mar 12 16:51:51 CET 2017


Author: carlisle
Date: 2017-03-12 16:51:51 +0100 (Sun, 12 Mar 2017)
New Revision: 1416

Modified:
   trunk/base/doc.dtx
   trunk/base/fontdef.dtx
   trunk/base/ltdefns.dtx
Log:
two digit dates

Modified: trunk/base/doc.dtx
===================================================================
--- trunk/base/doc.dtx	2017-03-11 22:18:17 UTC (rev 1415)
+++ trunk/base/doc.dtx	2017-03-12 15:51:51 UTC (rev 1416)
@@ -60,9 +60,9 @@
 %  1.5b and higher...    are documented with the (undocumented) \changes
 %                        feature.
 %\fi
-%  \changes{v1.5f}{1989/4/29}{Thanks to Brian who documented the
+%  \changes{v1.5f}{1989/04/29}{Thanks to Brian who documented the
 %                          \cs{changes} macro feature.}
-%  \changes{v1.5g}{1989/5/07}{MacroTopsep now called MacrocodeTopsep and
+%  \changes{v1.5g}{1989/05/07}{MacroTopsep now called MacrocodeTopsep and
 %                          new MacroTopsep added}
 %  \changes{v1.5h}{1989/05/17}{All lines shortened to <72 characters}
 %  \changes{v1.5j}{1989/06/09}{Corrections by Ron Whitney added}
@@ -1347,7 +1347,7 @@
 % \changes{v1.5l}{1989/09/10}{Code line numbers supported.}
 % \changes{v1.5t}{1989/11/07}{Call \cs{leavevmode} to get \cs{everypar}
 %                           on blank lines.}
-% \changes{v1.7c}{1992/3/24}{Added \cs{interlinepenalty} to
+% \changes{v1.7c}{1992/03/24}{Added \cs{interlinepenalty} to
 %                          \cs{par} from
 %                          verbatim.sty}
 %    \begin{macrocode}
@@ -1960,7 +1960,7 @@
 %    We also
 %    make the |\marginparpush| zero and |\marginparwidth| suitably
 %    wide.
-% \changes{v1.5d}{1989/4/28}{\cs{marginparwidth} setting added.}
+% \changes{v1.5d}{1989/04/28}{\cs{marginparwidth} setting added.}
 %    \begin{macrocode}
 \reversemarginpar
 \setlength\marginparpush{0pt}  \setlength\marginparwidth{8pc}
@@ -2026,7 +2026,7 @@
 %    |\@verbatim| sets |^^M|, the end of line character, to
 %    be equal to |\par|.  This control sequence is redefined
 %    here; |\@@par| is the paragraph primitive of \TeX.
-%    \changes{v1.7c}{1992/3/24}{Added \cs{interlinepenalty} to
+%    \changes{v1.7c}{1992/03/24}{Added \cs{interlinepenalty} to
 %                             \cs{par} from verbatim.sty}
 %    \begin{macrocode}
  \def\par{\if at tempswa\hbox{}\fi\@tempswatrue\@@par
@@ -2195,7 +2195,7 @@
 %    After scanning the argument we close the group to get the normal
 %    |\catcode|$\,$s back. Then we assign a special value to
 %    |\topsep| and start a \textsf{trivlist} environment.
-% \changes{v1.5f}{1989/5/07}{MacroTopsep parameter added.}
+% \changes{v1.5f}{1989/05/07}{MacroTopsep parameter added.}
 % \changes{v1.5k}{1989/08/17}{Fix for save stack problem.}
 % \changes{v1.8c}{1993/10/25}{Support ``environment'' env}
 % \changes{v1.9k}{1994/02/22}{Remove \cs{macro at level}}
@@ -2468,7 +2468,7 @@
 %    ensure that it is active. The |\begingroup| is used to make
 %    a possible change local to the expansion of
 %    |\SpecialEscapechar|.
-% \changes{v1.7g}{1992/6/19}{Making tilde active moved outside
+% \changes{v1.7g}{1992/06/19}{Making tilde active moved outside
 %    definition}
 %    \begin{macrocode}
 \begingroup
@@ -2729,7 +2729,7 @@
 %
 %
 % \begin{macro}{\short at macro}
-% \changes{v1.5c}{1989/4/27}{Corrected bad bug by putting the
+% \changes{v1.5c}{1989/04/27}{Corrected bad bug by putting the
 %                         scan at allowedfalse macro before printing
 %                         the argument.}
 % \changes{v1.7a}{1992/03/10}{Ensure character stored in
@@ -2788,7 +2788,7 @@
 %               to avoid garbage produced by new active chars}
 % \changes{v1.4s}{1989/04/23}{Used \texttt{\protect\bslash string} for
 %                          the same reason.}
-% \changes{v1.5c}{1989/4/27}{Corrected bad bug by placing the
+% \changes{v1.5c}{1989/04/27}{Corrected bad bug by placing the
 %                         scan at allowedfalse macro into short at macro}
 %    This macro is supposed to generate a suitable |\SortIndex|
 %    command for a given single-letter control sequence.  We test

Modified: trunk/base/fontdef.dtx
===================================================================
--- trunk/base/fontdef.dtx	2017-03-11 22:18:17 UTC (rev 1415)
+++ trunk/base/fontdef.dtx	2017-03-12 15:51:51 UTC (rev 1416)
@@ -239,7 +239,7 @@
 %
 % \changes{v2.1d}{1994/01/05}{Removed nf prefix from file names.}
 % \changes{v2.1f}{1994/05/14}{Removed .def files.}
-% \changes{v2.1g}{1994/05/1g}{Removed \cs{DeclareFontEncoding} for ot1
+% \changes{v2.1g}{1994/05/16}{Removed \cs{DeclareFontEncoding} for ot1
 %                             and t1 and input .def files instead}
 % \changes{v2.2c}{1994/10/25}{Added OMSenc.def}
 % \changes{v2.2d}{1994/10/31}{Added OMLenc.def ...}

Modified: trunk/base/ltdefns.dtx
===================================================================
--- trunk/base/ltdefns.dtx	2017-03-11 22:18:17 UTC (rev 1415)
+++ trunk/base/ltdefns.dtx	2017-03-12 15:51:51 UTC (rev 1416)
@@ -659,7 +659,7 @@
 %    version |\let#1=\relax| but this does not work too well if |#1|
 %    is |\@temp|\emph{a--e}.)
 % \changes{LaTeX2e}{1993/11/23}{Macro reimplemented and extended}
-% \changes{v1.1f}{1994/05/2}{Removed surplus \cs{space} in error}
+% \changes{v1.1f}{1994/05/02}{Removed surplus \cs{space} in error}
 %    \begin{macrocode}
 \def\renewcommand{\@star at or@long\renew at command}
 %    \end{macrocode}
@@ -766,7 +766,7 @@
 %    |\newenvironment|.  It is OK to |\let| the argument to |\relax|
 %    here as there should not be a |@temp|\ldots\ environment.
 % \changes{LaTeX2e}{1993/11/23}{Macro reimplemented and extended}
-% \changes{v1.1f}{1994/05/2}{Removed surplus \cs{space} in error}
+% \changes{v1.1f}{1994/05/02}{Removed surplus \cs{space} in error}
 %    \begin{macrocode}
 \def\renewenvironment{\@star at or@long\renew at environment}
 %    \end{macrocode}



More information about the latex3-commits mailing list