diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2009-10-25 13:47:16 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2009-10-25 13:47:16 (GMT) |
commit | 03be57bf29ab5c74d5c517f01b29f3bfbb706f7d (patch) | |
tree | acc6b1fae1613bcdc160a85973d4a0c4b841b999 /ChangeLog | |
parent | 111d9451cc192469f7e9d1224dc30bcebe3e82fd (diff) | |
download | tk-03be57bf29ab5c74d5c517f01b29f3bfbb706f7d.zip tk-03be57bf29ab5c74d5c517f01b29f3bfbb706f7d.tar.gz tk-03be57bf29ab5c74d5c517f01b29f3bfbb706f7d.tar.bz2 |
Fix [Bug 1854913] by improving the class bindings.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2009-10-25 Donal K. Fellows <dkf@users.sf.net> + + * library/text.tcl: [Bug 1854913]: Stop <Delete> actions from ever + deleting backwards, even when the insertion cursor is "at the end" of + the text widget. + 2009-10-24 Donal K. Fellows <dkf@users.sf.net> * library/button.tcl, unix/tkUnixButton.c (TkpDisplayButton): |