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 Apr 29, 2024
1 parent 19b37c1 commit 0ca736c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 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 @@ -167,7 +167,7 @@
\cs_generate_variant:Nn \keys_set_known:nnN {nx}
\cs_generate_variant:Nn \prop_put:Nnn {Nxx}
\cs_generate_variant:Nn \prop_put:Nnn {NxV}
\cs_generate_variant:Nn \prop_gput_if_new:Nnn {NxV}
\cs_generate_variant:Nn \prop_gput_if_not_in:Nnn {NxV}
\cs_generate_variant:Nn \prop_gput:Nnn {Nxn}
\cs_generate_variant:Nn \prop_get:NnNT {NxN}
\cs_generate_variant:Nn \prop_get:NnNTF {NxN}
Expand Down
2 changes: 1 addition & 1 deletion fontspec-code-xfss.dtx
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
\clist_map_inline:nn {\strongreset,#1}
{
##1
\prop_gput_if_new:NxV \g_@@_strong_prop { \f@series } { \l_@@_strongdef_int }
\prop_gput_if_not_in:NxV \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
}
Expand Down

0 comments on commit 0ca736c

Please sign in to comment.