summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Ignore log and pdf files in tests directoryKhaled Hosny2010-05-311-0/+4
|
* Handle bypassing TFM fonts properlyKhaled Hosny2010-05-313-18/+10
| | | | | | | | We now detect tfm fonts much earlier and force a file based lookup, thus bypassing |names.resolve()| completely. So, now |\font\tenrm=cmr10| is exactly the same as |\font\tenrm=file:cmr10| as long as there is a tfm/ofm file named cmr10.
* This code path have never been usedKhaled Hosny2010-05-311-22/+0
|
* Fix file extension filteringKhaled Hosny2010-05-311-1/+1
| | | | | Make sure to check last file extension; ignoring files like foo.ttf.bar-x.xyz.
* Simply file extension handlingKhaled Hosny2010-05-311-16/+12
|
* Pump version numberKhaled Hosny2010-05-311-6/+6
|
* split "check": tl vs system fontsManuel Pégourié-Gonnard2010-05-311-2/+9
|
* tune "make check"Manuel Pégourié-Gonnard2010-05-301-3/+4
|
* Remove --fc-cache optionKhaled Hosny2010-05-301-25/+0
| | | | | | We no longer query fontconfig cache rendering this option useless. Someone have to test it, I can't run the script here.
* Slight correctionKhaled Hosny2010-05-301-4/+4
|
* TypoKhaled Hosny2010-05-301-1/+1
|
* Document auto mkluatexfontdbWill Robertson2010-05-312-21/+20
| | | | (hope that's enough. too late for much thought.)
* Revert adding to the tables.defaultsWill Robertson2010-05-311-1/+0
| | | | This reverts commit 3726332085173acad0e1a6a4d018af67e03334b8.
* NEWS updatev1.09Khaled Hosny2010-05-301-0/+4
|
* Texlive fixed, not needed any more.Khaled Hosny2010-05-301-166/+0
|
* Fix version numberKhaled Hosny2010-05-301-6/+6
|
* Fix when a directory is passed to path_normalizeKhaled Hosny2010-05-301-1/+1
| | | | | kpse.readable_file() returns nil if given a directory, so disable this check for now.
* Add a check target, make ctan depend on it.Manuel Pégourié-Gonnard2010-05-301-1/+11
|
* Pump version numberv1.08aKhaled Hosny2010-05-282-6/+9
|
* Revert "NEWS update"Khaled Hosny2010-05-283-506/+1
| | | | | | | This reverts commit 9a27f3658bdc57fe39f7a9d95e3e99922818118d. Oops! otfl-font-otp.lua was committed by mistake, it doesn't work properly right now.
* NEWS updatev1.08Khaled Hosny2010-05-284-3/+519
|
* I'm not sure how to document these features.Will Robertson2010-05-251-0/+1
| | | | Pretty sure "calt" should be in this list, however.
* Suppress some warnings when not in verbose modeWill Robertson2010-05-251-2/+2
|
* suppress some warnings when default settingsWill Robertson2010-05-251-5/+9
|
* Fix symlink detectionKhaled Hosny2010-05-251-1/+7
|
* Reading symlinks under non-Windows platformElie Roux2010-05-251-5/+13
| | | | Patch to detect symlinks and follow them in path normalization. Reduces my database by 30 fonts. Please test (especially on Mac OSX).
* docElie Roux2010-05-241-1/+10
|
* Now we use the new system even on UnixesElie Roux2010-05-241-48/+9
| | | | This works fine on my system. Actually it works even better than fc-list, as it finds arial.ttf which fc-list doesn't... strange... please test.
* Oops...Elie Roux2010-05-241-1/+0
|
* Everything works fine under Windows nowElie Roux2010-05-241-1/+1
| | | | Strangely, OSFONTDIR is set under windows... It works even if it's unset anyway.
* Changing the test to see if a font has already been loadedElie Roux2010-05-241-5/+4
| | | | On my system a lot of fonts were indexed two times, this seems to fix it. It's not perfect but that's all we can do with the current database (please tell me if it introduces some regressions).
* First attempt to read fonts.confElie Roux2010-05-241-10/+53
| | | | This seems to work OK... the code don't actually use it as there are other things to debug before, but the function that reads the file works ok on mine (please test on yours if you have time).
* Renaming scan_texmf_tree in scan_texmf_fontsElie Roux2010-05-241-2/+2
| | | | as we don't scan only texmf_tree if OSFONTDIR is set
* A bit of code reorganizationElie Roux2010-05-241-37/+34
| | | | | | (warning very strange and unreadable diff due to indentation change) Now scan_os_fonts just scans os fonts without checking if OSFONTDIR is set or not, but it's called only if OSFONTDIR is not set (makes the code a bit more understandable).
* Sync with ConTeXt beta (beta 2010.05.22)Khaled Hosny2010-05-232-47/+26
|
* Switch to |luatexbase.new_attribute()|Khaled Hosny2010-05-231-31/+8
|
* Temporary fixKhaled Hosny2010-05-221-0/+1
|
* Set default mode to "node"Khaled Hosny2010-05-221-0/+8
| | | | No one seems to object.
* Patch from HansElie Roux2010-05-221-28/+11
| | | | This fixes the problem of the wrong filename in the cache. This change won't make it in TeXLive 2010's ConTeXt, but it's necessary for us.
* remove Manuel's name :)Will Robertson2010-05-221-2/+0
|
* Fix issue with first allocated attribute being 0Khaled Hosny2010-05-211-1/+4
| | | | See http://tug.org/pipermail/lualatex-dev/2010-May/000525.html.
* MinorKhaled Hosny2010-05-211-4/+8
|
* If save directory doesn't exist, create itKhaled Hosny2010-05-211-2/+6
|
* Sync with ConTeXt beta (beta 2010.05.20)Khaled Hosny2010-05-2110-52/+112
|
* Revert "remove NEWS from the Makefile"Khaled Hosny2010-05-211-2/+2
| | | | This reverts commit 248d50f46dee46b17119f5f6c212bf42f77c5e80.
* A separate NEWS file is easier to reachKhaled Hosny2010-05-212-22/+24
|
* fix licenses and readme for context-derived files.Will Robertson2010-05-213-6/+9
|
* fix for when logs.info doesn't existWill Robertson2010-05-201-0/+1
| | | | | | (luat-ovr is only loaded with luaotfload, not when mkluatexfontdb is run separately) not sure how I missed this the other day
* remove NEWS from the MakefileWill Robertson2010-05-201-2/+2
| | | (still hope it's okay with everyone)
* add a mkluatexfontdb section to the docsWill Robertson2010-05-201-8/+37
| | | closes #5