src/CHANGES.txt updates for changes since 4 November.
authorstevenknight <stevenknight@fdb21ef1-2011-0410-befe-b5e4ea1792b1>
Sun, 7 Dec 2008 16:31:39 +0000 (16:31 +0000)
committerstevenknight <stevenknight@fdb21ef1-2011-0410-befe-b5e4ea1792b1>
Sun, 7 Dec 2008 16:31:39 +0000 (16:31 +0000)
git-svn-id: http://scons.tigris.org/svn/scons/trunk@3810 fdb21ef1-2011-0410-befe-b5e4ea1792b1

src/CHANGES.txt

index d415509ffe5c40e5bb99bbcd6e135827662c87d7..6b89aa7d769843b775b94149766ea738704f60f4 100644 (file)
@@ -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 '#'