[latex3-commits] [git/LaTeX3-latex3-latex2e] master: Merge branch 'versioning' (ffe431f)
Frank Mittelbach
frank.mittelbach at latex-project.org
Thu Mar 22 14:20:41 CET 2018
Repository : https://github.com/latex3/latex2e
On branch : master
Link : https://github.com/latex3/latex2e/commit/ffe431f661e3581f9bda4ded08d16cce32a6f890
>---------------------------------------------------------------
commit ffe431f661e3581f9bda4ded08d16cce32a6f890
Merge: 9b6e4b8 9460c44
Author: Frank Mittelbach <frank.mittelbach at latex-project.org>
Date: Thu Mar 22 14:20:41 2018 +0100
Merge branch 'versioning'
* versioning: (21 commits)
updated the tests
Dropped \DeclareSpecialRelease and renamed \DeclareOldRelease to \DeclareRelease some more documentation
New version and more tests; some more documentation needed
something strange here ...
Make the "name" argument mandatory in \DeclareOldRelease and \DeclarecurrentRelease Rename \DeclareNamedRelease to \DeclareSpecialRelease Update the testfiles to always use separate test packages
fixing the tlgs (hopefully)
added \DeclareNamedRelease updated/fixed test files
some docu update
move new versioning code unconditionally also in latexrelease (without getting ito a loop :-) small test file changes, more tests
Skip format building when rerunning tests
another test
do not remove the rollback functionality even when latexrelease rolls back (oherwise packages could't roll back)
some docu
changelog - add rollback and remove latex-bugs addresses
change the test file so that one release is before and the others after rollout introduction
add tracerollback to latex.ltx
sort out the incorrect doc guards (hopefully)
test file for rollback
added class/package rollback ... general docu still missing
added tracerolback module
...
>---------------------------------------------------------------
ffe431f661e3581f9bda4ded08d16cce32a6f890
.gitignore | 1 +
base/changes.txt | 579 ++++++++++++------------
base/format.ins | 8 +-
base/latexrelease.dtx | 4 +-
base/latexrelease.ins | 8 +-
base/ltclass.dtx | 650 ++++++++++++++++++++++++++-
base/testfiles/tlb-rollback-001.luatex.tlg | 663 ++++++++++++++++++++++++++++
base/testfiles/tlb-rollback-001.lvt | 185 ++++++++
base/testfiles/tlb-rollback-001.tlg | 663 ++++++++++++++++++++++++++++
base/testfiles/tlb-rollback-002.luatex.tlg | 133 ++++++
base/testfiles/tlb-rollback-002.lvt | 92 ++++
base/testfiles/tlb-rollback-002.tlg | 133 ++++++
base/testfiles/tlb-rollback-003.luatex.tlg | 463 +++++++++++++++++++
base/testfiles/tlb-rollback-003.lvt | 133 ++++++
base/testfiles/tlb-rollback-003.tlg | 459 +++++++++++++++++++
15 files changed, 3865 insertions(+), 309 deletions(-)
diff --cc .gitignore
index 9e90779,d864e1d..f931219
--- a/.gitignore
+++ b/.gitignore
@@@ -3,4 -3,4 +3,5 @@@ build
*.*~
*.*#
+ *.aux
+base/*.pdf
diff --cc base/changes.txt
index 67a203c,e3d8a09..81f4ffb
--- a/base/changes.txt
+++ b/base/changes.txt
@@@ -4,17 -4,12 +4,20 @@@ completeness or accuracy and it contain
are not part of the distribution.
=======================================================================
+2018-03-15 <Frank.Mittelbach at latex-project.org>
+
+ * ltxdoc.dtx: Set up \protect in index entries
+
+2018-03-08 Frank Mittelbach <Frank.Mittelbach at latex-project.org>
+
+ * ltcounts.dtx: added \@removefromreset, \counterwithin and
+ \counterwithout
+
- 2018-02-01 <Frank.Mittelbach at latex-project.org>
+ 2018-02-18 Frank Mittelbach <Frank.Mittelbach at latex-project.org>
+ * ltclass.dtx: add rollback concept for packages and classes
+
+ 2018-02-01 Frank Mittelbach <Frank.Mittelbach at latex-project.org>
-
* doc.dtx: Only use\DocStyleParms if defined
(previously the test defined it but this will change in the kernel)
More information about the latex3-commits
mailing list