diff options
author | hobbs <hobbs@noemail.net> | 2000-08-08 19:03:42 (GMT) |
---|---|---|
committer | hobbs <hobbs@noemail.net> | 2000-08-08 19:03:42 (GMT) |
commit | b3dc7afdd1c41c78fea6384979b3a10c745ea523 (patch) | |
tree | 39ab485b17d95952ffc204382e161097148e27dd | |
parent | 6f873e1bde7cb524c7c73f038d433f04342cc005 (diff) | |
download | tk-b3dc7afdd1c41c78fea6384979b3a10c745ea523.zip tk-b3dc7afdd1c41c78fea6384979b3a10c745ea523.tar.gz tk-b3dc7afdd1c41c78fea6384979b3a10c745ea523.tar.bz2 |
updated changes for 8.3.2 releasecore-8-3-2
FossilOrigin-Name: ed1af3983790d97310e676b05a0b7edc7afa3e72
-rw-r--r-- | ChangeLog | 10 | ||||
-rw-r--r-- | changes | 28 |
2 files changed, 35 insertions, 3 deletions
@@ -1,4 +1,10 @@ -2000-08-05 Jeff Hobbs <hobbs@scriptics.com> +2000-08-08 Jeff Hobbs <hobbs@ajubasolutions.com> + + 8.3.2 RELEASE finalized + + * changes: updated for release notes version of ChangeLog + +2000-08-05 Jeff Hobbs <hobbs@ajubasolutions.com> * win/Makefile.in (cat32.${OBJEXT}): corrected where to find cat.c given the change in default def'n of TCL_SRC_DIR. @@ -9,7 +15,7 @@ * library/safetk.tcl: rationalized the setting of tk_library when initialized Tk in a safe interpreter. -2000-08-04 Jeff Hobbs <hobbs@scriptics.com> +2000-08-04 Jeff Hobbs <hobbs@ajubasolutions.com> * BACKPORTED FROM 8.4 (HEAD) BRANCH: @@ -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 --- |