summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/etoolbox
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2017-01-03 22:12:55 +0000
committerKarl Berry <karl@freefriends.org>2017-01-03 22:12:55 +0000
commitde125a51a727139ce11d86d9e887724e7099c085 (patch)
treec8efba2639e78bc56ad3ac7c6c1e04b85d19e718 /Master/texmf-dist/doc/latex/etoolbox
parente5bd1a71b2d73673d39428bdd10199da042ae49b (diff)
etoolbox (3jan17)
git-svn-id: svn://tug.org/texlive/trunk@42855 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/etoolbox')
-rw-r--r--Master/texmf-dist/doc/latex/etoolbox/etoolbox.pdfbin223387 -> 223504 bytes
-rw-r--r--Master/texmf-dist/doc/latex/etoolbox/etoolbox.tex25
2 files changed, 15 insertions, 10 deletions
diff --git a/Master/texmf-dist/doc/latex/etoolbox/etoolbox.pdf b/Master/texmf-dist/doc/latex/etoolbox/etoolbox.pdf
index 3f76945663c..fe58f53ed17 100644
--- a/Master/texmf-dist/doc/latex/etoolbox/etoolbox.pdf
+++ b/Master/texmf-dist/doc/latex/etoolbox/etoolbox.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/etoolbox/etoolbox.tex b/Master/texmf-dist/doc/latex/etoolbox/etoolbox.tex
index 2f8c2ed4ef3..f1072a21cc8 100644
--- a/Master/texmf-dist/doc/latex/etoolbox/etoolbox.tex
+++ b/Master/texmf-dist/doc/latex/etoolbox/etoolbox.tex
@@ -12,8 +12,8 @@
url={http://www.ctan.org/pkg/etoolbox/},
author={Philipp Lehman, Joseph Wright},
email={joseph.wright@morningstar2.co.uk},
- revision={v2.3},
- date={2016/12/26}}
+ revision={v2.4},
+ date={2017/01/02}}
\hypersetup{%
pdftitle={The etoolbox Package},
@@ -35,7 +35,7 @@ The \sty{etoolbox} package is a toolbox of programming tools geared primarily to
\subsection{License}
-Copyright \textcopyright\ 2007--2011 Philipp Lehman, 2015,2016 Joseph Wright. Permission is granted to copy, distribute and\slash or modify this software under the terms of the \lppl, version 1.3c or later.\fnurl{http://www.latex-project.org/lppl/}
+Copyright \textcopyright\ 2007--2011 Philipp Lehman, 2015--2017 Joseph Wright. Permission is granted to copy, distribute and\slash or modify this software under the terms of the \lppl, version 1.3c or later.\fnurl{http://www.latex-project.org/lppl/}
\section{User Commands}
\label{use}
@@ -1183,21 +1183,21 @@ Similar to \cmd{listeadd} except that it takes a control sequence name as its fi
Similar to \cmd{listcseadd} except that the assignment is global.
-\cmditem{listdel}{listmacro}{item}
+\cmditem{listremove}{listmacro}{item}
This command removes an \prm{item} from a \prm{listmacro}. A blank \prm{item} is ignored.
-\cmditem{listgdel}{listmacro}{item}
+\cmditem{listgremove}{listmacro}{item}
-Similar to \cmd{listdel} except that the assignment is global.
+Similar to \cmd{listremove} except that the assignment is global.
-\cmditem{listcsdel}{listcsname}{item}
+\cmditem{listcsremove}{listcsname}{item}
-Similar to \cmd{listdel} except that it takes a control sequence name as its first argument.
+Similar to \cmd{listremove} except that it takes a control sequence name as its first argument.
-\cmditem{listcsgdel}{listcsname}{item}
+\cmditem{listcsgremove}{listcsname}{item}
-Similar to \cmd{listcsdel} except that the assignment is global.
+Similar to \cmd{listcsremove} except that the assignment is global.
\cmditem{dolistloop}{listmacro}
@@ -1289,6 +1289,11 @@ This revision history is a list of changes relevant to users of this package. Ch
\begin{changelog}
+\begin{release}{2.4}{2017-01-02}
+\item Renamed \cmd{listdel} to \cmd{listremove} (name clash)\see{aut:lst:int}
+\item Renamed \cmd{listgdel} to \cmd{listgremove} (name clash)\see{aut:lst:int}
+\end{release}
+
\begin{release}{2.3}{2016-12-26}
\item Added \cmd{listdel}\see{aut:lst:int}
\item Added \cmd{listgdel}\see{aut:lst:int}