diff options
author | dgp <dgp@noemail.net> | 2002-03-24 17:21:11 (GMT) |
---|---|---|
committer | dgp <dgp@noemail.net> | 2002-03-24 17:21:11 (GMT) |
commit | 7b8d15c4ec1a984af14eb86410fef0459a81b594 (patch) | |
tree | 9bafbc713b822de0e3466752ee59e936c8370420 /ChangeLog | |
parent | 767567f49bac42d26ecbbeb9332cfeb576a7d7b8 (diff) | |
download | tcl-7b8d15c4ec1a984af14eb86410fef0459a81b594.zip tcl-7b8d15c4ec1a984af14eb86410fef0459a81b594.tar.gz tcl-7b8d15c4ec1a984af14eb86410fef0459a81b594.tar.bz2 |
* Allow non-proc commands to be used
as the customization hooks. [Bug 495662]
FossilOrigin-Name: 015ca88a6e2f8b3a5da80ba9587c76da6f8bbb58
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2002-03-24 Don Porter <dgp@users.sourceforge.net> + + * library/tcltest/tcltest.tcl: Allow non-proc commands to be used + as the customization hooks. [Bug 495662] + 2002-03-24 Vince Darley <vincentdarley@users.sourceforge.net> * generic/tclFilename.c: |