diff options
author | vincentdarley <vincentdarley> | 2003-10-31 09:02:06 (GMT) |
---|---|---|
committer | vincentdarley <vincentdarley> | 2003-10-31 09:02:06 (GMT) |
commit | 65d781267ff97522f0dbde3718a2f79f6cafeb14 (patch) | |
tree | 1a7d95870c1e63f3d43b706e7e97421c104b19b7 /ChangeLog | |
parent | 4631886b5f09a22a0d26c13faf27b039e18e0a66 (diff) | |
download | tk-65d781267ff97522f0dbde3718a2f79f6cafeb14.zip tk-65d781267ff97522f0dbde3718a2f79f6cafeb14.tar.gz tk-65d781267ff97522f0dbde3718a2f79f6cafeb14.tar.bz2 |
TIP 155 implementation
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 30 |
1 files changed, 30 insertions, 0 deletions
@@ -1,5 +1,35 @@ 2003-10-31 Vince Darley <vincentdarley@users.sourceforge.net> + * generic/tkText.c + * generic/tkTextIndex.c + * generic/tkTextDisp.c + * generic/tkTextWind.c + * generic/tkTextImage.c + * generic/tkTextTag.c + * generic/tkTextMark.c + * generic/tkTextBTree.c + * generic/tkText.h + * doc/text.n + * tests/text.test + * tests/textDisp.test + * tests/textImage.test + * tests/textIndex.test + * tests/textWind.test + * library/text.tcl + * generic/tkCanvas.c + * unix/tkUnixDefault.h + * win/tkWinDefault.h + * mac/tkMacDefault.h + * macosx/tkMacOSXDefault.h -- TIP 155 implementation + + This adds the 'count' and 'replace' subcommands to the text + widget, the '-blockcursor' option, and in particular provides + correct, smooth pixel-based scrolling of the widget under all + circumstances. See the text.n man page for the complete new + documentation. + +2003-10-31 Vince Darley <vincentdarley@users.sourceforge.net> + * win/tkWinMenu.c: more correct placing of images in compound menu entries. |