[latex3-commits] [latex3/xcolor] changekeyhandler: update version, add changes (ecbc266)
github at latex-project.org
github at latex-project.org
Mon Oct 9 00:57:35 CEST 2023
Repository : https://github.com/latex3/xcolor
On branch : changekeyhandler
Link : https://github.com/latex3/xcolor/commit/ecbc2667b498f9126c76b962c3b79384fbf898eb
>---------------------------------------------------------------
commit ecbc2667b498f9126c76b962c3b79384fbf898eb
Author: Ulrike Fischer <fischer at troubleshooting-tex.de>
Date: Mon Oct 9 00:57:35 2023 +0200
update version, add changes
>---------------------------------------------------------------
ecbc2667b498f9126c76b962c3b79384fbf898eb
ChangeLog | 16 +++++++++-------
xcolor.dtx | 22 ++++++++++++++++++----
2 files changed, 27 insertions(+), 11 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index cfdf541..947413a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,14 +4,16 @@ https://github.com/latex3/xcolor/issues
History
=======
unreleased
-* if a LaTeX older than 2022-06-01 is detected a frozen version is used.
+* If a LaTeX older than 2022-06-01 is detected a frozen version is used.
All new features apply only if LaTeX 2022-06-01 or newer is detected
-* The new LaTeX key/val handler is used
-* rowcolors command has moved to the colortbl package
-* the fixpdftex option is obsolete and does nothing at all (issue #20)
-* prepared optional support for l3colors (this is currently only used by pdfmanagement-testphase)
-* extended \normalcolor to set also the "dot" color, issue #19
-
+* The new LaTeX key/val handler is used for the package options. That means there
+ will be less option clash errors.
+* The \rowcolors command has moved to the colortbl package
+* The fixpdftex option is obsolete and does nothing at all (issue #20)
+* Prepared optional support for l3colors
+ (this is currently only used if pdfmanagement-testphase is loaded)
+* Extended \normalcolor to set also the "dot" color, issue #19
+* Fix Gray color model, issue #23
2022/06/12 v2.14
* New features:
diff --git a/xcolor.dtx b/xcolor.dtx
index a68ab0c..73fa75b 100644
--- a/xcolor.dtx
+++ b/xcolor.dtx
@@ -18,8 +18,8 @@
%%
%</package>
%<*extract|driver|test1|test2|test3|test4>
-\def\XCfileversion{v2.14}%
-\def\XCfiledate{2022/06/12}%
+\def\XCfileversion{v2.15}%
+\def\XCfiledate{2023/10/09}%
%</extract|driver|test1|test2|test3|test4>
%
% This file may be distributed and/or modified under the
@@ -3143,6 +3143,20 @@
%
% \subsection*{History}
% \addcontentsline{toc}{subsection}{History}
+% \subsubsection*{2023/10/09 v2.15}
+% \begin{itemize}
+% \item if a \LaTeX{} older than 2022-06-01 is detected a frozen version is used.
+% All new features apply only if LaTeX 2022-06-01 or newer is detected
+% \item The new LaTeX key/val handler is used for the package options.
+% That means there will be less option clash errors.
+% item The |\rowcolors| command has moved to the |colortbl| package and is no longer
+% defined by |xcolor|.
+% \item The fixpdftex option is obsolete and does nothing at all (issue \#20)
+% \item Prepared optional support for l3colors
+% (this is currently only used if |pdfmanagement-testphase| is loaded)
+% \item Extended |\normalcolor| to set also the dot color, issue \#19
+% \item Fix Gray color model, issue \#23
+% \end{itemize}
%
% \subsubsection*{2022/06/12 v2.14}
% \begin{itemize}
@@ -3569,7 +3583,7 @@
\providecommand\DeclareRelease[3]{}
\providecommand\DeclareCurrentRelease[2]{}
\DeclareRelease{v2}{0000-00-00}{xcolor-2022-06-12.sty}
-\DeclareCurrentRelease{}{2022-06-01}
+\DeclareCurrentRelease{}{2023-10-09}
% \end{macrocode}
%
% \subsubsection{File identification}
@@ -3583,7 +3597,7 @@
% \begin{macrocode}
\NeedsTeXFormat{LaTeX2e}
\providecommand\IfFormatAtLeastTF{\@ifl at t@r\fmtversion}
-\IfFormatAtLeastTF{2022/06/01}{}{\RequirePackageWithOptions{xcolor-2021-10-31}}
+\IfFormatAtLeastTF{2022/06/01}{}{\RequirePackageWithOptions{xcolor-2022-06-12}}
\IfFormatAtLeastTF{2022/06/01}{}{\endinput}
% \end{macrocode}
%
More information about the latex3-commits
mailing list.