[latex3-commits] [latex3/latex2e] ltmarks-enhance: correct date (1e592313)

github at latex-project.org github at latex-project.org
Mon Jan 29 01:14:27 CET 2024


Repository : https://github.com/latex3/latex2e
On branch  : ltmarks-enhance
Link       : https://github.com/latex3/latex2e/commit/1e5923137a7dcaa9e4b3e3787e1555c33bfb521a

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

commit 1e5923137a7dcaa9e4b3e3787e1555c33bfb521a
Author: Frank Mittelbach <frank.mittelbach at latex-project.org>
Date:   Mon Jan 29 01:14:27 2024 +0100

    correct date


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

1e5923137a7dcaa9e4b3e3787e1555c33bfb521a
 base/changes.txt | 20 ++++++++++----------
 base/ltmarks.dtx | 10 +++++-----
 2 files changed, 15 insertions(+), 15 deletions(-)

diff --git a/base/changes.txt b/base/changes.txt
index 016fa7cf..595ce18a 100644
--- a/base/changes.txt
+++ b/base/changes.txt
@@ -6,6 +6,16 @@ to completeness or accuracy and it contains some references to files that are
 not part of the distribution.
 ================================================================================
 
+2024-01-29  Frank Mittelbach  <Frank.Mittelbach at latex-project.org>
+
+	* ltmarks.dtx:
+	Generalized the support for extracting marks to cover cases like multicols.
+
+	Some internal commands renamed and extended.
+	Renamed \__mark_update_structure:nn to \__mark_update_structure_from_material:nn
+	Added \__mark_get_marks_for_reinsertion:nNN
+	Added \ShowMarksAt for debugging (might not stay this way)
+
 2024-01-27  Frank Mittelbach  <Frank.Mittelbach at latex-project.org>
 
 	* lttextcomp.dtx (section{Font family sub-encodings setup}):
@@ -58,16 +68,6 @@ not part of the distribution.
 	* usrguide.tex
 	Re-introduce \listfiles (extended) description
 
-2023-11-14  Frank Mittelbach  <Frank.Mittelbach at latex-project.org>
-
-	* ltmarks.dtx:
-	Generalized the support for extracting marks to cover cases like multicols.
-
-	Some internal commands renamed and extended.
-	Renamed \__mark_update_structure:nn to \__mark_update_structure_from_material:nn
-	Added \__mark_get_marks_for_reinsertion:nNN
-	Added \ShowMarksAt for debugging (might not stay this way)
-
 2023-11-09 Yukai Chou  <muzimuzhi at gmail.com>
 	* clsguide-historic.tex, usrguide.tex:
 	Replace quotation with quote envs for zero para indent
diff --git a/base/ltmarks.dtx b/base/ltmarks.dtx
index 25172af7..564da5ea 100644
--- a/base/ltmarks.dtx
+++ b/base/ltmarks.dtx
@@ -1,7 +1,7 @@
 % \iffalse meta-comment
 %
 %% File: ltmarks.dtx
-%% Copyright (C) 2022-2023
+%% Copyright (C) 2022-2024
 %% Frank Mittelbach, The LaTeX Project
 %
 % It may be distributed and/or modified under the conditions of the
@@ -16,7 +16,7 @@
 %
 %    \begin{macrocode}
 \def\ltmarksversion{v1.0e}
-\def\ltmarksdate{2023/11/16}
+\def\ltmarksdate{2024/01/29}
 %    \end{macrocode}
 %<*driver>
 \documentclass{l3doc}
@@ -831,7 +831,7 @@
 %
 %
 %  \begin{macro}{\@@_extract_and_handle_marks:nn}
-% \changes{v1.0e}{2023/11/14}{Macro added}
+% \changes{v1.0e}{2024/01/29}{Macro added}
 %    
 %    This is the main macro to extract and handle marks inside some
 %    vertical material. It is used by
@@ -1079,7 +1079,7 @@
 %
 %  \begin{macro}{\@@_update_structure_from_material:nn}
 %
-% \changes{v1.0e}{2023/11/14}{Macro renamed}
+% \changes{v1.0e}{2024/01/29}{Macro renamed}
 %
 %    This function updates the mark structures of a region. The first
 %    argument is the region to update and second argument receives the
@@ -1669,7 +1669,7 @@
 %
 %
 %  \begin{macro}{\ShowMarksAt}
-% \changes{v1.0e}{2023/11/14}{Macro added}
+% \changes{v1.0e}{2024/01/29}{Macro added}
 %    Debugging helper that displays a snapshot of all known mark
 %    structures. The argument is a text string that is
 %    displayed to help identifying when the snapshot was made.





More information about the latex3-commits mailing list.