diff options
author | dgp <dgp@users.sourceforge.net> | 2001-08-15 19:51:50 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2001-08-15 19:51:50 (GMT) |
commit | cfd891ddef41cc919a6fa617fd71fc9a05cf6a8b (patch) | |
tree | 444f0d33235b5af72abb8389403e1964bd3579e5 | |
parent | 0494d6ea369901955402d84ce76a13ddc200957f (diff) | |
download | tk-cfd891ddef41cc919a6fa617fd71fc9a05cf6a8b.zip tk-cfd891ddef41cc919a6fa617fd71fc9a05cf6a8b.tar.gz tk-cfd891ddef41cc919a6fa617fd71fc9a05cf6a8b.tar.bz2 |
* Labelled the TIP 44 changes as "POTENTIAL INCOMPATIBILITY".
Although technically internal changes are not incompatible, they'll
be perceived as such by those who get bitten, and this will help
them find the cause of their trouble.
-rw-r--r-- | ChangeLog | 7 | ||||
-rw-r--r-- | changes | 3 |
2 files changed, 9 insertions, 1 deletions
@@ -1,3 +1,10 @@ +2001-08-15 Don Porter <dgp@users.sourceforge.net> + + * changes: Labelled the TIP 44 changes as "POTENTIAL INCOMPATIBILITY". + Although technically internal changes are not incompatible, they'll + be perceived as such by those who get bitten, and this will help + them find the cause of their trouble. + 2001-08-14 Donal K. Fellows <fellowsd@cs.man.ac.uk> * generic/tk{Util,Font,Cursor,Color,Bitmap,3d}.c: Modified @@ -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.46 2001/08/07 02:43:52 hobbs Exp $ +RCS: @(#) $Id: changes,v 1.47 2001/08/15 19:51:50 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 @@ -5053,6 +5053,7 @@ screens (hipp) * moved all private tk* commands and variables in the ::tk:: namespace [TIP #44] (porter) + *** POTENTIAL INCOMPATIBILITY *** * improved tests to better handle results on variant systems (hobbs) |