summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2008-12-07 16:31:39 (GMT)
committerSteven Knight <knight@baldmt.com>2008-12-07 16:31:39 (GMT)
commit12141dbc1cbf67855a45d43a8c6cdc18d0ea5bc2 (patch)
tree31dab20b26df13deb9494e4ddfc8a0da1ad95d21
parent95ab453345e5f6eb290133a3de7c2ca3a3666dc4 (diff)
downloadSCons-12141dbc1cbf67855a45d43a8c6cdc18d0ea5bc2.zip
SCons-12141dbc1cbf67855a45d43a8c6cdc18d0ea5bc2.tar.gz
SCons-12141dbc1cbf67855a45d43a8c6cdc18d0ea5bc2.tar.bz2
src/CHANGES.txt updates for changes since 4 November.
-rw-r--r--src/CHANGES.txt28
1 files changed, 28 insertions, 0 deletions
diff --git a/src/CHANGES.txt b/src/CHANGES.txt
index d415509..6b89aa7 100644
--- a/src/CHANGES.txt
+++ b/src/CHANGES.txt
@@ -30,6 +30,12 @@ RELEASE 1.X - XXX
- Don't pre-generate an exception message (which will likely be
ignored anyway) when an EntryProxy re-raises an AttributeError.
+ From Jared Grubb:
+
+ - Clean up coding style and white space in Node/FS.py.
+
+ - Fix a typo in the documentation for $_CPPDEFFLAGS.
+
From Ludwig Hähne:
- Handle Java inner classes declared within a method.
@@ -87,10 +93,32 @@ RELEASE 1.X - XXX
- Recursive scan included input TeX files.
+ - Handle requiring searched-for TeX input graphics files to have
+ extensions (to avoid trying to build a .eps from itself, e.g.).
+
From Greg Noel:
- Make the Action() function handle positional parameters consistently.
+ - Clarify use of Configure.CheckType().
+
+ - Make the File.{Dir,Entry,File}() methods create their entries
+ relative to the calling File's directory, not the SConscript
+ directory.
+
+ - Use the Python os.devnull variable to discard error output when
+ looking for the $CC or $CXX version.
+
+ - Mention LoadableModule() in the SharedLibrary() documentation.
+
+ From Gary Oberbrunner:
+
+ - Update the User's Guide to clarify use of the site_scons/
+ directory and the site_init.py module.
+
+ - Make env.AppendUnique() and env.PrependUnique remove duplicates
+ within a passed-in list being added, too.
+
From Randall Spangler:
- Fix Glob() so an on-disk file or directory beginning with '#'