diff options
author | dgp <dgp@noemail.net> | 2002-07-05 20:19:16 (GMT) |
---|---|---|
committer | dgp <dgp@noemail.net> | 2002-07-05 20:19:16 (GMT) |
commit | 4c547b73f5dc9c932ab9b99078a8f25db2b8b658 (patch) | |
tree | ff3f5605a316a9e960bd73ffe74675ae443ebd68 | |
parent | 1cb01f55f4878e9e12557cf870d3d37188f23edc (diff) | |
download | tk-4c547b73f5dc9c932ab9b99078a8f25db2b8b658.zip tk-4c547b73f5dc9c932ab9b99078a8f25db2b8b658.tar.gz tk-4c547b73f5dc9c932ab9b99078a8f25db2b8b658.tar.bz2 |
* added incompatibility note about photo compositing
FossilOrigin-Name: d40dd370a6e2e4451f268a5accc6e51cd1407b98
-rw-r--r-- | changes | 3 |
1 files changed, 2 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.56 2002/07/05 07:20:56 hobbs Exp $ +RCS: @(#) $Id: changes,v 1.57 2002/07/05 20:19:16 dgp 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 @@ -5230,6 +5230,7 @@ in the master. (dejong) 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) |