diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2010-03-11 09:29:29 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2010-03-11 09:29:29 (GMT) |
commit | 94533b37310c2295093ae8d6f8849f99fd783c92 (patch) | |
tree | c13b3502f8c832acb8c65fd5e0986269a00f9bce /ChangeLog | |
parent | 157a3c8c037e1b1b23d1520cafb55fc65e63820b (diff) | |
download | tk-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-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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. |