summaryrefslogtreecommitdiff
path: root/otfl-luat-dum.lua
Commit message (Collapse)AuthorAgeFilesLines
* Change the default cache pathKhaled Hosny2010-04-271-1/+1
| | | | | Per Manuel's suggestion, we now use TEXMVAR/luatex/generic/luaotfload/ instead of TEXMVAR/luatex-cache/latex/.
* Enable font cachingKhaled Hosny2010-04-011-0/+53
| | | | | Update from ConTeXt, changes to save fonts under TEXMFVAR/luatex-cache/latex/fonts.
* Updating to latest ConTeXt beta (2010.02.24)Khaled Hosny2010-02-251-1/+1
| | | | Now encoding related code gone.
* Updating to latest ConTeXt beta (2010.02.23)Khaled Hosny2010-02-231-2/+3
| | | | | Now many of our fixes are incorporated upstream or fixed in a different way.
* Fix bug with loading font featureKhaled Hosny2010-02-211-1/+1
| | | | Make sure |kind| is defined before calling |string.lower()| on it.
* Add a new |luat-over| moduleKhaled Hosny2010-02-201-23/+1
| | | | | To minimize differences between original ConTeXt files, this module overrides functions defined in |luat-dum| module.
* Updating to latest ConTeXt beta (2010.02.18)Khaled Hosny2010-02-201-0/+3
| | | | + Remove some, now unneeded, code.
* Updating to latest ConTeXt beta (2010.02.03)Khaled Hosny2010-02-051-0/+5
|
* Add |tex.ctxcatcodes|Khaled Hosny2010-01-201-0/+2
| | | | | Used in two places in the source, male is alias to luatextra's latex catcodetable.
* the log lines now go in the log filesElie Roux2010-01-151-5/+5
|
* Defines |logs.report()| and |logs.simple()|Khaled Hosny2010-01-111-0/+20
|
* updating to latest (beta 2009.11.13) ConTeXt codeKhaled Hosny2009-11-151-4/+10
|
* syncing with latest ConTeXt version (more feautures, less bugs), thanks to ↵Elie Roux2009-06-101-2/+5
| | | | Khaled Hosny
* sync with the latest ConTeXt beta, and using luaotfload in DVI mode too (for ↵Elie Roux2009-04-231-6/+5
| | | | dvipdfmx)
* syncronizing with the latest ConTeXt beta, fixing bugsElie Roux2009-04-121-2/+2
|
* adding a first working version of luaotfloadElie Roux2009-04-081-0/+58