diff options
author | ericm <ericm> | 2000-02-03 17:29:57 (GMT) |
---|---|---|
committer | ericm <ericm> | 2000-02-03 17:29:57 (GMT) |
commit | 32c58211007ce985f1da733cc7426626692dedf9 (patch) | |
tree | d35b33d981f526a9c48267ba77e17467e04d0736 /ChangeLog | |
parent | 3064162d9d6b976b8f052635cab3bf5def643b4b (diff) | |
download | tk-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-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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: |