summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorPhilipp Gesang <phg42.2a@gmail.com>2013-04-29 23:12:38 +0200
committerPhilipp Gesang <phg42.2a@gmail.com>2013-04-29 23:12:38 +0200
commitebdd60e14123b44f2e4f74b108ff34fadf480467 (patch)
treec9528e5979e5077e86c71ca31caab77c1f53ca82 /NEWS
parent1d871e6152c1acfa01db6fd90ee809274b9f8751 (diff)
parent572c0e2de196d2d9551cd205b7f0c69800fb7516 (diff)
downloadluaotfload-ebdd60e14123b44f2e4f74b108ff34fadf480467.tar.gz
merge from phi-gamma/master
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS24
1 files changed, 20 insertions, 4 deletions
diff --git a/NEWS b/NEWS
index d2808f5..d1089d6 100644
--- a/NEWS
+++ b/NEWS
@@ -6,10 +6,26 @@ 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 (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/25, luaotfload v1.29:
* Reverting the unified resolver, as the database was rebuilt too often