diff options
author | vincentdarley <vincentdarley> | 2003-12-04 12:28:37 (GMT) |
---|---|---|
committer | vincentdarley <vincentdarley> | 2003-12-04 12:28:37 (GMT) |
commit | ec8cf7ef92f7cdbbfbcbbf95cb6cc12afe303d6d (patch) | |
tree | 04619a013d63ec2ed7ca9fa04e83d6cc561c8016 /ChangeLog | |
parent | 50c35588c1284033589929bdf168163d5f9f7a8d (diff) | |
download | tk-ec8cf7ef92f7cdbbfbcbbf95cb6cc12afe303d6d.zip tk-ec8cf7ef92f7cdbbfbcbbf95cb6cc12afe303d6d.tar.gz tk-ec8cf7ef92f7cdbbfbcbbf95cb6cc12afe303d6d.tar.bz2 |
fix to text widget tabs and xy-scroll-command
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 22 |
1 files changed, 22 insertions, 0 deletions
@@ -1,5 +1,27 @@ 2003-12-04 Vince Darley <vincentdarley@users.sourceforge.net> + * generic/tkText.c: disallow negative or decreasing tab-stops + + * generic/tkTextDisp.c: restore previous meaning of + -[xy]scrollcommand [Bug 852954], and remove unused argument + to 'MeasureChars' + + * generic/tkTextWind.c: + * generic/tkTextImage.c: better border handling and fixed + typos in comments. + + * tests/text.test: tests for negative and decreasing tab stops. + + * doc/text.n: documentation of '-tabs', to clarify Tk's + longstanding interpretation of all distances as relative to + the left edge of the widget. + + * library/demos/twind.tcl: + * library/demos/widget: minor enhancements to text widget + demo, showing embedded images, for example. + +2003-12-04 Vince Darley <vincentdarley@users.sourceforge.net> + * win/tkWinFont.c: applied [Patch 852669] which fixes [Bug 478568] with certain bold or italic fonts on Windows. * tests/textDisp.test: added test for the font measurement |