diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2010-02-21 12:11:12 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2010-02-21 12:11:12 (GMT) |
commit | 2d0096fbca6ae857e2d6711e058ca49ea3391e44 (patch) | |
tree | 5a5a63f94895b287d1b60dce0469ae97be3a7172 /ChangeLog | |
parent | 9ee03b593e2411cc2c5404b827ecdde22d4d34b4 (diff) | |
download | tk-2d0096fbca6ae857e2d6711e058ca49ea3391e44.zip tk-2d0096fbca6ae857e2d6711e058ca49ea3391e44.tar.gz tk-2d0096fbca6ae857e2d6711e058ca49ea3391e44.tar.bz2 |
Re-fix [Bug 1799782].
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 13 |
1 files changed, 9 insertions, 4 deletions
@@ -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> |