diff options
author | cvs2fossil <cvs2fossil> | 2000-08-08 19:03:43 (GMT) |
---|---|---|
committer | cvs2fossil <cvs2fossil> | 2000-08-08 19:03:43 (GMT) |
commit | 7814fb129ff3fa2fcd570d60ed99abdb4ddf50bc (patch) | |
tree | 29ae2b3a82e8d9ca24abb82f591257547be76be3 | |
parent | edec59ce653fc9b12b4d972b47c3ac6f7b0b2220 (diff) | |
download | tk-tclpro_1_4_0_synthetic.zip tk-tclpro_1_4_0_synthetic.tar.gz tk-tclpro_1_4_0_synthetic.tar.bz2 |
Created branch tclpro-1-4-0-synthetictclpro_1_4_0tclpro_1_4_0_synthetic
-rw-r--r-- | ChangeLog | 10 | ||||
-rw-r--r-- | changes | 28 | ||||
-rw-r--r-- | doc/colors.n | 2 | ||||
-rw-r--r-- | doc/cursors.n | 2 | ||||
-rw-r--r-- | doc/keysyms.n | 2 |
5 files changed, 6 insertions, 38 deletions
@@ -1,10 +1,4 @@ -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> +2000-08-05 Jeff Hobbs <hobbs@scriptics.com> * win/Makefile.in (cat32.${OBJEXT}): corrected where to find cat.c given the change in default def'n of TCL_SRC_DIR. @@ -15,7 +9,7 @@ * library/safetk.tcl: rationalized the setting of tk_library when initialized Tk in a safe interpreter. -2000-08-04 Jeff Hobbs <hobbs@ajubasolutions.com> +2000-08-04 Jeff Hobbs <hobbs@scriptics.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.2.1 2000/08/08 19:03:43 hobbs Exp $ +RCS: @(#) $Id: changes,v 1.42 2000/04/26 00:23:44 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,29 +4900,3 @@ 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 --- diff --git a/doc/colors.n b/doc/colors.n index b96848f..7168b56 100644 --- a/doc/colors.n +++ b/doc/colors.n @@ -2,7 +2,7 @@ '\" Copyright (c) 1998-2000 by Scriptics Corporation. '\" All rights reserved. '\" -'\" RCS: @(#) $Id: colors.n,v 1.1.2.1 2000/06/30 20:33:44 ericm Exp $ +'\" RCS: @(#) $Id: colors.n,v 1.2 2000/06/30 20:33:44 ericm Exp $ '\" '\" .so man.macros diff --git a/doc/cursors.n b/doc/cursors.n index d61eb9e..0c54140 100644 --- a/doc/cursors.n +++ b/doc/cursors.n @@ -2,7 +2,7 @@ '\" Copyright (c) 1998-2000 by Scriptics Corporation. '\" All rights reserved. '\" -'\" RCS: @(#) $Id: cursors.n,v 1.1.2.1 2000/08/07 22:42:58 hobbs Exp $ +'\" RCS: @(#) $Id: cursors.n,v 1.2 2000/08/07 22:42:58 hobbs Exp $ '\" '\" .so man.macros diff --git a/doc/keysyms.n b/doc/keysyms.n index 6375438..25c5677 100644 --- a/doc/keysyms.n +++ b/doc/keysyms.n @@ -2,7 +2,7 @@ '\" Copyright (c) 1998-2000 by Scriptics Corporation. '\" All rights reserved. '\" -'\" RCS: @(#) $Id: keysyms.n,v 1.2.2.1 2000/06/30 20:33:44 ericm Exp $ +'\" RCS: @(#) $Id: keysyms.n,v 1.3 2000/06/30 20:33:44 ericm Exp $ '\" '\" .so man.macros |