From e8a56b051a32ed4c468c9325048ded01002a841a Mon Sep 17 00:00:00 2001 From: Philipp Gesang Date: Sun, 21 Jun 2015 00:19:32 +0200 Subject: [init] remove annyoing banner --- src/luaotfload-init.lua | 17 +---------------- src/luaotfload-main.lua | 4 ++-- 2 files changed, 3 insertions(+), 18 deletions(-) diff --git a/src/luaotfload-init.lua b/src/luaotfload-init.lua index c3e870d..feff4cc 100644 --- a/src/luaotfload-init.lua +++ b/src/luaotfload-init.lua @@ -218,22 +218,7 @@ local init_main = function () ---load_fontloader_module "font-odv.lua" --- <= Devanagari support from Context - if fonts then - - --- The Initialization is highly idiosyncratic. - - if not fonts._merge_loaded_message_done_ then - logreport ("log", 5, "init", [["I am using the merged fontloader here.]]) - logreport ("log", 5, "init", [[ If you run into problems or experience unexpected]]) - logreport ("log", 5, "init", [[ behaviour, and if you have ConTeXt installed you can try]]) - logreport ("log", 5, "init", [[ to delete the file 'fontloader-fontloader.lua' as I might]]) - logreport ("log", 5, "init", [[ then use the possibly updated libraries. The merged]]) - logreport ("log", 5, "init", [[ version is not supported as it is a frozen instance.]]) - logreport ("log", 5, "init", [[ Problems can be reported to the ConTeXt mailing list."]]) - end - fonts._merge_loaded_message_done_ = true - - else + if not fonts then --- the loading sequence is known to change, so this might have to --- be updated with future updates! --- do not modify it though unless there is a change to the merged diff --git a/src/luaotfload-main.lua b/src/luaotfload-main.lua index d44d767..e8f05d6 100644 --- a/src/luaotfload-main.lua +++ b/src/luaotfload-main.lua @@ -20,8 +20,8 @@ luaotfload.log = luaotfload.log or { } luaotfload.version = "2.6" luaotfload.loaders = { } luaotfload.min_luatex_version = 79 --- i. e. 0.79 -----------.fontloader_package = "fontloader" --- default: from current Context -luaotfload.fontloader_package = "slim" +luaotfload.fontloader_package = "fontloader" --- default: from current Context +----------.fontloader_package = "slim" local authors = "\z -- cgit v1.2.3