diff options
author | ericm <ericm> | 2000-07-21 23:44:11 (GMT) |
---|---|---|
committer | ericm <ericm> | 2000-07-21 23:44:11 (GMT) |
commit | 5649a675dfb76712afa08a8711459fc263bdbeb3 (patch) | |
tree | 972ef52cd15e825d853c81e50d7fb3be9ef8d63e /ChangeLog | |
parent | 531de37de6e419357d2eee46ebcfcbec5ad70974 (diff) | |
download | tk-5649a675dfb76712afa08a8711459fc263bdbeb3.zip tk-5649a675dfb76712afa08a8711459fc263bdbeb3.tar.gz tk-5649a675dfb76712afa08a8711459fc263bdbeb3.tar.bz2 |
* tests/text.test: Added tests for searching when text is elided.
* generic/tkText.c (TextSearchCmd): Text search was not returning
the correct index when the search covered (but did not search)
elided characters; corrected this by adjusting the match index by
the number of elided characters preceeding the start of the match,
just as is done with embedded windows, etc. [Bug: 5470].
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 14 |
1 files changed, 12 insertions, 2 deletions
@@ -1,8 +1,18 @@ +2000-07-21 Eric Melski <ericm@ajubasolutions.com> + + * tests/text.test: Added tests for searching when text is elided. + + * generic/tkText.c (TextSearchCmd): Text search was not returning + the correct index when the search covered (but did not search) + elided characters; corrected this by adjusting the match index by + the number of elided characters preceeding the start of the match, + just as is done with embedded windows, etc. [Bug: 5470]. + 2000-07-21 Mo DeJong <mdejong@redhat.com> * win/configure.in: Add TK_STUB_LIB_FLAG and - TK_BUILD_STUB_LIB_SPEC. These are needed to - build a stub enabled extension. + TK_BUILD_STUB_LIB_SPEC. These are needed to build a stub enabled + extension. 2000-07-20 Eric Melski <ericm@ajubasolutions.com> |