summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorjenglish <jenglish@flightlab.com>2008-10-24 20:01:10 (GMT)
committerjenglish <jenglish@flightlab.com>2008-10-24 20:01:10 (GMT)
commit1f5835f567b76c544877c30f2eb28456a0db5643 (patch)
tree9aa9f152bc350013e608a7af9efb74daef1486d5 /ChangeLog
parent3f73a2af199d6d4f755b7529b57c831a8624e7e4 (diff)
downloadtk-1f5835f567b76c544877c30f2eb28456a0db5643.zip
tk-1f5835f567b76c544877c30f2eb28456a0db5643.tar.gz
tk-1f5835f567b76c544877c30f2eb28456a0db5643.tar.bz2
Disable test ttk-6.3, it's not applicable [Bug 2175411].
Use different Tcl_AssocData key for Ttk so the tile extension can be loaded into an 8.6 interp, in the off-chance that anyone wants to do this.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 79c3f9d..034b873 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2008-10-24 Joe English <jenglish@users.sourceforge.net>
+
+ * tests/ttk/ttk.test: Disable test ttk-6.3, it's not
+ applicable [Bug 2175411].
+
+ * generic/ttk/ttkTheme.c: Use different Tcl_AssocData key
+ so the tile extension can be loaded into an 8.6 interp,
+ in the off-chance that anyone wants to do this.
+
2008-10-24 Donal K. Fellows <dkf@users.sf.net>
* generic/tkCanvUtil.c (TkSmoothPrintProc): Corrected 'const'ness to