From 572c0e2de196d2d9551cd205b7f0c69800fb7516 Mon Sep 17 00:00:00 2001 From: Philipp Gesang Date: Mon, 29 Apr 2013 22:57:12 +0200 Subject: update NEWS --- Makefile | 2 +- NEWS | 25 +++++++++++++++++++++---- filegraph.dot | 2 +- luaotfload.dtx | 2 +- 4 files changed, 24 insertions(+), 7 deletions(-) diff --git a/Makefile b/Makefile index 4821619..bdc2d35 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ NAME = luaotfload DOC = $(NAME).pdf DTX = $(NAME).dtx OTFL = $(wildcard otfl-*.lua) otfl-blacklist.cnf font-age.lua -SCRIPT = fontdbutil +SCRIPT = luaotfload-tool.lua GLYPHSCRIPT = mkglyphlist GLYPHSOURCE = glyphlist.txt diff --git a/NEWS b/NEWS index aac957d..16fd387 100644 --- a/NEWS +++ b/NEWS @@ -6,10 +6,27 @@ Change History backward-incompatible changes in the font structure (fontspec and unicode-math must be updated) * Synchronisation with ConTeXt is now easier and can be done by just - updating otfl-fonts-merged.lua (available in ConTeXt) - * Improve documentation - * renaming mkluatexfontdb into fontdbutil, with more search functionalities - * blacklisting font lingoes.ttf + updating luaotfload-merged.lua (<= luatex-fonts-merged.lua from + the LuaTeX-Plain format) + * Improved and extended documentation + * Blacklisting font lingoes.ttf while removing several TrueType collections + from the blacklist + * Font filenames are stored in the database (file: lookups more efficient) + * Optional caching of name: lookups + * Increased fidelity of XeTeX emulation + * Renaming mkluatexfontdb into luaotfload-tool, with more search + functionalities (the old behavior is kept if the script is symlinked/ + renamed mkluatexfontdb) + * Added options to luaotfload-tool for simple database queries + * Logging facilities have been rewritten and allow for more granularity + * All files have been renamed, abandoning cryptic acronyms; also + the new prefix is »luaotfload« (<= »otfl«) + * The Adobe Glyph List (font-age.lua) is now built via script (mkglyphlist) + * Hans adapted the font loader to several of our requests (attribute + allocation, custom merged package name, non-ascii names in font cache + etc.) + * There is now a central, non-personal dev repo on github: + https://github.com/lualatex/luaotfload 2013/04/11, luaotfload v1.28: * Adapting to LuaTeX 0.75, keeping backward-compatibility diff --git a/filegraph.dot b/filegraph.dot index a0eadec..d69937b 100644 --- a/filegraph.dot +++ b/filegraph.dot @@ -62,7 +62,7 @@ strict digraph luaotfload_files { //looks weird with circo ... * main files * ································································· */ - fontdbutil [label = "fontdbutil\nmkluatexfontdb.lua", + fontdbutil [label = "luaotfload-util\nmkluatexfontdb.lua", shape = rect, width = "3.2cm", height = "1.2cm", diff --git a/luaotfload.dtx b/luaotfload.dtx index 2c9fa77..5b454bc 100644 --- a/luaotfload.dtx +++ b/luaotfload.dtx @@ -332,7 +332,7 @@ and the derived files % \label{font-syntax} % \end{figure} % -% \subsection{Prefix -- the \identifier{luaotfload}\space Way} +% \subsection{Prefix -- the \identifier{luaotfload}{ }Way} % % In \identifier{luaotfload}, the canonical syntax for font requests % requires a \emphasis{prefix}: -- cgit v1.2.3