------------------------------------------------------------------------ r1483 | taco | 2008-09-23 14:05:29 +0200 (Tue, 23 Sep 2008) | 3 lines Changed paths: M /trunk/src/texk/web2c/luatexdir/luatex.web Output \FONT<nr> instead of \^^@ in print_font_identifier() if the font id text is zero ------------------------------------------------------------------------ r1484 | taco | 2008-09-23 14:22:49 +0200 (Tue, 23 Sep 2008) | 3 lines Changed paths: M /trunk/src/texk/web2c/luatexdir/luatex.web suppress the forced addition of a .tex extension for input files (that is tested for by kpathsea anyway) ------------------------------------------------------------------------ r1485 | taco | 2008-09-23 14:30:03 +0200 (Tue, 23 Sep 2008) | 3 lines Changed paths: M /trunk/src/texk/web2c/luatexdir/font/mapfile.c eof() for mapfiles was true one byte too soon ------------------------------------------------------------------------ r1486 | taco | 2008-09-23 14:58:45 +0200 (Tue, 23 Sep 2008) | 3 lines Changed paths: M /trunk/src/texk/web2c/luatexdir/nodes.h invalid \lefthyphenmin and \righthyphen min should disable hyphenation, not implicitly switch to 1, 1 ------------------------------------------------------------------------ r1487 | taco | 2008-09-23 15:26:24 +0200 (Tue, 23 Sep 2008) | 4 lines Changed paths: M /trunk/src/texk/web2c/luatexdir/tex/texnodes.c unset_attribute() looked too far ahead when a to-be-unset attribute id not only did not exist in the node, but was also higher than the highest attribute on the node that actually was set. ------------------------------------------------------------------------