diff options
author | andreas_kupries <akupries@shaw.ca> | 2009-12-10 00:34:11 (GMT) |
---|---|---|
committer | andreas_kupries <akupries@shaw.ca> | 2009-12-10 00:34:11 (GMT) |
commit | f3db0a4fe9d14d328b4695b9323aa52281c6b7d6 (patch) | |
tree | f299efda25a99924d3a0fe2fabcc7f29c735c595 /ChangeLog | |
parent | 67b27c73ea01a59c1a86df8eb2159c037a0fa5b5 (diff) | |
download | tk-f3db0a4fe9d14d328b4695b9323aa52281c6b7d6.zip tk-f3db0a4fe9d14d328b4695b9323aa52281c6b7d6.tar.gz tk-f3db0a4fe9d14d328b4695b9323aa52281c6b7d6.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-12-09. 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-12-09 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-12-09. See + Tcl's ChangeLog. + 2009-12-09 Donal K. Fellows <dkf@users.sf.net> * generic/tkColor.c (Tk_GetColorByValue): [Bug 2911570]: Ensure that |