diff options
author | Elie Roux <elie.roux@telecom-bretagne.eu> | 2013-05-03 01:31:57 -0700 |
---|---|---|
committer | Elie Roux <elie.roux@telecom-bretagne.eu> | 2013-05-03 01:31:57 -0700 |
commit | 3e3dcf4b43fb6bf14bba1bd4024b418124822e93 (patch) | |
tree | b70a6b21034ce00c7b741329f4b5b50a29ef9e26 /NEWS | |
parent | 49cc81c4edff6e3c813a93964923bdb35f07e95c (diff) | |
parent | 225c63363a259867bad8848e9e9880e43cbf4ad5 (diff) | |
download | luaotfload-3e3dcf4b43fb6bf14bba1bd4024b418124822e93.tar.gz |
Merge pull request #14 from lualatex/master
update with lualatex master
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 37 |
1 files changed, 31 insertions, 6 deletions
@@ -6,10 +6,28 @@ 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 + * 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 (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 etc.) + * There is now a central, non-personal dev repo on github: + https://github.com/lualatex/luaotfload + +2013/04/27, luaotfload v1.3: + * blacklisting lingoes.ttf (segfaults) + * unblacklisting ttc fonts (warning: may break LuaTeX < 0.65) + * fixing font cache file name with non-ascii characters 2013/04/25, luaotfload v1.29: * Reverting the unified resolver, as the database was rebuilt too often @@ -19,13 +37,20 @@ Change History * Fix a bug that made fontconfig files not parsed when OSFONTDIR is set 2013/04/11, luaotfload v1.28: - * Adapting to LuaTeX 0.75, keeping backward-compatibility + * Adapting to LuaTeX 0.75 * Fix small documentation issues in mkluatexfontdb - * Fix possibility of infite loop with fontconfig config files references + * Fix possible infite loop with fontconfig config files references * Adding semibold synonym for bold * file:xxx syntax now uses the same search function as name: which make more fonts recognized +2012/05/28, luaotfload v1.27: + * Fix "endless loop in charlist" with some OpenType math fonts + +2012/03/27, luaotfload v1.26: + * Enable setting italic correction values by default + * Fix finding demibold italic fonts + 2011/04/21, luaotfload v1.25: * Fix bug loading *.dfont fonts * Misc. documentation fixes |