summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorvincentdarley <vincentdarley>2003-11-15 12:47:14 (GMT)
committervincentdarley <vincentdarley>2003-11-15 12:47:14 (GMT)
commit28a17a508560345357143eac9b4a8e3c97c1eb83 (patch)
treeca00b54a7f88ee78ad3c5f43ef70c238fa5fa0b8 /ChangeLog
parent0c99365df4a6cd92a6a36881416e0270eff5c84a (diff)
downloadtk-28a17a508560345357143eac9b4a8e3c97c1eb83.zip
tk-28a17a508560345357143eac9b4a8e3c97c1eb83.tar.gz
tk-28a17a508560345357143eac9b4a8e3c97c1eb83.tar.bz2
fixed tab interpretation inconsistency
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e9fb2a8..6abbb11 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2003-11-15 Vince Darley <vincentdarley@users.sourceforge.net>
+
+ * generic/tkTextDisp.c:
+ * tests/textDisp.test: fixes to one more old Tk [Bug 422411]
+ this time concerning inconsistent tab interpretation.
+
2003-11-14 Joe English <jenglish@users.sourceforge.net>
* doc/text.n: Fix markup errors.