texlive[45884] Master/texmf-dist: etoolbox (22nov17)

commits+karl at tug.org commits+karl at tug.org
Wed Nov 22 23:42:23 CET 2017


Revision: 45884
          http://tug.org/svn/texlive?view=revision&revision=45884
Author:   karl
Date:     2017-11-22 23:42:23 +0100 (Wed, 22 Nov 2017)
Log Message:
-----------
etoolbox (22nov17)

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-11-22 22:41:30 UTC (rev 45883)
+++ trunk/Master/texmf-dist/doc/latex/etoolbox/etoolbox.tex	2017-11-22 22:42:23 UTC (rev 45884)
@@ -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.4},
-  date={2017/01/02}}
+  revision={v2.5},
+  date={2017/11/22}}
 
 \hypersetup{%
   pdftitle={The etoolbox Package},
@@ -239,10 +239,18 @@
 
 Clears a \prm{command} such that \etex's \cmd{ifdefined} and \cmd{ifcsname} tests will consider it as undefined. This command is robust and may be prefixed with \cs{global}.
 
+\cmditem{undef}<command>
+
+Similar to \cmd{undef} but acts globally.
+
 \cmditem{csundef}{csname}
 
 Similar to \cmd{undef} except that it takes a control sequence name as its argument. This command is robust and may be prefixed with \cs{global}.
 
+\cmditem{csgundef}{csname}
+
+Similar to \cmd{csundef} but acts globally.
+
 \cmditem{csmeaning}{csname}
 
 Similar to the \tex primitive \cmd{meaning} but takes a control sequence name as its argument. If the control sequence is undefined, this command will not implicitly assign a meaning of \cmd{relax} to it.
@@ -1289,6 +1297,12 @@
 
 \begin{changelog}
 
+\begin{release}{2.5}{2017-11-22}
+\item Added \cmd{csgundef}\see{aut:def:def}
+\item Added \cmd{gundef}\see{aut:def:def}
+\item Allow scanning of macros containing new line characters
+\end{release}
+
 \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}

Modified: trunk/Master/texmf-dist/tex/latex/etoolbox/etoolbox.def
===================================================================
--- trunk/Master/texmf-dist/tex/latex/etoolbox/etoolbox.def	2017-11-22 22:41:30 UTC (rev 45883)
+++ trunk/Master/texmf-dist/tex/latex/etoolbox/etoolbox.def	2017-11-22 22:42:23 UTC (rev 45884)
@@ -1,5 +1,5 @@
 \ProvidesFile{etoolbox.def}
-  [2017/01/02 v2.4 etoolbox debug messages (JAW)]
+  [2017/11/22 v2.5 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-11-22 22:41:30 UTC (rev 45883)
+++ trunk/Master/texmf-dist/tex/latex/etoolbox/etoolbox.sty	2017-11-22 22:42:23 UTC (rev 45884)
@@ -12,7 +12,7 @@
 
 \NeedsTeXFormat{LaTeX2e}
 \ProvidesPackage{etoolbox}
-  [2017/01/02 v2.4 e-TeX tools for LaTeX (JAW)]
+  [2017/11/22 v2.5 e-TeX tools for LaTeX (JAW)]
 
 \begingroup
 \@ifundefined{eTeXversion}
@@ -892,6 +892,7 @@
 % {<csname>}
 
 \newrobustcmd*{\csundef}[1]{\cslet{#1}\etb at undefined}
+\newrobustcmd*{\csgundef}[1]{\global\cslet{#1}\etb at undefined}
 
 % {<cstoken>}{<code>}
 
@@ -1183,6 +1184,7 @@
   \etb at resrvda
   \makeatletter
   \endlinechar\m at ne
+  \newlinechar\m at ne
   \scantokens\expandafter{\etb at resrvda}%
   \expandafter\endgroup\ifx#1\etb at resrvda
     \expandafter\@firstoftwo



More information about the tex-live-commits mailing list