Skip to content
This repository has been archived by the owner on Sep 27, 2019. It is now read-only.

Commit

Permalink
Merge pull request #14 from lualatex/master
Browse files Browse the repository at this point in the history
update with lualatex master
  • Loading branch information
eroux committed May 3, 2013
2 parents 49cc81c + 225c633 commit 3e3dcf4
Show file tree
Hide file tree
Showing 20 changed files with 1,720 additions and 493 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
37 changes: 31 additions & 6 deletions NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion filegraph.dot
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
Loading

0 comments on commit 3e3dcf4

Please sign in to comment.