summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2006-03-21 03:01:26 (GMT)
committerdgp <dgp@users.sourceforge.net>2006-03-21 03:01:26 (GMT)
commita035d9f0c9008fbb62a43d011474036c0c56ed3c (patch)
treebca5bb0681c64b92fb5ae76da7d8104a36d8b681 /ChangeLog
parent1ed4bd550b5b14493cf7673adfc2657f1e70bbfd (diff)
downloadtk-a035d9f0c9008fbb62a43d011474036c0c56ed3c.zip
tk-a035d9f0c9008fbb62a43d011474036c0c56ed3c.tar.gz
tk-a035d9f0c9008fbb62a43d011474036c0c56ed3c.tar.bz2
* generic/tkConsole.c: Added exit handler to clean up the interp
where the console window lives. Also added code to handle multiple calls to Tk_CreateConsoleWindow so that the console channels connect to the last console window opened, in compatibility with the previous implementation.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 04bd1b8..7bb4991 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,10 @@
2006-03-20 Don Porter <dgp@users.sourceforge.net>
* generic/tkConsole.c: Added exit handler to clean up the interp
- where the console window lives.
+ where the console window lives. Also added code to handle
+ multiple calls to Tk_CreateConsoleWindow so that the console
+ channels connect to the last console window opened, in compatibility
+ with the previous implementation.
2006-03-18 Vince Darley <vincentdarley@users.sourceforge.net>