diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2005-08-12 15:21:41 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2005-08-12 15:21:41 (GMT) |
commit | 72aee25f15c2cacb152e6c770298102d99f83afa (patch) | |
tree | a15453b3660eeefee43615c230285dcc34f04747 /ChangeLog | |
parent | b4cdda1ba117bf43944c4af6a9d3d5afa0757562 (diff) | |
download | tk-72aee25f15c2cacb152e6c770298102d99f83afa.zip tk-72aee25f15c2cacb152e6c770298102d99f83afa.tar.gz tk-72aee25f15c2cacb152e6c770298102d99f83afa.tar.bz2 |
Fix for [749908] that localizes the changes within a single file and also
allows third-party code to work.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2005-08-12 Donal K. Fellows <donal.k.fellows@manchester.ac.uk> + + * generic/tkOldConfig.c (Tk_ConfigureWidget): Stop storing per-thread + data in global data structures. Store it in per-interpreter data (i.e. + per-thread data) instead. [Bug 749908] + 2005-08-10 Donal K. Fellows <dkf@users.sf.net> * generic/tkFrame.c (CreateFrame) and others: Don't use size_t |