diff options
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 |