Skip to content

Commit

Permalink
Re-sync with expl3 for deprecated commands
Browse files Browse the repository at this point in the history
  • Loading branch information
muzimuzhi committed May 1, 2024
1 parent 98793b8 commit f2b2524
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions doc/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
Change history
==============

## v2.9c (2024/xx/xx)

* Re-sync with `expl3` for deprecated commands.

## v2.9b (2024/04/27)

* Add new `Letters=Uppercase` (LuaLaTeX only) as an interface to `luaotfload`
Expand Down
2 changes: 1 addition & 1 deletion fontspec-code-opening.dtx
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@
%
% \begin{macrocode}
\cs_generate_variant:Nn \int_set:Nn {Nv}
\cs_generate_variant:Nn \prop_gput_if_new:Nnn {NeV}
\cs_generate_variant:Nn \prop_gput_if_not_in:Nnn {NeV}
\cs_generate_variant:Nn \prop_gput:Nnn {Nxn} % needed by unicode-math
\cs_generate_variant:Nn \tl_if_empty:nF {f}
\cs_generate_variant:Nn \tl_if_eq:nnT {oe}
Expand Down
4 changes: 2 additions & 2 deletions fontspec-code-xfss.dtx
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,8 @@
\clist_map_inline:nn {\strongreset,#1}
{
##1
\prop_gput_if_new:NeV \g_@@_strong_prop { \f@series } { \l_@@_strongdef_int }
\prop_gput:Nen \g_@@_strong_prop { switch-\int_use:N \l_@@_strongdef_int } { ##1 }
\prop_gput_if_not_in:NeV \g_@@_strong_prop { \f@series } { \l_@@_strongdef_int }
\prop_gput:Nxn \g_@@_strong_prop { switch-\int_use:N \l_@@_strongdef_int } { ##1 }
\int_incr:N \l_@@_strongdef_int
}
\group_end:
Expand Down

0 comments on commit f2b2524

Please sign in to comment.