diff options
author | dgp <dgp@users.sourceforge.net> | 2006-03-21 03:01:26 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2006-03-21 03:01:26 (GMT) |
commit | a035d9f0c9008fbb62a43d011474036c0c56ed3c (patch) | |
tree | bca5bb0681c64b92fb5ae76da7d8104a36d8b681 /ChangeLog | |
parent | 1ed4bd550b5b14493cf7673adfc2657f1e70bbfd (diff) | |
download | tk-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-- | ChangeLog | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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> |