diff options
author | Karl Berry <karl@freefriends.org> | 2016-05-16 20:36:36 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2016-05-16 20:36:36 +0000 |
commit | 10b890688b4c4cf33d2644957238c4e437fa8e7f (patch) | |
tree | 3cb9455e807ecdd7413bf88f501158fbe6929068 /Master/texmf-dist/source | |
parent | 7e645bc833a21c442923fb45747b124201686005 (diff) |
regexpatch (16may16)
git-svn-id: svn://tug.org/texlive/trunk@41204 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source')
-rw-r--r-- | Master/texmf-dist/source/latex/regexpatch/regexpatch.dtx | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/Master/texmf-dist/source/latex/regexpatch/regexpatch.dtx b/Master/texmf-dist/source/latex/regexpatch/regexpatch.dtx index 709d1dda22b..01f7fa57eaa 100644 --- a/Master/texmf-dist/source/latex/regexpatch/regexpatch.dtx +++ b/Master/texmf-dist/source/latex/regexpatch/regexpatch.dtx @@ -1,6 +1,6 @@ % \iffalse meta-comment % -%% File: regexpatch.dtx (C) Copyright 2012-2013 Enrico Gregorio +%% File: regexpatch.dtx (C) Copyright 2012-2016 Enrico Gregorio %% %% It may be distributed and/or modified under the conditions of the %% LaTeX Project Public License (LPPL), either version 1.3c of this @@ -25,7 +25,7 @@ \newcommand{\sv}{[\texttt{*}]} %</driver> %<*driver|package> -\GetIdInfo$Id: regexpatch.dtx 0.2a 2015-05-20 12:00:00Z Enrico $ +\GetIdInfo$Id: regexpatch.dtx 0.2b 2016-05-15 12:00:00Z Enrico $ {Extending etoolbox patching commands} %</driver|package> %<*driver> @@ -55,11 +55,14 @@ % % \maketitle % +% \changes{v0.2b}{2016/05/15}{Fix for removed function} % \changes{v0.2a}{2015/05/20}{Fixed silly mistake} % \changes{v0.2}{2013/03/28}{Polished code and documentation} % \changes{v0.2}{2013/03/28}{Additional biblatex related macros} -% \changes{v0.1c}{2013/03/25}{Replaced obsolete command \texttt{\string\prg\string_case\string_str:onn}} -% \changes{v0.1c}{2013/03/25}{Replaced \texttt{\string\msg\string_term:x} with \texttt{\string\msg\string_term:n}} +% \changes{v0.1c}{2013/03/25}{Replaced obsolete command +% \texttt{\protect\string\protect\prg_case_str:onn}} +% \changes{v0.1c}{2013/03/25}{Replaced \texttt{\protect\string\protect\msg_term:x} +% with \texttt{\protect\string\protect\msg_term:n}} % \changes{v0.1b}{2012/07/24}{Fixed bugs in the `bibmacro' functions} % \changes{v0.1a}{2012/06/07}{Fixed bugs in success/failure code} % \changes{v0.1}{2012-04-15}{First public release} @@ -1054,7 +1057,7 @@ } \cs_new:Npn \xpatch_message_cstype:N #1 { - \str_case:onn { \l_xpatch_type_tl } + \str_case:onF { \l_xpatch_type_tl } { { DRCw } { \xpatch_message:n @@ -1717,3 +1720,4 @@ % \end{implementation} % % \PrintIndex +% \PrintChanges |