diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2009-04-03 09:41:28 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2009-04-03 09:41:28 (GMT) |
commit | 89e0c6fe408ac383163f0cb7b176a45b898784ac (patch) | |
tree | 5d908df5bffe34bda94e3abe20e458ed9db93014 /ChangeLog | |
parent | f2aec7d50500a8c5a76875c1b27ad19ae7235fdd (diff) | |
download | tk-89e0c6fe408ac383163f0cb7b176a45b898784ac.zip tk-89e0c6fe408ac383163f0cb7b176a45b898784ac.tar.gz tk-89e0c6fe408ac383163f0cb7b176a45b898784ac.tar.bz2 |
Fix [Bug 974421]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 23 |
1 files changed, 15 insertions, 8 deletions
@@ -1,9 +1,16 @@ +2009-04-03 Donal K. Fellows <dkf@users.sf.net> + + * doc/TextLayout.3: [Bug 974421]: Clarified description of how result + of lookup of a point after end of layout relates to the underlying + string's length. + 2009-04-02 Pat Thoyts <patthoyts@users.sourceforge.net> - * tests/textTag.test: Ensure the pointer begins outside the window - for all the tests checking Enter/Leave motion events. - * library/demos/pendulum.tcl: use unicode labels - * library/demos/knightstour.tcl: use polygon knight on x11. + * tests/textTag.test: Ensure the pointer begins outside the window for + all the tests checking Enter/Leave motion events. + + * library/demos/pendulum.tcl: Use unicode labels + * library/demos/knightstour.tcl: Use polygon knight on x11. 2009-03-31 Donal K. Fellows <dkf@users.sf.net> @@ -13,15 +20,15 @@ 2009-03-25 Jan Nijtmans <nijtmans@users.sf.net> - * doc/wish.1 bring doc and demos in line with http://wiki.tcl.tk/812 - * library/demos/hello + * doc/wish.1: Bring doc and demos in line with + * library/demos/hello: http://wiki.tcl.tk/812 * library/demos/rmt * library/demos/square * library/demos/tcolor * library/demos/timer * library/demos/widget - * win/tkWinMenu.c Eliminate a few compiler warnings on mingw - * win/ttkWinXPTheme.c spacing + * win/tkWinMenu.c: Eliminate a few compiler warnings on mingw + * win/ttkWinXPTheme.c: Spacing 2009-03-25 Donal K. Fellows <dkf@users.sf.net> |