diff options
author | hobbs <hobbs> | 2000-08-08 19:03:42 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2000-08-08 19:03:42 (GMT) |
commit | edec59ce653fc9b12b4d972b47c3ac6f7b0b2220 (patch) | |
tree | 39ab485b17d95952ffc204382e161097148e27dd /changes | |
parent | 620cb9710ceb04de6083c98f513ac444994e9958 (diff) | |
download | tk-edec59ce653fc9b12b4d972b47c3ac6f7b0b2220.zip tk-edec59ce653fc9b12b4d972b47c3ac6f7b0b2220.tar.gz tk-edec59ce653fc9b12b4d972b47c3ac6f7b0b2220.tar.bz2 |
updated changes for 8.3.2 releasecore_8_3_2
Diffstat (limited to 'changes')
-rw-r--r-- | changes | 28 |
1 files changed, 27 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.42 2000/04/26 00:23:44 hobbs Exp $ +RCS: @(#) $Id: changes,v 1.42.2.1 2000/08/08 19:03:43 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 @@ -4900,3 +4900,29 @@ redraws (hobbs) 2000-04 more docs for public APIs (melski) --- Released 8.3.1, April 26, 2000 --- See ChangeLog for details --- + +2000-05-15 (bug fix) changed wm deiconify from using idle callback to +calling restack and focus code immediately. (hobbs) + +2000-07 (build cleanup) cleanup of defines in tkConfig.sh, and cleanup +in make and configure files to better handle .rc files across +builds. (welch) + +2000-07 (build improvements) cleanup of the makefiles and configure scripts +to correct support for building under gcc for Windows. (dejong) + +2000-08 (feature enhancements) for Windows, corrected drawing of separator +menu entries, disable menu entries and the height for separator +bars. (melski) + +2000-08 (bug fix) fixed calling of takeFocus proc with arg bearing +functions. (nemethi) + +2000-08 (bug fix) For text widgets, added a test for a NULL segment pointer +when doing backwards searches for "", correct searching over elided chars, +and corrected search combining -regexp and -nocase. (melski) + +2000-08 (bug fix) Corrected code for using 'place', cursors, colors and 3D +borders on multiple screens simultaneously. (hobbs, hipp) + +--- Released 8.3.2, August 9, 2000 --- See ChangeLog for details --- |