diff options
author | das <das> | 2002-08-20 20:26:57 (GMT) |
---|---|---|
committer | das <das> | 2002-08-20 20:26:57 (GMT) |
commit | b413674fbf9849df30cd853ce97badcda6f1d280 (patch) | |
tree | de8cb5a22c114d8af225c72aaf14047d4f3a007d /changes | |
parent | e013f51d592a99ad0cfebbb510c182070270c32e (diff) | |
download | tk-b413674fbf9849df30cd853ce97badcda6f1d280.zip tk-b413674fbf9849df30cd853ce97badcda6f1d280.tar.gz tk-b413674fbf9849df30cd853ce97badcda6f1d280.tar.bz2 |
merged with trunk at tag macosx-8-4-merge-2002-08-20-trunkmacosx_8_4_merge_2002_08_20_branch
Diffstat (limited to 'changes')
-rw-r--r-- | changes | 81 |
1 files changed, 79 insertions, 2 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.47.2.1 2002/06/10 05:38:23 wolfsuit Exp $ +RCS: @(#) $Id: changes,v 1.47.2.2 2002/08/20 20:26:58 das 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 @@ -5184,4 +5184,81 @@ address TIP 72 changes (64-bit) in Tcl (fellows) --- Released 8.4a4, March 5, 2002 --- See ChangeLog for details --- -2002-05-27 (feature change) [wm transient .t .t] now raises an error +2002-03-20 (feature change)[TIP 27][532644] Constness changes (porter) + +2002-03-21 (bug fix)[528441] Change in optimization flags for windows +(gravereaux) + +2002-04-08 (bug fix) MSL stdin/out fixes prevent crash on exit (steffen) + +2002-04-12 (bug fix) Centralized closing of display, mem-leak fixes (hobbs) + +2002-04-22 (bug fix)[223739] More robust FP comparisons for odd +architectures (fellows) + +2002-04-22 (bug fix)[541999] Fixed posible overun of 16-bit size limit +of X windows in drawchars (hobbs,bonfield) + +2002-04-22 (bug fix)[541849] ButtonLeave implementation corrected (hobbs) + +2002-04-24 (new feature) TCLTK_NO_LIBRARY_TEXT_RESOURCES check added, +allowing disable of inclusion of tk lib into resources (steffen) + +2002-05-07 (bug fix)[553208] Makefile/Win fix (TCLDIR, INSTALLDIR +forward slash trouble resolved) (gravereaux) + +2002-05-20 (bug fix) msgcat added to resources, fixed setup of bindings +on startup (steffen, porter) + +2002-05-21 (bug fix) Build system fix, SC_ENABLE_SHARED before +SC_CONFIG_CFLAGS for usage for SHARED_BUILD (dejong) + +2002-05-26 (bug fix)[548765] Fixed -value "" redraw error for variable +created by radiobutton (spjuth) + +2002-05-27 (feature change) [wm transient .t .t] now raises an error (dejong) + *** POTENTIAL INCOMPATIBILITY *** + +2002-06-10 (new feature)[566605] Utilities for -underline, ampersand magic +(kovalenko) + +2002-06-12 (feature change) A transient toplevel now mirrors state changes +in the master. (dejong) + *** POTENTIAL INCOMPATIBILITY *** + +2002-06-13 (bug fix) Fixed handling of cursor specs across platforms to +be consistent. (fellows) + +2002-06-14 (new feature) [TIP 98] Enhanced photo compositing (fellows) + *** POTENTIAL INCOMPATIBILITY *** + +2002-06-14 (bug fix) Removed references to matherr (kupries) + +2002-06-14 (new feature) [TIP 47] Reorganized Tk to allow usage in writing +an X wm (english) + +2002-06-14 (new feature) [TIP 84] Full motion events upon request (hobbs) + +2002-06-17 (new feature) [TIP 82] -offrelief option for check/radiobutton +(hipp) + +2002-06-17 (enhancement) Added msg catalog for UK English. (porter) + +2002-06-17 (new feature) [TIP 96] Added caret handling (hobbs) + +2002-06-19 (new feature) [TIP 48] Added style engine (bonnet) + +2002-06-19 (bug fix)[570902] Reorganized Tk shutdown to work around bugs in +X (dejong) + +2002-06-20 (new feature) [TIP 94] Added -activestyle for [listbox] (hobbs) + +2002-06-21 (new feature) [TIP 104] generalized text undo/redo (callewart, +hobbs) + +2002-06-22 (new feature) [TIP 95] Added [wm attributes] command (hobbs) + +2002-06-22 (new feature) [TIP 93] enhanced get/delete to accept accept +multiple range pairs (hobbs) + +--- Released 8.4b1, July 5, 2002 --- See ChangeLog for details --- |