diff options
author | dgp <dgp@users.sourceforge.net> | 2002-03-24 17:21:12 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2002-03-24 17:21:12 (GMT) |
commit | 8a02ee155f91a31fb66ddc39cbbf1d1bbbeb4f36 (patch) | |
tree | 9bafbc713b822de0e3466752ee59e936c8370420 /ChangeLog | |
parent | c75824de892b2e33257084a1ba1329feee0b693d (diff) | |
download | tcl-8a02ee155f91a31fb66ddc39cbbf1d1bbbeb4f36.zip tcl-8a02ee155f91a31fb66ddc39cbbf1d1bbbeb4f36.tar.gz tcl-8a02ee155f91a31fb66ddc39cbbf1d1bbbeb4f36.tar.bz2 |
* Allow non-proc commands to be used
as the customization hooks. [Bug 495662]
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: |