diff options
author | hobbs <hobbs> | 1999-10-02 01:14:12 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 1999-10-02 01:14:12 (GMT) |
commit | 6f678fb0c84662b54cee47c966b5287aae605163 (patch) | |
tree | 2eed193a9a05c95be2acf122909727d102dcb9e8 | |
parent | d5c898cdc7d3a029e34bbca28e19608e00af568e (diff) | |
download | tk-6f678fb0c84662b54cee47c966b5287aae605163.zip tk-6f678fb0c84662b54cee47c966b5287aae605163.tar.gz tk-6f678fb0c84662b54cee47c966b5287aae605163.tar.bz2 |
-rw-r--r-- | changes | 12 |
1 files changed, 11 insertions, 1 deletions
@@ -2,7 +2,7 @@ This file summarizes all changes made to Tk since version 1.0 was released on March 13, 1991. Changes that aren't backward compatible are marked specially. -RCS: @(#) $Id: changes,v 1.37 1999/08/13 18:30:40 redman Exp $ +RCS: @(#) $Id: changes,v 1.37.2.1 1999/10/02 01:14:12 hobbs Exp $ 3/16/91 (bug fix) Modified tkWindow.c to remove Tk's Tcl commands from the interpreter when the main window is deleted (otherwise there will @@ -4669,3 +4669,13 @@ that the build directory is separate from the sources. Fixed bug in Tk_DrawChars(). (Jim Ingham) --------------- Released 8.2.0, August 17, 1999 ---------------------- + +9/21/99 (bug fix) fixed 'wm deiconify' quirks on Windows. (hobbs) + +9/21/99 (bug fix) fix fg<>bg GC swap bug for canvas. [Bug: 2676] (hobbs) + +9/21/99 (config fix) fixed AIX config issues for Tk. (hobbs) + +9/24/99 (feature change) tk_dialog now uses {Times 12} by default. (hobbs) + +--- Released 8.2.1, October 04, 1999 --- See ChangeLog for details --- |