diff options
author | Norbert Preining <norbert@preining.info> | 2022-02-26 03:00:34 +0000 |
---|---|---|
committer | Norbert Preining <norbert@preining.info> | 2022-02-26 03:00:34 +0000 |
commit | 740a11f29a3551babe3d7edbb57ac3baa2280a3f (patch) | |
tree | 5d6d449e762f5ab95042e3517d03c5ac3ddaf7c3 /macros/luatex/generic/luaotfload/luaotfload-configuration.lua | |
parent | 157cc9e776520d0b7d488317a69a10d4ae4d493b (diff) |
CTAN sync 202202260300
Diffstat (limited to 'macros/luatex/generic/luaotfload/luaotfload-configuration.lua')
-rw-r--r-- | macros/luatex/generic/luaotfload/luaotfload-configuration.lua | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/macros/luatex/generic/luaotfload/luaotfload-configuration.lua b/macros/luatex/generic/luaotfload/luaotfload-configuration.lua index 76a8d68754..50618d72af 100644 --- a/macros/luatex/generic/luaotfload/luaotfload-configuration.lua +++ b/macros/luatex/generic/luaotfload/luaotfload-configuration.lua @@ -7,8 +7,8 @@ assert(luaotfload_module, "This is a part of luaotfload and should not be loaded independently") { name = "luaotfload-configuration", - version = "3.18", --TAGVERSION - date = "2021-05-21", --TAGDATE + version = "3.19", --TAGVERSION + date = "2022-02-24", --TAGDATE description = "luaotfload submodule / config file reader", license = "GPL v2.0" } @@ -218,6 +218,7 @@ local default_config = { version = luaotfload.version, statistics = false, termwidth = nil, + keepnames = true, }, paths = { names_dir = "names", @@ -611,6 +612,7 @@ local option_spec = { return w end, }, + keepnames = { in_t = boolean_t, }, }, paths = { names_dir = { in_t = string_t, }, @@ -741,7 +743,7 @@ local formatters = { anon_sequence = { false, format_list }, color_callback = { false, format_string }, definer = { false, format_string }, - fontloader = { false, format_string }, + fontloader = { true, format_string }, log_level = { false, format_integer }, resolver = { false, format_string }, }, |