diff options
author | andreas_kupries <akupries@shaw.ca> | 2009-11-23 19:17:29 (GMT) |
---|---|---|
committer | andreas_kupries <akupries@shaw.ca> | 2009-11-23 19:17:29 (GMT) |
commit | 0bfb01662737f65ab1bd1b50b5059f091bf3a567 (patch) | |
tree | 1defe0a06517ee528e64505adf973d23ae8df077 /ChangeLog | |
parent | bb110b19891f138458016add065c7dae4d7e2b39 (diff) | |
download | tk-0bfb01662737f65ab1bd1b50b5059f091bf3a567.zip tk-0bfb01662737f65ab1bd1b50b5059f091bf3a567.tar.gz tk-0bfb01662737f65ab1bd1b50b5059f091bf3a567.tar.bz2 |
* library/safetk.tcl (::safe::loadTk): [Bug 2902573]: Fixed access
to the cleanupHook of the safe base. The code used the old
internal commands which have been removed since 2009-11-05/06. See
Tcl's ChangeLog.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2009-11-23 Andreas Kupries <andreask@activestate.com> + + * library/safetk.tcl (::safe::loadTk): [Bug 2902573]: Fixed access + to the cleanupHook of the safe base. The code used the old + internal commands which have been removed since 2009-11-05/06. See + Tcl's ChangeLog. + 2009-11-23 Donal K. Fellows <dkf@users.sf.net> * unix/Makefile.in: Added .PHONY lines to stop make from getting |