summaryrefslogtreecommitdiffstats
path: root/src/CHANGES.txt
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2003-09-23 03:07:48 (GMT)
committerSteven Knight <knight@baldmt.com>2003-09-23 03:07:48 (GMT)
commita76887160c806a634e56dae356d2389ffe92c47a (patch)
treecc7a2366f0751138d3ed1dbe2cc08360b3c2aa3a /src/CHANGES.txt
parent16c04783a34ffe9762a39a3fd171dcc4bcccfa80 (diff)
downloadSCons-a76887160c806a634e56dae356d2389ffe92c47a.zip
SCons-a76887160c806a634e56dae356d2389ffe92c47a.tar.gz
SCons-a76887160c806a634e56dae356d2389ffe92c47a.tar.bz2
Add global functions for all of the default Builders attached to the default Environment.
Diffstat (limited to 'src/CHANGES.txt')
-rw-r--r--src/CHANGES.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/CHANGES.txt b/src/CHANGES.txt
index 884e650..1ac0c21 100644
--- a/src/CHANGES.txt
+++ b/src/CHANGES.txt
@@ -69,9 +69,18 @@ RELEASE X.XX - XXX
Environment methods: AlwaysBuild(), Command(), Depends(), Ignore(),
Install(), InstallAs(), Precious(), SideEffect() and SourceCode().
+ - Add the following global functions that correspond to the default
+ Builder methods supported by SCons: CFile(), CXXFile(), DVI(), Jar(),
+ Java(), JavaH(), Library(), M4(), MSVSProject(), Object(), PCH(),
+ PDF(), PostScript(), Program(), RES(), RMIC(), SharedLibrary(),
+ SharedObject(), StaticLibrary(), StaticObject(), Tar(), TypeLibrary()
+ and Zip().
+
- Rearrange the man page to show construction environment methods and
global functions in the same list, and to explain the difference.
+ - Alphabetize the explanations of the builder methods in the man page.
+
- Rename the Environment.Environment class to Enviroment.Base.
Allow the wrapping interface to extend an Environment by using its own
subclass of Environment.Base and setting a new Environment.Environment