diff options
author | vincentdarley <vincentdarley> | 2003-12-04 16:50:48 (GMT) |
---|---|---|
committer | vincentdarley <vincentdarley> | 2003-12-04 16:50:48 (GMT) |
commit | 0f90515d11bccfc5adb185afb31f321b5f789947 (patch) | |
tree | a00352d8293ae796a70f167ef823e95ae8d60282 | |
parent | ec8cf7ef92f7cdbbfbcbbf95cb6cc12afe303d6d (diff) | |
download | tk-0f90515d11bccfc5adb185afb31f321b5f789947.zip tk-0f90515d11bccfc5adb185afb31f321b5f789947.tar.gz tk-0f90515d11bccfc5adb185afb31f321b5f789947.tar.bz2 |
mark recent change as a potential incompatibility
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -1,6 +1,14 @@ 2003-12-04 Vince Darley <vincentdarley@users.sourceforge.net> - * generic/tkText.c: disallow negative or decreasing tab-stops + * generic/tkText.c: disallow negative or decreasing tab-stops, + which fixes [Bug 852949], but is a + + *** POTENTIAL INCOMPATIBILITY *** + + with Tk 8.4.5 or earlier, but only for code which assumed + (incorrectly) that tab stops are relative to each other instead + of relative to the widget's left edge. Such code will now throw + an error instead of doing the wrong thing. * generic/tkTextDisp.c: restore previous meaning of -[xy]scrollcommand [Bug 852954], and remove unused argument |