[latex3-commits] [latex3/latex3] main: Revert "Also cover l3experimental" (31935d315)

github at latex-project.org github at latex-project.org
Fri Oct 27 19:02:50 CEST 2023


Repository : https://github.com/latex3/latex3
On branch  : main
Link       : https://github.com/latex3/latex3/commit/31935d315a78c88a5eb53817ef9f0fc16e59821d

>---------------------------------------------------------------

commit 31935d315a78c88a5eb53817ef9f0fc16e59821d
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Fri Oct 27 18:02:50 2023 +0100

    Revert "Also cover l3experimental"
    
    This reverts commit 1eeac3186260183d348c99686b672f3882d2cb93.


>---------------------------------------------------------------

31935d315a78c88a5eb53817ef9f0fc16e59821d
 l3experimental/CHANGELOG.md                 | 8 +-------
 l3experimental/README.md                    | 2 +-
 l3experimental/l3benchmark/l3benchmark.dtx  | 4 ++--
 l3experimental/l3bitset/l3bitset.dtx        | 4 ++--
 l3experimental/l3draw/l3draw-boxes.dtx      | 2 +-
 l3experimental/l3draw/l3draw-layers.dtx     | 2 +-
 l3experimental/l3draw/l3draw-paths.dtx      | 2 +-
 l3experimental/l3draw/l3draw-points.dtx     | 2 +-
 l3experimental/l3draw/l3draw-scopes.dtx     | 2 +-
 l3experimental/l3draw/l3draw-softpath.dtx   | 2 +-
 l3experimental/l3draw/l3draw-state.dtx      | 2 +-
 l3experimental/l3draw/l3draw-transforms.dtx | 2 +-
 l3experimental/l3draw/l3draw.dtx            | 4 ++--
 l3experimental/l3graphics/l3graphics.dtx    | 4 ++--
 l3experimental/l3opacity/l3opacity.dtx      | 4 ++--
 l3experimental/l3str/l3str-format.dtx       | 4 ++--
 l3experimental/l3sys-shell/l3sys-shell.dtx  | 4 ++--
 l3experimental/xcoffins/xcoffins.dtx        | 4 ++--
 l3experimental/xgalley/l3galley.dtx         | 4 ++--
 l3experimental/xgalley/xgalley.dtx          | 4 ++--
 20 files changed, 30 insertions(+), 36 deletions(-)

diff --git a/l3experimental/CHANGELOG.md b/l3experimental/CHANGELOG.md
index 018f7610b..7befc1cdf 100644
--- a/l3experimental/CHANGELOG.md
+++ b/l3experimental/CHANGELOG.md
@@ -7,11 +7,6 @@ this project uses date-based 'snapshot' version identifiers.
 
 ## [Unreleased]
 
-## [2023-10-27]
-
-### Changed
-- Track `expl3` core changes
-
 ## [2023-10-10]
 
 ### Changed
@@ -286,8 +281,7 @@ this project uses date-based 'snapshot' version identifiers.
 - New `l3color` module using `xcolor`-like expression syntax
 - New `l3draw` module, based on `pgf` layer of the TikZ system
 
-[Unreleased]: https://github.com/latex3/latex3/compare/2023-10-27...HEAD
-[2023-10-27]: https://github.com/latex3/latex3/compare/2023-10-10...2023-10-27
+[Unreleased]: https://github.com/latex3/latex3/compare/2023-10-10...HEAD
 [2023-10-10]: https://github.com/latex3/latex3/compare/2023-05-11...2023-10-10
 [2023-05-11]: https://github.com/latex3/latex3/compare/2023-04-19...2023-05-11
 [2023-04-19]: https://github.com/latex3/latex3/compare/2023-03-30...2023-04-19
diff --git a/l3experimental/README.md b/l3experimental/README.md
index 5e98263b6..f78ecff28 100644
--- a/l3experimental/README.md
+++ b/l3experimental/README.md
@@ -1,7 +1,7 @@
 Experimental LaTeX3 Concepts
 ============================
 
-Release 2023-10-27
+Release 2023-10-10
 
 Overview
 --------
diff --git a/l3experimental/l3benchmark/l3benchmark.dtx b/l3experimental/l3benchmark/l3benchmark.dtx
index 4b3dc3d0a..490cb5d15 100644
--- a/l3experimental/l3benchmark/l3benchmark.dtx
+++ b/l3experimental/l3benchmark/l3benchmark.dtx
@@ -46,7 +46,7 @@
 %    }^^A
 % }
 %
-% \date{Released 2023-10-27}
+% \date{Released 2023-10-10}
 %
 % \maketitle
 %
@@ -122,7 +122,7 @@
 %    \end{macrocode}
 %
 %    \begin{macrocode}
-\ProvidesExplPackage{l3benchmark}{2023-10-27}{}
+\ProvidesExplPackage{l3benchmark}{2023-10-10}{}
   {L3 Experimental benchmarking}
 %    \end{macrocode}
 %
diff --git a/l3experimental/l3bitset/l3bitset.dtx b/l3experimental/l3bitset/l3bitset.dtx
index 7beef91eb..6d342b095 100644
--- a/l3experimental/l3bitset/l3bitset.dtx
+++ b/l3experimental/l3bitset/l3bitset.dtx
@@ -42,7 +42,7 @@
 %    }^^A
 % }
 %
-% \date{Released 2023-10-27}
+% \date{Released 2023-10-10}
 %
 % \maketitle
 % \begin{documentation}
@@ -264,7 +264,7 @@
 %<@@=bitset>
 %    \end{macrocode}
 %    \begin{macrocode}
-\ProvidesExplPackage{l3bitset}{2023-10-27}{}
+\ProvidesExplPackage{l3bitset}{2023-10-10}{}
   {L3 Experimental bitset support}
 %    \end{macrocode}
 % A bitset is a string variable.
diff --git a/l3experimental/l3draw/l3draw-boxes.dtx b/l3experimental/l3draw/l3draw-boxes.dtx
index 2cf30c834..b48aa9d99 100644
--- a/l3experimental/l3draw/l3draw-boxes.dtx
+++ b/l3experimental/l3draw/l3draw-boxes.dtx
@@ -44,7 +44,7 @@
 %    }^^A
 % }
 %
-% \date{Released 2023-10-27}
+% \date{Released 2023-10-10}
 %
 % \maketitle
 %
diff --git a/l3experimental/l3draw/l3draw-layers.dtx b/l3experimental/l3draw/l3draw-layers.dtx
index 674a55c21..e85f370c3 100644
--- a/l3experimental/l3draw/l3draw-layers.dtx
+++ b/l3experimental/l3draw/l3draw-layers.dtx
@@ -44,7 +44,7 @@
 %    }^^A
 % }
 %
-% \date{Released 2023-10-27}
+% \date{Released 2023-10-10}
 %
 % \maketitle
 %
diff --git a/l3experimental/l3draw/l3draw-paths.dtx b/l3experimental/l3draw/l3draw-paths.dtx
index 03a699bee..984c119c0 100644
--- a/l3experimental/l3draw/l3draw-paths.dtx
+++ b/l3experimental/l3draw/l3draw-paths.dtx
@@ -44,7 +44,7 @@
 %    }^^A
 % }
 %
-% \date{Released 2023-10-27}
+% \date{Released 2023-10-10}
 %
 % \maketitle
 %
diff --git a/l3experimental/l3draw/l3draw-points.dtx b/l3experimental/l3draw/l3draw-points.dtx
index 8ddae9a00..044f01a37 100644
--- a/l3experimental/l3draw/l3draw-points.dtx
+++ b/l3experimental/l3draw/l3draw-points.dtx
@@ -44,7 +44,7 @@
 %    }^^A
 % }
 %
-% \date{Released 2023-10-27}
+% \date{Released 2023-10-10}
 %
 % \maketitle
 %
diff --git a/l3experimental/l3draw/l3draw-scopes.dtx b/l3experimental/l3draw/l3draw-scopes.dtx
index 0937525a9..4017e46f1 100644
--- a/l3experimental/l3draw/l3draw-scopes.dtx
+++ b/l3experimental/l3draw/l3draw-scopes.dtx
@@ -44,7 +44,7 @@
 %    }^^A
 % }
 %
-% \date{Released 2023-10-27}
+% \date{Released 2023-10-10}
 %
 % \maketitle
 %
diff --git a/l3experimental/l3draw/l3draw-softpath.dtx b/l3experimental/l3draw/l3draw-softpath.dtx
index d4c4423d0..20ba86f33 100644
--- a/l3experimental/l3draw/l3draw-softpath.dtx
+++ b/l3experimental/l3draw/l3draw-softpath.dtx
@@ -44,7 +44,7 @@
 %    }^^A
 % }
 %
-% \date{Released 2023-10-27}
+% \date{Released 2023-10-10}
 %
 % \maketitle
 %
diff --git a/l3experimental/l3draw/l3draw-state.dtx b/l3experimental/l3draw/l3draw-state.dtx
index 1ad2f7bf7..e1a67309e 100644
--- a/l3experimental/l3draw/l3draw-state.dtx
+++ b/l3experimental/l3draw/l3draw-state.dtx
@@ -44,7 +44,7 @@
 %    }^^A
 % }
 %
-% \date{Released 2023-10-27}
+% \date{Released 2023-10-10}
 %
 % \maketitle
 %
diff --git a/l3experimental/l3draw/l3draw-transforms.dtx b/l3experimental/l3draw/l3draw-transforms.dtx
index 329ab8729..35b31395d 100644
--- a/l3experimental/l3draw/l3draw-transforms.dtx
+++ b/l3experimental/l3draw/l3draw-transforms.dtx
@@ -44,7 +44,7 @@
 %    }^^A
 % }
 %
-% \date{Released 2023-10-27}
+% \date{Released 2023-10-10}
 %
 % \maketitle
 %
diff --git a/l3experimental/l3draw/l3draw.dtx b/l3experimental/l3draw/l3draw.dtx
index 169c2ed16..d1e604d42 100644
--- a/l3experimental/l3draw/l3draw.dtx
+++ b/l3experimental/l3draw/l3draw.dtx
@@ -110,7 +110,7 @@
 %    }^^A
 % }
 %
-% \date{Released 2023-10-27}
+% \date{Released 2023-10-10}
 %
 % \maketitle
 %
@@ -1173,7 +1173,7 @@
 %    \end{macrocode}
 %
 %    \begin{macrocode}
-\ProvidesExplPackage{l3draw}{2023-10-27}{}
+\ProvidesExplPackage{l3draw}{2023-10-10}{}
   {L3 Experimental core drawing support}
 %    \end{macrocode}
 %
diff --git a/l3experimental/l3graphics/l3graphics.dtx b/l3experimental/l3graphics/l3graphics.dtx
index 4d2131c49..0266b711f 100644
--- a/l3experimental/l3graphics/l3graphics.dtx
+++ b/l3experimental/l3graphics/l3graphics.dtx
@@ -43,7 +43,7 @@
 %    }^^A
 % }
 %
-% \date{Released 2023-10-27}
+% \date{Released 2023-10-10}
 %
 % \maketitle
 %
@@ -184,7 +184,7 @@
 %    \end{macrocode}
 %
 %    \begin{macrocode}
-\ProvidesExplPackage{l3graphics}{2023-10-27}{}
+\ProvidesExplPackage{l3graphics}{2023-10-10}{}
   {L3 Experimental graphics inclusion support}
 %    \end{macrocode}
 %
diff --git a/l3experimental/l3opacity/l3opacity.dtx b/l3experimental/l3opacity/l3opacity.dtx
index 1f971dffd..3fce2c27d 100644
--- a/l3experimental/l3opacity/l3opacity.dtx
+++ b/l3experimental/l3opacity/l3opacity.dtx
@@ -46,7 +46,7 @@
 %    }^^A
 % }
 %
-% \date{Released 2023-10-27}
+% \date{Released 2023-10-10}
 %
 % \maketitle
 %
@@ -96,7 +96,7 @@
 %    \end{macrocode}
 %
 %    \begin{macrocode}
-\ProvidesExplPackage{l3opacity}{2023-10-27}{}
+\ProvidesExplPackage{l3opacity}{2023-10-10}{}
   {L3 Experimental opacity support}
 %    \end{macrocode}
 %
diff --git a/l3experimental/l3str/l3str-format.dtx b/l3experimental/l3str/l3str-format.dtx
index 9927a6635..b149d6aaf 100644
--- a/l3experimental/l3str/l3str-format.dtx
+++ b/l3experimental/l3str/l3str-format.dtx
@@ -48,7 +48,7 @@
 %    }^^A
 % }
 %
-% \date{Released 2023-10-27}
+% \date{Released 2023-10-10}
 %
 % \maketitle
 %
@@ -166,7 +166,7 @@
 %    \end{macrocode}
 %
 %    \begin{macrocode}
-\ProvidesExplPackage{l3str-format}{2023-10-27}{}
+\ProvidesExplPackage{l3str-format}{2023-10-10}{}
   {L3 Experimental string formatting}
 %    \end{macrocode}
 %
diff --git a/l3experimental/l3sys-shell/l3sys-shell.dtx b/l3experimental/l3sys-shell/l3sys-shell.dtx
index 321c326a6..0cc622dbb 100644
--- a/l3experimental/l3sys-shell/l3sys-shell.dtx
+++ b/l3experimental/l3sys-shell/l3sys-shell.dtx
@@ -46,7 +46,7 @@
 %    }^^A
 % }
 %
-% \date{Released 2023-10-27}
+% \date{Released 2023-10-10}
 %
 % \maketitle
 %
@@ -151,7 +151,7 @@
 %    \end{macrocode}
 %
 %    \begin{macrocode}
-\ProvidesExplPackage{l3sys-shell}{2023-10-27}{}
+\ProvidesExplPackage{l3sys-shell}{2023-10-10}{}
   {L3 Experimental system shell functions}
 %    \end{macrocode}
 %
diff --git a/l3experimental/xcoffins/xcoffins.dtx b/l3experimental/xcoffins/xcoffins.dtx
index 4dd2a44f3..1c5010806 100644
--- a/l3experimental/xcoffins/xcoffins.dtx
+++ b/l3experimental/xcoffins/xcoffins.dtx
@@ -53,7 +53,7 @@
 %    }^^A
 % }
 %
-% \date{Released 2023-10-27}
+% \date{Released 2023-10-10}
 %
 % \maketitle
 %
@@ -672,7 +672,7 @@
 %    \end{macrocode}
 %
 %    \begin{macrocode}
-\ProvidesExplPackage{xcoffins}{2023-10-27}{}
+\ProvidesExplPackage{xcoffins}{2023-10-10}{}
   {L3 Experimental design level coffins}
 %    \end{macrocode}
 %
diff --git a/l3experimental/xgalley/l3galley.dtx b/l3experimental/xgalley/l3galley.dtx
index ba759d56b..7272d8625 100644
--- a/l3experimental/xgalley/l3galley.dtx
+++ b/l3experimental/xgalley/l3galley.dtx
@@ -61,7 +61,7 @@
 %    }^^A
 % }
 %
-% \date{Released 2023-10-27}
+% \date{Released 2023-10-10}
 %
 % \maketitle
 %
@@ -686,7 +686,7 @@
 %    \end{macrocode}
 %
 %    \begin{macrocode}
-\ProvidesExplPackage{l3galley}{2023-10-27}{}
+\ProvidesExplPackage{l3galley}{2023-10-10}{}
   {L3 Experimental galley code}
 %    \end{macrocode}
 %
diff --git a/l3experimental/xgalley/xgalley.dtx b/l3experimental/xgalley/xgalley.dtx
index 92e7626da..abda67cc7 100644
--- a/l3experimental/xgalley/xgalley.dtx
+++ b/l3experimental/xgalley/xgalley.dtx
@@ -44,7 +44,7 @@
 %    }^^A
 % }
 %
-% \date{Released 2023-10-27}
+% \date{Released 2023-10-10}
 %
 % \maketitle
 %
@@ -731,7 +731,7 @@
 %    \end{macrocode}
 %
 %    \begin{macrocode}
-\ProvidesExplPackage{xgalley}{2023-10-27}{}
+\ProvidesExplPackage{xgalley}{2023-10-10}{}
   {L3 Experimental galley}
 \RequirePackage{xtemplate,l3galley}
 %    \end{macrocode}





More information about the latex3-commits mailing list.