diff options
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> |