summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
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>