Update with recent changes:
authorstevenknight <stevenknight@fdb21ef1-2011-0410-befe-b5e4ea1792b1>
Fri, 26 Sep 2008 16:16:07 +0000 (16:16 +0000)
committerstevenknight <stevenknight@fdb21ef1-2011-0410-befe-b5e4ea1792b1>
Fri, 26 Sep 2008 16:16:07 +0000 (16:16 +0000)
* Scan .rc files.
* Big TeX changes.
* .sx file suffix.
* delete_existing keyword argument.

git-svn-id: http://scons.tigris.org/svn/scons/trunk@3489 fdb21ef1-2011-0410-befe-b5e4ea1792b1

src/CHANGES.txt

index 618c9e29756ee93e7aa3b63a284a1d617b5ad5a7..4f6bcf5267dafeb940f839167116c85490e4d64c 100644 (file)
@@ -21,6 +21,10 @@ RELEASE 1.X - XXX
 
     - Reorder MSVC compilation arguments so the /Fo is first.
 
+  From Bill Deegan:
+
+    - Add scanning Windows resource (.rc) files for implicit dependencies.
+
   From John Gozde:
 
     - When scanning for a #include file, don't use a directory that
@@ -30,18 +34,6 @@ RELEASE 1.X - XXX
 
     - Fix VariantDir duplication of #included files in subdirectories.
 
-  From Steven Knight:
-
-    - Fix the ability of the add_src_builder() method to add a new
-      source builder to any other builder.
-
-    - Avoid an infinite loop on non-Windows systems trying to find the
-      SCons library directory if the Python library directory does not
-      begin with the string "python".
-
-    - Search for the SCons library directory in "scons-local" (with
-      no version number) after "scons-local-{VERSION}".
-
   From Ludwig Hähne:
 
     - Reduce memory usage when a directory is used as a dependency of
@@ -58,6 +50,18 @@ RELEASE 1.X - XXX
 
     - Reduce memory usage from Null Executor objects.
 
+  From Steven Knight:
+
+    - Fix the ability of the add_src_builder() method to add a new
+      source builder to any other builder.
+
+    - Avoid an infinite loop on non-Windows systems trying to find the
+      SCons library directory if the Python library directory does not
+      begin with the string "python".
+
+    - Search for the SCons library directory in "scons-local" (with
+      no version number) after "scons-local-{VERSION}".
+
   From Rob Managan:
 
     - Fix the user's ability to interrupt the TeX build chain.
@@ -65,6 +69,20 @@ RELEASE 1.X - XXX
     - Fix the TeX builder's allowing the user to specify the target name,
       instead of always using its default output name based on the source.
 
+    - Iterate building TeX output files until all warning are gone
+      and the auxiliary files stop changing, or until we reach the
+      (configurable) maximum number of retries.
+
+    - Add TeX scanner support for:  glossaries, nomenclatures, lists of
+      figures, lists of tables, hyperref and beamer.
+
+    - Use the $BIBINPUTS, $BSTINPUTS, $TEXINPUTS and $TEXPICTS construction
+      variables as search paths for the relevant types of input file.
+
+    - Fix building TeX with VariantDir(duplicate=0) in effect.
+
+    - Fix the LaTeX scanner to search for graphics on the TEXINPUTS path.
+
   From Greg Noel:
 
     - Fix typos and format bugs in the man page.
@@ -78,11 +96,17 @@ RELEASE 1.X - XXX
     - Refactor use of the SCons.compat module so other modules don't
       have to import it individually.
 
+    - Add .sx as a suffix for assembly language files that use the
+      C preprocessor.
+
   From Gary Oberbrunner:
 
     - Make Glob() sort the returned list of Files or Nodes
       to prevent spurious rebuilds.
 
+    - Add a delete_existing keyword argument to the AppendENVPath()
+      and PrependENVPath() Environment methods.
+
   From Damyan Pepper:
 
     - Add a test case to verify that SConsignFile() files can be