summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordonal.k.fellows@manchester.ac.uk <dkf>2009-10-25 13:50:48 (GMT)
committerdonal.k.fellows@manchester.ac.uk <dkf>2009-10-25 13:50:48 (GMT)
commit881243f97cfc17bf1b7c2e58db22c59e8d86b72a (patch)
tree7523c9d6e8cf1ab2e3f8b092457c087da9397b9e /ChangeLog
parent740816339ccd1c0c2d7a895dfb316fae3b62c475 (diff)
downloadtk-881243f97cfc17bf1b7c2e58db22c59e8d86b72a.zip
tk-881243f97cfc17bf1b7c2e58db22c59e8d86b72a.tar.gz
tk-881243f97cfc17bf1b7c2e58db22c59e8d86b72a.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 28a7e63..676f387 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>
* macosx/ttkMacOSXTheme.c (RangeToFactor, TrackElementDraw)