diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2005-09-21 10:54:40 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2005-09-21 10:54:40 (GMT) |
commit | c6e0e2261b1585c0b28b7abfb41852b5750aaf13 (patch) | |
tree | 568c1c4a6a82c9fe3153dba25af68d61019419bc /ChangeLog | |
parent | 998bc689837b9f81b076f05e0320a141c72e8540 (diff) | |
download | tk-c6e0e2261b1585c0b28b7abfb41852b5750aaf13.zip tk-c6e0e2261b1585c0b28b7abfb41852b5750aaf13.tar.gz tk-c6e0e2261b1585c0b28b7abfb41852b5750aaf13.tar.bz2 |
Tk-internal exit handler improvements. [Bug 749908]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2005-09-21 Donal K. Fellows <donal.k.fellows@manchester.ac.uk> + + * generic/tkEvent.c (TkCreateThreadExitHandler, TkFinalizeThread) + (TkDeleteThreadExitHandler): New internal API (from Joe Mistachkin) + to allow Tk to finalize itself correctly in a multi-threaded + environment. [Bug 749908] + 2005-09-14 Donal K. Fellows <dkf@users.sf.net> * generic/tkOldConfig.c (GetCachedSpecs): Split out the code to |