summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorredman <redman>1999-02-26 02:45:41 (GMT)
committerredman <redman>1999-02-26 02:45:41 (GMT)
commit558ea53147de4b0b07a874fa42e3c7a044d6da7c (patch)
treea10cd212ecdaa951170c8e07d235265eeb843d50 /ChangeLog
parent45879a83e5bf09eb8e92a4e90f48761930bcbd88 (diff)
downloadtk-558ea53147de4b0b07a874fa42e3c7a044d6da7c.zip
tk-558ea53147de4b0b07a874fa42e3c7a044d6da7c.tar.gz
tk-558ea53147de4b0b07a874fa42e3c7a044d6da7c.tar.bz2
Add entries to ChangeLog for previous commits.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog23
1 files changed, 23 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c100f74..d0e8222 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,26 @@
+1999-02-25 <redman@scriptics.com>
+
+ * win/tkWinWm.c: Properly initialize the tsdPtr->firstWindow field.
+
+ * win/cat.c: Code for cat32.exe, copied from the Tcl sources. Required
+ in order to run the test suite from the makefile
+
+ * win/winMain.c: Add main() for a console-based wishc.exe, which meant
+ adding code to disable the call to Tk_ConsoleInit().
+
+ * generic/tkConsole.c: Check the standard handles before creating the
+ new standard channels. This allows a windows app that has stdin,
+ stdout, or stderr to correctly connect to them.
+
+ * generic/tkMain.c: Add a proper check for the interactive mode, since
+ the standard channels may actually be connected in windows mode or
+ even in the console-based wish.
+
+ * win/makefile.vc: Add targets for wishc.exe (console-based wish) and
+ cat32.exe (for testing). Fix the test suite target so it can be run
+ from the makefile (which can happen since the standard handles have
+ been fixed).
+
1999-02-12 <lfb@scriptics.com>
* generic/tkMenuButton.h: