summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorvincentdarley <vincentdarley>2005-11-16 09:48:42 (GMT)
committervincentdarley <vincentdarley>2005-11-16 09:48:42 (GMT)
commit3857560b944b318c14b18b5105c6e25d169bb9a6 (patch)
tree16a725f2f99310225104d8662f6437108218a5e6 /ChangeLog
parentaeb57ff7bb8d60eb73d3eecba5254033782780bf (diff)
downloadtk-3857560b944b318c14b18b5105c6e25d169bb9a6.zip
tk-3857560b944b318c14b18b5105c6e25d169bb9a6.tar.gz
tk-3857560b944b318c14b18b5105c6e25d169bb9a6.tar.bz2
clarify text index documentation
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6c06024..657b485 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2005-11-16 Vince Darley <vincentdarley@users.sourceforge.net>
+
+ * doc/text.n: clarify left to right interpretation of index
+ modifiers, including the fact that validation occurs after
+ each step [Bug 1357575]
+
2005-11-15 Joe English <jenglish@users.sourceforge.net>
* unix/tkUnixWm.c, tests/unixWm.test, doc/wm.n:
Support for [wm attributes] on X11 [TIP#231, patch#1062022].