Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #176 from phi-gamma/texlive2014 | Philipp Gesang | 2014-01-07 | 6 | -523/+3765 |
|\ | | | | | sync with Context, wipe out more compatibility code | ||||
| * | [fontloader] import luatex-fonts-inj.lua, luatex-fonts-otn.lua | Philipp Gesang | 2014-01-07 | 2 | -0/+3374 |
| | | |||||
| * | [main] obliterate reference to obsolete font-otn.lua | Philipp Gesang | 2014-01-07 | 1 | -1/+0 |
| | | |||||
| * | [doc] update file graph | Philipp Gesang | 2014-01-07 | 1 | -2/+3 |
| | | |||||
| * | [doc] update file names in manual | Philipp Gesang | 2014-01-07 | 1 | -2/+3 |
| | | |||||
| * | [main] substitute new filenames for node-inj.lua and font-otn.lua | Philipp Gesang | 2014-01-07 | 1 | -2/+3 |
| | | |||||
| * | [fontloader] sync with Context as of 2014-01-07 | Philipp Gesang | 2014-01-07 | 1 | -409/+363 |
| | | |||||
| * | [aux] remove reference to unnecessary globals | Philipp Gesang | 2014-01-06 | 1 | -3/+0 |
| | | |||||
| * | [main] remove references to config.luaotfload.compatibility | Philipp Gesang | 2014-01-06 | 1 | -1/+0 |
| | | |||||
| * | [aux] extinguish compatibility code | Philipp Gesang | 2014-01-06 | 1 | -103/+19 |
| | | |||||
* | | Merge pull request #175 from phi-gamma/texlive2014 | Philipp Gesang | 2014-01-06 | 55 | -10527/+134 |
|\| | | | | | import dev branch | ||||
| * | [fontloader] sync with Context as of 2014-01-06 | Philipp Gesang | 2014-01-06 | 1 | -59/+81 |
| | | |||||
| * | [log] fix newline handling of the last status message when imitating texio.*() | Philipp Gesang | 2014-01-03 | 1 | -1/+5 |
| | | | | | | | | | | | | Issue reported by /u/eg9 on https://github.com/lualatex/luaotfload/issues/164#issuecomment-31551430 | ||||
| * | [main] set correct default loglevel when running as tex (seriously, dtx is ↵ | Philipp Gesang | 2014-01-03 | 1 | -1/+1 |
| | | | | | | | | an abomination) | ||||
| * | [tests] include two kinds of tests for Minion Pro | Philipp Gesang | 2014-01-03 | 1 | -0/+24 |
| | | |||||
| * | [db] use (sanitized) names.fullname field when resolving fonts by name | Philipp Gesang | 2014-01-03 | 1 | -3/+6 |
| | | |||||
| * | [db] fix incorrect local | Philipp Gesang | 2014-01-03 | 1 | -2/+2 |
| | | |||||
| * | [db] handle missing metadata table | Philipp Gesang | 2014-01-03 | 1 | -1/+10 |
| | | | | | | | | Fixes issue #164, hopefully. | ||||
| * | [doc] update news | Philipp Gesang | 2014-01-02 | 1 | -0/+2 |
| | | |||||
| * | [*] excise test-related make rules | Philipp Gesang | 2014-01-02 | 1 | -23/+2 |
| | | |||||
| * | [*] remove tests directory | Philipp Gesang | 2014-01-02 | 36 | -945/+0 |
| | | | | | | | | | | | | | | | | | | | | | | Testing has been done using the test repo exclusively for quite some time now: https://bitbucket.org/phg/lua-la-tex-tests. Also, the ``mktests`` script partially automates testing of the font management. This changeset is just codifying the facts. If any of the tests deserves preservation please file an issue for inclusion into the test repo. Thanks! | ||||
| * | [*] bump version | Philipp Gesang | 2014-01-02 | 10 | -22/+22 |
| | | |||||
| * | [doc] update NEWS | Philipp Gesang | 2014-01-02 | 1 | -0/+4 |
| | | |||||
| * | [doc] silence claims about the existence of mkluatexfontdb# | Philipp Gesang | 2014-01-02 | 2 | -5/+3 |
| | | |||||
| * | [tool] destroy --alias option and legacy mkluatexfontdb emulation | Philipp Gesang | 2014-01-02 | 1 | -38/+5 |
| | | |||||
| * | [tool] exterminate references to legacy code | Philipp Gesang | 2014-01-02 | 1 | -4/+5 |
| | | |||||
| * | [main] extinguish references to legacy code + bump version and dates | Philipp Gesang | 2014-01-02 | 1 | -16/+10 |
| | | |||||
| * | [*] annihilate legacy code | Philipp Gesang | 2014-01-02 | 5 | -9415/+0 |
| | | |||||
| * | [main] fix path resolver | Philipp Gesang | 2014-01-02 | 1 | -7/+8 |
| | | | | | | | | Close #162 | ||||
* | | Merge pull request #167 from phi-gamma/master | Philipp Gesang | 2014-01-03 | 4 | -5/+36 |
|\ \ | | | | | | | fixes to 2.4 | ||||
| * | | [log] fix newline handling of the last status message when imitating texio.*() | Philipp Gesang | 2014-01-03 | 1 | -1/+5 |
| | | | | | | | | | | | | | | | | | | Issue reported by /u/eg9 on https://github.com/lualatex/luaotfload/issues/164#issuecomment-31551430 | ||||
| * | | [main] set correct default loglevel when running as tex (seriously, dtx is ↵ | Philipp Gesang | 2014-01-03 | 1 | -1/+1 |
| | | | | | | | | | | | | an abomination) | ||||
| * | | [tests] include two kinds of tests for Minion Pro | Philipp Gesang | 2014-01-03 | 1 | -0/+24 |
| | | | |||||
| * | | [db] use (sanitized) names.fullname field when resolving fonts by name | Philipp Gesang | 2014-01-03 | 1 | -3/+6 |
| | | | |||||
* | | | Merge pull request #166 from phi-gamma/master | Philipp Gesang | 2014-01-03 | 1 | -3/+12 |
|\| | | | | | | | | fixes to v. 2.4, second iteration | ||||
| * | | [db] fix incorrect localv2.4-fix-2 | Philipp Gesang | 2014-01-03 | 1 | -2/+2 |
| | | | |||||
| * | | [db] handle missing metadata table | Philipp Gesang | 2014-01-03 | 1 | -1/+10 |
| | | | | | | | | | | | | Fixes issue #164, hopefully. | ||||
* | | | Merge pull request #163 from phi-gamma/master | Philipp Gesang | 2014-01-02 | 3 | -8/+12 |
|\| | | | | | | | | hotfix for v2.4 | ||||
| * | | [main] fix path resolverv2.4-fix-1 | Philipp Gesang | 2014-01-02 | 1 | -7/+8 |
| |/ | | | | | | | Close #162 | ||||
| * | update news | Philipp Gesang | 2013-12-31 | 1 | -1/+1 |
| | | |||||
| * | [doc] add note about Makefile to READMEv2.4 | Philipp Gesang | 2013-12-30 | 1 | -0/+3 |
| | | |||||
* | | Merge pull request #161 from phi-gamma/master | Philipp Gesang | 2013-12-30 | 3 | -7/+8 |
|\| | | | | | cosmetical changes | ||||
| * | [doc] update list of contributors | Philipp Gesang | 2013-12-30 | 1 | -0/+1 |
| | | |||||
| * | Merge branch 'master' of github:lualatex/luaotfload | Philipp Gesang | 2013-12-30 | 1 | -19/+20 |
| |\ | |/ |/| | |||||
* | | Merge pull request #160 from dohyunkim/master | Philipp Gesang | 2013-12-29 | 1 | -19/+20 |
|\ \ | | | | | | | transparency conflicts with other packages | ||||
| * | | reduce the size of res table | Dohyun Kim | 2013-12-29 | 1 | -10/+10 |
| | | | |||||
| * | | use table instead of string for transparency | Dohyun Kim | 2013-12-29 | 1 | -20/+18 |
| | | | |||||
| * | | Merge branch 'master' of https://github.com/dohyunkim/luaotfload | Dohyun Kim | 2013-12-29 | 0 | -0/+0 |
| |\ \ | |||||
| | * | | trancyparency conflicts with other packages | Dohyun Kim | 2013-12-29 | 1 | -16/+19 |
| |/ / |/| | | |||||
| * | | transparency conflicts with other packages | Dohyun Kim | 2013-12-29 | 1 | -16/+19 |
|/ / |