summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorredman <redman>1999-07-30 02:09:21 (GMT)
committerredman <redman>1999-07-30 02:09:21 (GMT)
commitc73a3f80d94ae9f79358079de7fa3b43f80dc54b (patch)
tree049c50f59f99ae7bc782bcf3008993ec0be5faab /ChangeLog
parent8b41c66fc83e734c02190d7eddd7e68410894c02 (diff)
downloadtk-c73a3f80d94ae9f79358079de7fa3b43f80dc54b.zip
tk-c73a3f80d94ae9f79358079de7fa3b43f80dc54b.tar.gz
tk-c73a3f80d94ae9f79358079de7fa3b43f80dc54b.tar.bz2
* generic/tkConsole.c: Allow tcl to open CON and NUL, even for std
channels. Checking for bad/unusable std channels was moved to Tk since its only purpose was to check whether to use the Tk Console Window for the std channels. [Bug: 2393 2392 2209 2458]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 738c07a..d002ba8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
1999-07-29 <redman@scriptics.com>
+ * generic/tkConsole.c: Allow tcl to open CON and NUL, even for std
+ channels. Checking for bad/unusable std channels was moved to Tk
+ since its only purpose was to check whether to use the Tk Console
+ Window for the std channels. [Bug: 2393 2392 2209 2458]
+
* win/Makefile.in: Corrected building threaded tktest.exe on
Windows. Needed to link in .obj files from Tcl, needs to change
later so that code is in Tk and doesn't require a Tcl build.