summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorhobbs <hobbs>2008-03-27 21:02:55 (GMT)
committerhobbs <hobbs>2008-03-27 21:02:55 (GMT)
commit0a9ab8614642f5e827de4edc85c71917069eebe2 (patch)
tree2c43b234c3dac0fd69c81b09ea3f8ac8d1a0b5f6 /ChangeLog
parentdc732074ee480def39f95fbeda7faa6b32a92d98 (diff)
downloadtk-0a9ab8614642f5e827de4edc85c71917069eebe2.zip
tk-0a9ab8614642f5e827de4edc85c71917069eebe2.tar.gz
tk-0a9ab8614642f5e827de4edc85c71917069eebe2.tar.bz2
* library/safetk.tcl (::safe::tkInterpInit): make sure tk_library
and its subdirs (eg, ttk) are on the "safe" access path.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a15ced6..eeca65d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-03-27 Jeff Hobbs <jeffh@ActiveState.com>
+
+ * library/safetk.tcl (::safe::tkInterpInit): make sure tk_library
+ and its subdirs (eg, ttk) are on the "safe" access path.
+
2008-03-27 Daniel Steffen <das@users.sourceforge.net>
* unix/tcl.m4 (SunOS-5.1x): fix 64bit support for Sun cc. [Bug 1921166]