diff options
author | Steven Knight <knight@baldmt.com> | 2003-10-13 13:20:28 (GMT) |
---|---|---|
committer | Steven Knight <knight@baldmt.com> | 2003-10-13 13:20:28 (GMT) |
commit | cc0afd7c6d7b051c440eb92c3bfa40142925811e (patch) | |
tree | d3dd96c9b87047e6c7d4087f17b6749079b7f1a1 /src/CHANGES.txt | |
parent | cbb331ea63305207c070c77a7c7403d23b049f9d (diff) | |
download | SCons-cc0afd7c6d7b051c440eb92c3bfa40142925811e.zip SCons-cc0afd7c6d7b051c440eb92c3bfa40142925811e.tar.gz SCons-cc0afd7c6d7b051c440eb92c3bfa40142925811e.tar.bz2 |
More Environment method conversions:
Diffstat (limited to 'src/CHANGES.txt')
-rw-r--r-- | src/CHANGES.txt | 17 |
1 files changed, 10 insertions, 7 deletions
diff --git a/src/CHANGES.txt b/src/CHANGES.txt index 1706903..1ab7499 100644 --- a/src/CHANGES.txt +++ b/src/CHANGES.txt @@ -80,13 +80,14 @@ RELEASE X.XX - XXX - Support arbitrary expansion of construction variables within file and directory arguments to Builder calls and Environment methods. - - Add Environment-method versions of the following global - functions: Action(), AddPostAction(), AddPreAction(), Builder(), - BuildDir(), CacheDir(), Clean(), Default(), EnsurePythonVersion(), - EnsureSConsVersion(), Environment(), Exit(), Export(), FindFile(), - GetBuildPath(), GetOption(), Help(), Import(), Literal(), - Local(), Platform(), Repository(), SConsignFile(), SetOption(), - SourceSignatures(), Split(), TargetSignatures(), Tool(). + - Add Environment-method versions of the following global functions: + Action(), AddPostAction(), AddPreAction(), Alias(), Builder(), + BuildDir(), CacheDir(), Clean(), Configure(), Default(), + EnsurePythonVersion(), EnsureSConsVersion(), Environment(), + Exit(), Export(), FindFile(), GetBuildPath(), GetOption(), Help(), + Import(), Literal(), Local(), Platform(), Repository(), Scanner(), + SConscriptChdir(), SConsignFile(), SetOption(), SourceSignatures(), + Split(), TargetSignatures(), Tool(), Value(). - Add the following global functions that correspond to the same-named Environment methods: AlwaysBuild(), Command(), Depends(), Ignore(), @@ -115,6 +116,8 @@ RELEASE X.XX - XXX - Allow the Environment.WhereIs() method to take explicit path and pathext arguments (like the underlying SCons.Util.WhereIs() function). + - Remove the long-obsolete {Get,Set}CommandHandler() functions. + From Clark McGrew: - Generalize the action for .tex files so that it will decide whether |