summaryrefslogtreecommitdiffstats
path: root/src/CHANGES.txt
diff options
context:
space:
mode:
Diffstat (limited to 'src/CHANGES.txt')
-rw-r--r--src/CHANGES.txt14
1 files changed, 10 insertions, 4 deletions
diff --git a/src/CHANGES.txt b/src/CHANGES.txt
index 4e8e377..cdf7e91 100644
--- a/src/CHANGES.txt
+++ b/src/CHANGES.txt
@@ -375,6 +375,9 @@ RELEASE 0.97 - XXX
- Document the --debug=explain option in the man page. (How did we
miss this?)
+ - Add a $LATEXRETRIES variable to allow configuration of the number of
+ times LaTex can be re-called to try to resolve undefined references.
+
From Chen Lee:
- Handle Visual Studio project and solution files in Unicode.
@@ -437,6 +440,13 @@ RELEASE 0.97 - XXX
BCC compiler; some versions apparently require that the file name
argument be concatenated with the option.
+ From Joel B. Mohler:
+
+ - Extend latex.py, pdflatex.py, pdftex.py and tex.py so that building
+ from both TeX and LaTeX files uses the same logic to call $BIBTEX
+ when it's necessary, to call $MAKEINDEX when it's necessary, and to
+ call $TEX or $LATEX multiple times to handle undefined references.
+
From Elliot Murphy:
- Enhance the tests to guarantee persistence of ListOption
@@ -739,10 +749,6 @@ RELEASE 0.97 - XXX
external environment, or settable internally) to put a shortened
SCons execution line in the Visual Studio project file.
- - Don't throw an exception if the configuration changes and a stored
- implicit dependency now has a different type (File or Dir) than it
- did last time.
-
From Greg Ward:
- Fix a misplaced line in the man page.