summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2010-03-11 09:29:29 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2010-03-11 09:29:29 (GMT)
commit94533b37310c2295093ae8d6f8849f99fd783c92 (patch)
treec13b3502f8c832acb8c65fd5e0986269a00f9bce /ChangeLog
parent157a3c8c037e1b1b23d1520cafb55fc65e63820b (diff)
downloadtk-94533b37310c2295093ae8d6f8849f99fd783c92.zip
tk-94533b37310c2295093ae8d6f8849f99fd783c92.tar.gz
tk-94533b37310c2295093ae8d6f8849f99fd783c92.tar.bz2
* generic/tkText.c (DumpLine): [Bug 2968379]: When peers are about,
there can be unnamed marks present during a dump. Ignore them as they will just be for the peers' insert and current marks, which aren't very important.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d5c6158..b6b25ac 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2010-03-11 Donal K. Fellows <dkf@users.sf.net>
+
+ * generic/tkText.c (DumpLine): [Bug 2968379]: When peers are about,
+ there can be unnamed marks present during a dump. Ignore them as they
+ will just be for the peers' insert and current marks, which aren't
+ very important.
+
2010-03-04 Donal K. Fellows <dkf@users.sf.net>
* doc/clipboard.n: Added note about STRING vs. UTF8_STRING types.