summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2009-10-25 13:47:16 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2009-10-25 13:47:16 (GMT)
commit03be57bf29ab5c74d5c517f01b29f3bfbb706f7d (patch)
treeacc6b1fae1613bcdc160a85973d4a0c4b841b999 /ChangeLog
parent111d9451cc192469f7e9d1224dc30bcebe3e82fd (diff)
downloadtk-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--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 41a0ad9..7f960e4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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):