summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorvincentdarley <vincentdarley>2003-12-04 16:50:48 (GMT)
committervincentdarley <vincentdarley>2003-12-04 16:50:48 (GMT)
commit0f90515d11bccfc5adb185afb31f321b5f789947 (patch)
treea00352d8293ae796a70f167ef823e95ae8d60282 /ChangeLog
parentec8cf7ef92f7cdbbfbcbbf95cb6cc12afe303d6d (diff)
downloadtk-0f90515d11bccfc5adb185afb31f321b5f789947.zip
tk-0f90515d11bccfc5adb185afb31f321b5f789947.tar.gz
tk-0f90515d11bccfc5adb185afb31f321b5f789947.tar.bz2
mark recent change as a potential incompatibility
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 9 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index f42702f..8c8f87e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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