diff options
author | redman <redman> | 1999-02-26 02:45:41 (GMT) |
---|---|---|
committer | redman <redman> | 1999-02-26 02:45:41 (GMT) |
commit | 558ea53147de4b0b07a874fa42e3c7a044d6da7c (patch) | |
tree | a10cd212ecdaa951170c8e07d235265eeb843d50 /ChangeLog | |
parent | 45879a83e5bf09eb8e92a4e90f48761930bcbd88 (diff) | |
download | tk-558ea53147de4b0b07a874fa42e3c7a044d6da7c.zip tk-558ea53147de4b0b07a874fa42e3c7a044d6da7c.tar.gz tk-558ea53147de4b0b07a874fa42e3c7a044d6da7c.tar.bz2 |
Add entries to ChangeLog for previous commits.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 23 |
1 files changed, 23 insertions, 0 deletions
@@ -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: |