Added fix for TeX includes with same name as subdirs.
[scons.git] / src / engine / SCons / Tool / tex.py
2010-04-17 W. Trevor KingAdded fix for TeX includes with same name as subdirs.
2010-04-06 stevenknightIssue 2332 (preparation): refactor print statements...
2010-03-25 gregnoelMove 2.0 changes collected in branches/pending back...
2010-01-21 stevenknightBack out post-2.0 code changes from trunk: r4643, r4642...
2010-01-20 managanSomehow I managed to lose this change in a comment
2010-01-20 managanUpdate tex builder to handle the case where a \input...
2010-01-07 managanI got the order of the arguments wrong in a Clean(...
2010-01-04 managanChange scanner to properly search for included file...
2009-11-25 managanAdd a test for the case where a latex file uses \input...
2009-09-16 bdbaddogFix tex code to handle broken nomenclature package...
2009-08-21 managanAs I set up the test case for the glossary and nomencl...
2009-08-21 managanAdd test for glossaries package. and patch tex.py
2009-08-06 managanMove the definition of env['LATEXSUFFIXES'] from Defaul...
2009-07-22 managanTurns out that in my revamped TeX builder I was listing...
2009-07-22 managanUpdate tex builder to use the -recorder option.
2009-05-03 gregnoelIssue 2401: Fix usage of comparison with None, patch...
2009-02-09 stevenknightAdd emacs and vim editing settings to the bottom of...
2009-01-09 managanRemove the feature that would build .pdf graphics files
2008-12-12 stevenknightIssue 2255: Handle scanning of UTF-8 and UTF-16 files...
2008-11-25 managanAccidently left a debug print in.
2008-11-25 managanAdd a test for the case of a .DVI build using a .eps...
2008-11-12 managanI found that my coding for automatically building ...
2008-11-12 stevenknightPython 1.5 and 2.1 compatibility: string methods,...
2008-10-30 managanThis new test and emitter update recursively checks...
2008-10-08 stevenknightPython 1.5 compatibility.
2008-10-07 stevenknightReset the default Verbose value to False.
2008-10-07 managantest/TEX/PDF_single_source.py
2008-09-30 managanThis patch removes setting the variable TEXPICTS in...
2008-09-25 GregNoelChange FUTURE markers to TODO(1.5) so we are all using...
2008-09-23 stevenknight1.5 / 2.[01] compatibility: nested scopes in Tool...
2008-09-22 stevenknightPython 2.2 portability (no .pop() method on dictionarie...
2008-09-22 GregNoelFix syntax and semantic errors preventing regression...
2008-09-18 managanHefty update to the tex tool.
2008-09-10 managanAdd the ability of the Tex builder to change the name...
2008-09-04 managanPass the results of the InternalLaTeXAuxAction back...
2008-09-04 managanAdded a strfunction to the various tex builders. Since...
2008-02-04 stevenknightMerged revisions 2527-2645 via svnmerge from
2007-09-19 stevenknightMerged revisions 2302-2362,2364-2452 via svnmerge from
2007-04-13 stevenknightMerged revisions 1826-1882 via svnmerge from
2007-02-11 stevenknightMerged revisions 1784-1824 via svnmerge from
2006-12-16 stevenknightMerged revisions 1675-1736 via svnmerge from
2006-07-25 stevenknightMerged revisions 1441-1539 via svnmerge from
2005-12-16 stevenknightFix DVIPDF tests, refactor various TeX Tool modules.
2005-11-28 stevenknightAdd a TeX emitter to cover removal of .aux and .log...
2005-11-07 stevenknightMake all relevant builders of .tex and .ltx files consi...
2005-11-06 stevenknightCorrect $SOURCES on TeX command lines. (Sanjoy Mahajan...
2005-10-09 stevenknightGet rid of the last tabs in the source files and have...
2004-12-03 stevenknightMore command-line customizability: , , , , .
2004-02-26 stevenknightInitialize *FLAGS variables with objects that can add...
2003-10-06 stevenknightFollow-on to TeX patch: add test cases for LaTeX and...
2003-09-22 stevenknightPre-Python 2 portability fix in new tex.py tool. Porta...
2003-09-21 stevenknightNew tex.py.
2003-04-10 stevenknightImplement Tool refactoring. (Chad Austin + Steve Leblanc)
2003-01-20 stevenknightPut the Copyright years in by script, not by hand.
2003-01-16 stevenknightUpdate Copyright years.
2002-09-05 stevenknightRefactor SCons.Util.Detect() into an Environment method.
2002-09-05 stevenknightFix the tests that broke from the tool auto-detect...
2002-08-29 stevenknightDynamically check for the existence of utilities. ...
2002-06-20 stevenknightCheck in the Tool() interface. (SK and Charles Crain)