diff options
author | lfb <lfb> | 1999-03-09 01:57:04 (GMT) |
---|---|---|
committer | lfb <lfb> | 1999-03-09 01:57:04 (GMT) |
commit | e83a048bf0829ed0af052d2b97ba6752bb6a67c9 (patch) | |
tree | fe75b887cb4896628c5124e270c8e7333d9aad61 | |
parent | b20325f59cefae248e9e8f156cd1e6b8e194c3cc (diff) | |
download | tk-e83a048bf0829ed0af052d2b97ba6752bb6a67c9.zip tk-e83a048bf0829ed0af052d2b97ba6752bb6a67c9.tar.gz tk-e83a048bf0829ed0af052d2b97ba6752bb6a67c9.tar.bz2 |
*** empty log message ***
-rw-r--r-- | ChangeLog | 21 |
1 files changed, 21 insertions, 0 deletions
@@ -1,3 +1,24 @@ +1999-03-08 <lfb@scriptics.com> + + * win/tkWinWm.c: Toplevel class no longer shared between + threads. + + * win/tkWinX.c: Multiple threads no longer share the same + TkDisplay structure. Required because TkDisplay stores much + thread-specific data for a given thread. + + * win/tkWinSend.c: Moved application instance handle out + out thread-local storage. DDE was failing to initialize + when the instance handles were different between threads. + + * win/makefile.vc: Added THREADDEFINES for building with + threads enabled. + + * generic/tkMenu.c: + * win/tkWinMenu.c: + * unix/tkUnixMenu.c: Added TkpMenuThreadInit for initializing + thread-specific Menu state. + 1999-03-01 <redman@scriptics.com> * win/tkWinWm.c: |