summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorericm <ericm>2000-02-03 17:29:57 (GMT)
committerericm <ericm>2000-02-03 17:29:57 (GMT)
commit32c58211007ce985f1da733cc7426626692dedf9 (patch)
treed35b33d981f526a9c48267ba77e17467e04d0736 /ChangeLog
parent3064162d9d6b976b8f052635cab3bf5def643b4b (diff)
downloadtk-32c58211007ce985f1da733cc7426626692dedf9.zip
tk-32c58211007ce985f1da733cc7426626692dedf9.tar.gz
tk-32c58211007ce985f1da733cc7426626692dedf9.tar.bz2
* tests/text.test:
* generic/tkText.c (DumpLine/DumpSegment): Changed DumpSegment to take a TkTextIndex instead of two integer offsets, so that it could use TkTextPrintIndex to format the offsets into an index, which makes it UTF smart (bug #2582).
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f054b89..cc89b5c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2000-02-03 Eric Melski <ericm@scriptics.com>
+
+ * tests/text.test:
+ * generic/tkText.c (DumpLine/DumpSegment): Changed DumpSegment to
+ take a TkTextIndex instead of two integer offsets, so that it
+ could use TkTextPrintIndex to format the offsets into an index,
+ which makes it UTF smart (bug #2582).
+
2000-02-01 Eric Melski <ericm@scriptics.com>
* library/tk.tcl: