summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlfb <lfb>1999-03-09 01:57:04 (GMT)
committerlfb <lfb>1999-03-09 01:57:04 (GMT)
commite83a048bf0829ed0af052d2b97ba6752bb6a67c9 (patch)
treefe75b887cb4896628c5124e270c8e7333d9aad61
parentb20325f59cefae248e9e8f156cd1e6b8e194c3cc (diff)
downloadtk-e83a048bf0829ed0af052d2b97ba6752bb6a67c9.zip
tk-e83a048bf0829ed0af052d2b97ba6752bb6a67c9.tar.gz
tk-e83a048bf0829ed0af052d2b97ba6752bb6a67c9.tar.bz2
*** empty log message ***
-rw-r--r--ChangeLog21
1 files changed, 21 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index bd7b00e..d8362b5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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: