diff options
author | jenglish <jenglish@flightlab.com> | 2008-10-24 20:01:10 (GMT) |
---|---|---|
committer | jenglish <jenglish@flightlab.com> | 2008-10-24 20:01:10 (GMT) |
commit | 1f5835f567b76c544877c30f2eb28456a0db5643 (patch) | |
tree | 9aa9f152bc350013e608a7af9efb74daef1486d5 /ChangeLog | |
parent | 3f73a2af199d6d4f755b7529b57c831a8624e7e4 (diff) | |
download | tk-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-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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 |