diff options
Diffstat (limited to 'Master/texmf-dist/source/latex/l3kernel/l3msg.dtx')
-rw-r--r-- | Master/texmf-dist/source/latex/l3kernel/l3msg.dtx | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/Master/texmf-dist/source/latex/l3kernel/l3msg.dtx b/Master/texmf-dist/source/latex/l3kernel/l3msg.dtx index 3d72db5db51..9a10e278f2d 100644 --- a/Master/texmf-dist/source/latex/l3kernel/l3msg.dtx +++ b/Master/texmf-dist/source/latex/l3kernel/l3msg.dtx @@ -1,6 +1,6 @@ % \iffalse meta-comment % -%% File: l3msg.dtx Copyright (C) 2009-2012 The LaTeX3 Project +%% File: l3msg.dtx Copyright (C) 2009-2013 The LaTeX3 Project %% %% It may be distributed and/or modified under the conditions of the %% LaTeX Project Public License (LPPL), either version 1.3c of this @@ -35,7 +35,7 @@ % %<*driver|package> \RequirePackage{l3bootstrap} -\GetIdInfo$Id: l3msg.dtx 4212 2012-09-09 12:24:04Z bruno $ +\GetIdInfo$Id: l3msg.dtx 4412 2013-01-08 12:23:19Z joseph $ {L3 Messages} %</driver|package> %<*driver> @@ -2206,8 +2206,10 @@ % \begin{macro}{\msg_newline:, \msg_two_newlines:} % New lines are printed in the same way as for low-level file writing. % \begin{macrocode} +%<*deprecated> \cs_new_nopar:Npn \msg_newline: { ^^J } \cs_new_nopar:Npn \msg_two_newlines: { ^^J ^^J } +%</deprecated> % \end{macrocode} % \end{macro} % @@ -2215,9 +2217,11 @@ % \begin{macro}{\msg_interrupt:xxx} % These were all misnamed. % \begin{macrocode} +%<*deprecated> \cs_generate_variant:Nn \msg_log:n { x } \cs_generate_variant:Nn \msg_term:n { x } \cs_generate_variant:Nn \msg_interrupt:nnn { xxx } +%</deprecated> % \end{macrocode} % \end{macro} % \end{macro} @@ -2229,6 +2233,7 @@ % is cleared, and the various message functions are created % to simply use the code stored for the message. % \begin{macrocode} +%<*deprecated> \cs_new_protected:Npn \msg_class_set:nn #1#2 { \cs_if_exist:cTF { @@_ #1 _code:nnnnnn } @@ -2247,6 +2252,7 @@ \cs_set_protected:cpx { msg_ #1 :nn } ##1##2 { \exp_not:c { msg_ #1 :nnxxxx } {##1} {##2} { } { } { } { } } } +%</deprecated> % \end{macrocode} % \end{macro} % |