summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorhobbs <hobbs>2002-12-06 23:29:37 (GMT)
committerhobbs <hobbs>2002-12-06 23:29:37 (GMT)
commitdf50e6eb7fcee1b7b60c7dc9c0d1968124197b9e (patch)
tree5929fe9f8d605ca8e874bea4a8c835657cd5367d /ChangeLog
parent2be80c2ee9e0835f69dbc4773498a020c025bd0c (diff)
downloadtk-df50e6eb7fcee1b7b60c7dc9c0d1968124197b9e.zip
tk-df50e6eb7fcee1b7b60c7dc9c0d1968124197b9e.tar.gz
tk-df50e6eb7fcee1b7b60c7dc9c0d1968124197b9e.tar.bz2
* win/tkWinX.c (TkWinXInit): Move cleanup into an exit handler
* win/tkWin32Dll.c (DllMain): to ensure that it will be called * win/tkWinWm.c (TkWinWmCleanup): without having to unload the dll. Also reset the static int initialized on cleanup to allow reinit.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 459a635..8b93609 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2002-12-06 Jeff Hobbs <jeffh@ActiveState.com>
+
+ * win/tkWinX.c (TkWinXInit): Move cleanup into an exit handler
+ * win/tkWin32Dll.c (DllMain): to ensure that it will be called
+ * win/tkWinWm.c (TkWinWmCleanup): without having to unload the dll.
+ Also reset the static int initialized on cleanup to allow reinit.
+
2002-12-01 Mo DeJong <mdejong@users.sourceforge.net>
* tests/event.test (_keypress, _text_ind_to_x_y):