summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/changes
diff options
context:
space:
mode:
authorNorbert Preining <preining@logic.at>2021-04-06 22:18:17 +0000
committerNorbert Preining <preining@logic.at>2021-04-06 22:18:17 +0000
commitc5d9e4ff79b470a943870c7c289cc487f61de686 (patch)
tree4ad1c04ba055496242ed0d4e5dd884e2ef0551ea /Master/texmf-dist/source/latex/changes
parentad3e732d16c097d105a5e990ff587c22c875a723 (diff)
changes (7apr21)
git-svn-id: svn://tug.org/texlive/trunk@58773 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/changes')
-rw-r--r--Master/texmf-dist/source/latex/changes/changes.drv4
-rw-r--r--Master/texmf-dist/source/latex/changes/changes.dtx6
2 files changed, 5 insertions, 5 deletions
diff --git a/Master/texmf-dist/source/latex/changes/changes.drv b/Master/texmf-dist/source/latex/changes/changes.drv
index 22ee08eb908..213bf8ba414 100644
--- a/Master/texmf-dist/source/latex/changes/changes.drv
+++ b/Master/texmf-dist/source/latex/changes/changes.drv
@@ -259,11 +259,11 @@
% document title
\ifENGLISH
\title{The \docpackage{changes}-package}
- \subtitle{Manual change markup --- version 4.0.1}
+ \subtitle{Manual change markup --- version 4.0.2}
\fi
\ifGERMAN
\title{Das \docpackage{changes}-Paket}
- \subtitle{Manuelle Änderungsmarkierung -- Version 4.0.1}
+ \subtitle{Manuelle Änderungsmarkierung -- Version 4.0.2}
\fi
\author{Ekkart Kleinod}
diff --git a/Master/texmf-dist/source/latex/changes/changes.dtx b/Master/texmf-dist/source/latex/changes/changes.dtx
index c5f18a6d61e..5e29a4c9907 100644
--- a/Master/texmf-dist/source/latex/changes/changes.dtx
+++ b/Master/texmf-dist/source/latex/changes/changes.dtx
@@ -64,6 +64,7 @@
% \changes{v3.2.2}{2020/06/16}{Merge changes script (pyMergeChanges): Correctly handle multiple different macros in the same line}
% \changes{v4.0.0}{2021/01/28}{new: convenience macros, setlocextension, option commandnameprefix, defaultcolor; removed: xifthen, remark}
% \changes{v4.0.1}{2021/02/14}{bugfix: Command do undefined}
+% \changes{v4.0.2}{2021/04/05}{bugfix: documentation with ifthenelse references}
% \GetFileInfo{changes.dtx}
% \RecordChanges
%
@@ -104,8 +105,8 @@
% \begin{macrocode}
\NeedsTeXFormat{LaTeX2e}
\ProvidesPackage{changes}
-[2021/02/14 v4.0.1 changes package]
-\typeout{*** changes package 2021/02/14 v4.0.1 ***}
+[2021/04/05 v4.0.2 changes package]
+\typeout{*** changes package 2021/04/05 v4.0.2 ***}
% \end{macrocode}
%
% Package \docpackage{xkeyval} provides options with key-value-pairs.
@@ -601,7 +602,6 @@
% \begin{macro}{\IfIsAuthorEmptyAtPosition}
%
% Check if author is anonymous or position does not equal needed position, therefore the author text is empty.
-% This is a new test that can be tested using \doccommand{ifthenelse}.
%
% This test could be removed if the test for empty \doccommand{Changes@output@author} would work. % todo
%