From d09c74cccc89c9d58382ad7dcae6def5499da113 Mon Sep 17 00:00:00 2001
From: Steven Knight <knight@baldmt.com>
Date: Wed, 22 Jan 2003 05:17:53 +0000
Subject: Minor fixes:  CR-LF in scons.bat file, remove old name keyword from
 Builder doc.

---
 doc/man/scons.1 | 5 -----
 src/CHANGES.txt | 7 +++++++
 2 files changed, 7 insertions(+), 5 deletions(-)

diff --git a/doc/man/scons.1 b/doc/man/scons.1
index 00db84e..002793c 100644
--- a/doc/man/scons.1
+++ b/doc/man/scons.1
@@ -2780,11 +2780,6 @@ The
 .B Builder
 function accepts the following arguments:
 
-.IP name
-The name of the builder. This will be the
-name of the construction environment method
-used to create an instance of the builder.
-
 .IP action
 The command line string used to build the target from the source. 
 .B action
diff --git a/src/CHANGES.txt b/src/CHANGES.txt
index 7cd7e36..83dbc9a 100644
--- a/src/CHANGES.txt
+++ b/src/CHANGES.txt
@@ -22,6 +22,13 @@ RELEASE 0.11 - XXX
 
   - Allow libraries in the LIBS variable to explicitly include the prefix
     and suffix, even when using the GNU linker.
+    (Bug reported by Neal Becker.)
+
+  - Use DOS-standard CR-LF line endings in the scons.bat file.
+    (Bug reported by Gary Ruben.)
+
+  - Doc changes:  Eliminate description of deprecated "name" keyword
+    argument from Builder definition (reported by Gary Ruben).
 
   From Anthony Roach:
 
-- 
cgit v0.12