From 043441776e02b99fe5a3079755ac964a0988c016 Mon Sep 17 00:00:00 2001 From: stevenknight Date: Sun, 7 Dec 2008 16:31:39 +0000 Subject: [PATCH] src/CHANGES.txt updates for changes since 4 November. git-svn-id: http://scons.tigris.org/svn/scons/trunk@3810 fdb21ef1-2011-0410-befe-b5e4ea1792b1 --- src/CHANGES.txt | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/src/CHANGES.txt b/src/CHANGES.txt index d415509f..6b89aa7d 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 '#' -- 2.26.2