summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/l3kernel/l3candidates.dtx
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2019-01-06 22:04:57 +0000
committerKarl Berry <karl@freefriends.org>2019-01-06 22:04:57 +0000
commit1e38cd4b45c93bd4d0e36e7cfb12fb1a8feb02c4 (patch)
tree382415facdb42be2fde175053880a5a1c22ba82e /Master/texmf-dist/source/latex/l3kernel/l3candidates.dtx
parentb41749959c73e2c85e711c0d8f98829cb74af6dd (diff)
l3kernel (5jan19)
git-svn-id: svn://tug.org/texlive/trunk@49620 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/l3kernel/l3candidates.dtx')
-rw-r--r--Master/texmf-dist/source/latex/l3kernel/l3candidates.dtx25
1 files changed, 17 insertions, 8 deletions
diff --git a/Master/texmf-dist/source/latex/l3kernel/l3candidates.dtx b/Master/texmf-dist/source/latex/l3kernel/l3candidates.dtx
index 0fdfe1ea798..780b8ac6b03 100644
--- a/Master/texmf-dist/source/latex/l3kernel/l3candidates.dtx
+++ b/Master/texmf-dist/source/latex/l3kernel/l3candidates.dtx
@@ -1,6 +1,6 @@
% \iffalse meta-comment
%
-%% File: l3candidates.dtx Copyright (C) 2012-2018 The LaTeX3 Project
+%% File: l3candidates.dtx Copyright (C) 2012-2019 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
@@ -42,7 +42,7 @@
% }^^A
% }
%
-% \date{Released 2018-12-12}
+% \date{Released 2019-01-01}
%
% \maketitle
%
@@ -408,6 +408,15 @@
% \end{texnote}
% \end{function}
%
+% \begin{function}[added = 2018-12-29]{\iow_allow_break:}
+% \begin{syntax}
+% \cs{iow_allow_break:}
+% \end{syntax}
+% In the first argument of \cs{iow_wrap:nnnN} (for instance in
+% messages), inserts a break-point that allows a line break.
+% In other words this is a zero-width breaking space.
+% \end{function}
+%
% \section{Additions to \pkg{l3flag}}
%
% \begin{function}[EXP, added = 2018-04-02]{\flag_raise_if_clear:n}
@@ -3253,7 +3262,7 @@
%
% \begin{macro}
% {
-% \char_lower_case:N, \char_upper_case:N,
+% \char_lower_case:N, \char_upper_case:N,
% \char_mixed_case:N, \char_fold_case:N
% }
% \begin{macro}{\@@_change_case:nNN}
@@ -3737,7 +3746,7 @@
{
\cs_new:Npn \@@_change_case_char:nN #1#2
{
- \@@_change_case_output:fwn
+ \@@_change_case_output:fwn
{ \use:c { char_ #1 _case:N } #2 }
}
}
@@ -3755,7 +3764,7 @@
}
}
{
- \@@_change_case_output:fwn
+ \@@_change_case_output:fwn
{ \use:c { char_ #1 _case:N } #2 }
}
}
@@ -3807,7 +3816,7 @@
\cs_if_exist:cTF { c_@@_change_case_ #2 _ \token_to_str:N #1 _tl }
{
\@@_change_case_output:vwn
- { c_@@_change_case_ #2 _ \token_to_str:N #1 _tl }
+ { c_@@_change_case_ #2 _ \token_to_str:N #1 _tl }
#3
}
{
@@ -3815,7 +3824,7 @@
{
c_@@_change_case_
\str_if_eq:nnTF {#2} { lower } { upper } { lower }
- _ \token_to_str:N #1 _tl
+ _ \token_to_str:N #1 _tl
}
{
\@@_change_case_output:nwn {#1}
@@ -4407,7 +4416,7 @@
\@@_tmp:w \c_@@_dotless_i_tl { 0131 }
\@@_tmp:w \c_@@_dotted_I_tl { 0130 }
\@@_tmp:w \c_@@_i_ogonek_tl { 012F }
- \@@_tmp:w \c_@@_I_ogonek_tl { 012E }
+ \@@_tmp:w \c_@@_I_ogonek_tl { 012E }
\group_end:
% \end{macrocode}
% \end{variable}