diff options
author | minskim <minskim@pkgsrc.org> | 2010-01-16 03:19:07 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2010-01-16 03:19:07 +0000 |
commit | 29bd9fff447e2645f072041b96ed38e95e847134 (patch) | |
tree | 5155a1b9923eae53bd6e8b580589d7a0410f3aca /print/luatex/PLIST | |
parent | 6208009087863df19ddfd459483c03e0a3d92906 (diff) | |
download | pkgsrc-29bd9fff447e2645f072041b96ed38e95e847134.tar.gz |
Update luatex to 0.40.6.
Changes since 0.40.2:
* Fix two string vs. toks bugs in the lua node interface:
whatsit,annot and whatsit,startlink data assignments were
made directly as strings instead of being converted to tokens.
* Sometimes pdf.print() could be used before the proper structures
were initialized.
* There was a bug in the type codes for the lua package filter
callback: wrong extra info was passed to lua for the alignment
and vsplit cases.
* The math parameters \Umathlimitdownvgap, \Umathlimitdownbgap,
and \Umathlimitdownkern have been renamed to \Umathlimitbelowbgap,
\Umathlimitbelowvgap, and \Umathlimitbelowkern to be more
consistent with the other parameter names.
* The embedded MPlib is now 1.204.
* Handling of UTF-8 hyphenation exceptions has been fixed.
* There were a number of typos in the manual.
* One of the internal print functions accidentally encoded its
argument string to UTF-8 even though it was already UTF-8.
* Some of the log and terminal UTF-8 output was gibberish.
* \the\textfont0 returned a number instead of doing a font
switch.
* A set of portability fixes for the AIX compiler from Vladimir
Volovich.
* A set of fixes to the synctex support.
* A patch to the build script to prevent installed X11 headers
from being required.
* Some weave (web syntax) fixes from Manuel Pégourié-Gonnard.
* A simplification in luatex.ch (it is now less verbose
about the web2c-specific extensions) from Karl Berry.
* A fix in the handling of UTF-8 (input) file names.
* Hyphenation exceptions were case sensitive in 0.40.2.
Diffstat (limited to 'print/luatex/PLIST')
-rw-r--r-- | print/luatex/PLIST | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/print/luatex/PLIST b/print/luatex/PLIST index deaa6632206..d10144cdac0 100644 --- a/print/luatex/PLIST +++ b/print/luatex/PLIST @@ -1,4 +1,5 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2009/06/09 21:47:52 minskim Exp $ +@comment $NetBSD: PLIST,v 1.2 2010/01/16 03:19:07 minskim Exp $ +bin/luatangle bin/luatex bin/texlua bin/texluac |