summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/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/tex/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/tex/latex/etoolbox')
-rw-r--r--Master/texmf-dist/tex/latex/etoolbox/etoolbox.def2
-rw-r--r--Master/texmf-dist/tex/latex/etoolbox/etoolbox.sty22
2 files changed, 12 insertions, 12 deletions
diff --git a/Master/texmf-dist/tex/latex/etoolbox/etoolbox.def b/Master/texmf-dist/tex/latex/etoolbox/etoolbox.def
index e99a704cfde..b00ea3a615e 100644
--- a/Master/texmf-dist/tex/latex/etoolbox/etoolbox.def
+++ b/Master/texmf-dist/tex/latex/etoolbox/etoolbox.def
@@ -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
diff --git a/Master/texmf-dist/tex/latex/etoolbox/etoolbox.sty b/Master/texmf-dist/tex/latex/etoolbox/etoolbox.sty
index d2bfb6b12ad..0b73840df25 100644
--- a/Master/texmf-dist/tex/latex/etoolbox/etoolbox.sty
+++ b/Master/texmf-dist/tex/latex/etoolbox/etoolbox.sty
@@ -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@listdel{#1}{#2}\def}
-\newrobustcmd{\listgdel}[2]{%
- \etb@listdel{#1}{#2}\gdef}
+\newrobustcmd{\listremove}[2]{%
+ \etb@listremove{#1}{#2}\def}
+\newrobustcmd{\listgremove}[2]{%
+ \etb@listremove{#1}{#2}\gdef}
-\protected\long\def\etb@listdel#1#2#3{%
+\protected\long\def\etb@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>}