texlive[42855] Master/texmf-dist: etoolbox (3jan17)

commits+karl at tug.org commits+karl at tug.org
Tue Jan 3 23:12:55 CET 2017


Revision: 42855
          http://tug.org/svn/texlive?view=revision&revision=42855
Author:   karl
Date:     2017-01-03 23:12:55 +0100 (Tue, 03 Jan 2017)
Log Message:
-----------
etoolbox (3jan17)

Modified Paths:
--------------
    trunk/Master/texmf-dist/doc/latex/etoolbox/etoolbox.pdf
    trunk/Master/texmf-dist/doc/latex/etoolbox/etoolbox.tex
    trunk/Master/texmf-dist/tex/latex/etoolbox/etoolbox.def
    trunk/Master/texmf-dist/tex/latex/etoolbox/etoolbox.sty

Modified: trunk/Master/texmf-dist/doc/latex/etoolbox/etoolbox.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/doc/latex/etoolbox/etoolbox.tex
===================================================================
--- trunk/Master/texmf-dist/doc/latex/etoolbox/etoolbox.tex	2017-01-03 22:12:39 UTC (rev 42854)
+++ trunk/Master/texmf-dist/doc/latex/etoolbox/etoolbox.tex	2017-01-03 22:12:55 UTC (rev 42855)
@@ -12,8 +12,8 @@
   url={http://www.ctan.org/pkg/etoolbox/},
   author={Philipp Lehman, Joseph Wright},
   email={joseph.wright at 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 @@
 
 \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{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 @@
 
 \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}

Modified: trunk/Master/texmf-dist/tex/latex/etoolbox/etoolbox.def
===================================================================
--- trunk/Master/texmf-dist/tex/latex/etoolbox/etoolbox.def	2017-01-03 22:12:39 UTC (rev 42854)
+++ trunk/Master/texmf-dist/tex/latex/etoolbox/etoolbox.def	2017-01-03 22:12:55 UTC (rev 42855)
@@ -1,5 +1,5 @@
 \ProvidesFile{etoolbox.def}
-  [2016/12/26 v2.3 etoolbox debug messages (JAW)]
+  [2017/01/02 v2.4 etoolbox debug messages (JAW)]
 
 \begingroup
 \makeatletter

Modified: trunk/Master/texmf-dist/tex/latex/etoolbox/etoolbox.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/etoolbox/etoolbox.sty	2017-01-03 22:12:39 UTC (rev 42854)
+++ trunk/Master/texmf-dist/tex/latex/etoolbox/etoolbox.sty	2017-01-03 22:12:55 UTC (rev 42855)
@@ -1,5 +1,5 @@
 % Copyright (c) 2007-2011 Philipp Lehman.
-%           (c) 2015,2016 Joseph Wright
+%           (c) 2015-2017 Joseph Wright
 %
 % Permission is granted to copy, distribute and/or modify this
 % software under the terms of the LaTeX Project Public License
@@ -12,7 +12,7 @@
 
 \NeedsTeXFormat{LaTeX2e}
 \ProvidesPackage{etoolbox}
-  [2016/12/26 v2.3 e-TeX tools for LaTeX (JAW)]
+  [2017/01/02 v2.4 e-TeX tools for LaTeX (JAW)]
 
 \begingroup
 \@ifundefined{eTeXversion}
@@ -1572,12 +1572,12 @@
 
 % {<listmacro>}{<string>}
 
-\newrobustcmd{\listdel}[2]{%
-  \etb at listdel{#1}{#2}\def}
-\newrobustcmd{\listgdel}[2]{%
-  \etb at listdel{#1}{#2}\gdef}
+\newrobustcmd{\listremove}[2]{%
+  \etb at listremove{#1}{#2}\def}
+\newrobustcmd{\listgremove}[2]{%
+  \etb at listremove{#1}{#2}\gdef}
 
-\protected\long\def\etb at listdel#1#2#3{%
+\protected\long\def\etb at listremove#1#2#3{%
   \ifblank{#2}
     {}
     {\ifinlist{#2}{#1}{%
@@ -1589,10 +1589,10 @@
 
 % {<listcsname>}{<string>}
 
-\newrobustcmd{\listcsdel}[1]{%
-  \expandafter\listdel\csname#1\endcsname}
-\newrobustcmd{\listcsgdel}[1]{%
-  \expandafter\listgdel\csname#1\endcsname}
+\newrobustcmd{\listcsremove}[1]{%
+  \expandafter\listremove\csname#1\endcsname}
+\newrobustcmd{\listcsgremove}[1]{%
+  \expandafter\listgremove\csname#1\endcsname}
 
 % {<string>}{<listmacro>}{<true>}{<false>}
 



More information about the tex-live-commits mailing list