summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2010-02-21 12:11:12 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2010-02-21 12:11:12 (GMT)
commit2d0096fbca6ae857e2d6711e058ca49ea3391e44 (patch)
tree5a5a63f94895b287d1b60dce0469ae97be3a7172 /ChangeLog
parent9ee03b593e2411cc2c5404b827ecdde22d4d34b4 (diff)
downloadtk-2d0096fbca6ae857e2d6711e058ca49ea3391e44.zip
tk-2d0096fbca6ae857e2d6711e058ca49ea3391e44.tar.gz
tk-2d0096fbca6ae857e2d6711e058ca49ea3391e44.tar.bz2
Re-fix [Bug 1799782].
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 9 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 67e2698..d6bb501 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,9 +1,14 @@
+2010-02-21 Donal K. Fellows <dkf@users.sf.net>
+
+ * generic/tkText.c (TextEditCmd): [Bug 1799782]: Refix this, so that
+ <<Modified>> events are issued when things change.
+
2010-02-20 Joe English <jenglish@users.sourceforge.net>
- * generic/ttk/ttkTreeview.c: Cache the result of the
- last call to EndPosition() to avoid quadratic-time behavior
- in the common cases where the treeview is populated
- in depth-first or breadth-first order.
+ * generic/ttk/ttkTreeview.c: Cache the result of the last call to
+ EndPosition() to avoid quadratic-time behavior in the common cases
+ where the treeview is populated in depth-first or breadth-first
+ order.
2010-02-19 Jan Nijtmans <nijtmans@users.sf.net>