diff options
author | jenglish <jenglish@flightlab.com> | 2007-05-16 18:35:20 (GMT) |
---|---|---|
committer | jenglish <jenglish@flightlab.com> | 2007-05-16 18:35:20 (GMT) |
commit | fde19a4caabf0561efd9d42b592f86e188f4a83f (patch) | |
tree | bcbd522de62cc6de0d372e978de9b8688b7646bd /ChangeLog | |
parent | 2175fd4d04e6c0088b9adfac510d6b7603686997 (diff) | |
download | tk-fde19a4caabf0561efd9d42b592f86e188f4a83f.zip tk-fde19a4caabf0561efd9d42b592f86e188f4a83f.tar.gz tk-fde19a4caabf0561efd9d42b592f86e188f4a83f.tar.bz2 |
Change Tk_InitStubs(), tkStubsPtr, and the auxilliary stubs table pointers
back to public visibility. See [Bug 1716117] for details.
Removed TCL_STORAGE_CLASS monkey business, as it had no effect.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2007-05-16 Joe English <jenglish@users.sourceforge.net> + + * generic/tkStubLib.c: Change Tk_InitStubs(), tkStubsPtr, + and the auxilliary stubs table pointers back to public visibility. + See [Bug 1716117] for details. + + Removed TCL_STORAGE_CLASS monkey business, as it had no effect. + 2007-05-16 Don Porter <dgp@users.sourceforge.net> * library/choosedir.tcl: Removed uses of obsolete {expand} |