summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2009-10-22 22:10:08 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2009-10-22 22:10:08 (GMT)
commit5969910620bf508843c84476d7ccb60a0e9e8506 (patch)
tree60407ab2b66887151e4c3f098af7fe1538a71b12 /ChangeLog
parentf70c57e43b0094e798794afa13205580c3113f71 (diff)
downloadtk-5969910620bf508843c84476d7ccb60a0e9e8506.zip
tk-5969910620bf508843c84476d7ccb60a0e9e8506.tar.gz
tk-5969910620bf508843c84476d7ccb60a0e9e8506.tar.bz2
Apply (upgraded) version of [Patch 1469210].
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 53c6407..a8972c4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2009-10-22 Donal K. Fellows <dkf@users.sf.net>
+
+ * generic/tkText.c (Tk_TextCmd, TextEditUndo, TextEditRedo)
+ (TextEditCmd, updateDirtyFlag):
+ * generic/tkText.h: [Patch 1469210]: Corrected handling of marking as
+ dirty when inserting after an undo from a non-dirty state.
+
2009-10-07 Donal K. Fellows <dkf@users.sf.net>
* unix/tkUnixScrlbr.c (TkpComputeScrollbarGeometry): [Patch 2088597]: