summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2010-03-11 09:24:02 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2010-03-11 09:24:02 (GMT)
commit3259fbc2451dd52b8aec46351254cf38818b3b83 (patch)
tree2d2e52feae96e890ecd9c448210469e3faab6f8c /ChangeLog
parent9a9c7a13cd0fc38e33f205a83cd439ead0512192 (diff)
downloadtk-3259fbc2451dd52b8aec46351254cf38818b3b83.zip
tk-3259fbc2451dd52b8aec46351254cf38818b3b83.tar.gz
tk-3259fbc2451dd52b8aec46351254cf38818b3b83.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--ChangeLog11
1 files changed, 9 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 6280191..9991e29 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,13 @@
+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-08 Don Porter <dgp@users.sourceforge.net>
- * generic/tkPlatDecls.h: Correct broken 2886635 fix. [Bug 2965600]
+ * generic/tkPlatDecls.h: [Bug 2965600]: Correct broken 2886635 fix.
2010-03-06 Pat Thoyts <patthoyts@users.sourceforge.net>
@@ -12,7 +19,7 @@
* unix/configure.in: Don't use -fvisibility=hidden
* unix/tcl.m4: for cygwin.
- * win/tkWinTest.c Make tkTestWinProcs const
+ * win/tkWinTest.c: Make tkTestWinProcs const
2010-03-04 Donal K. Fellows <dkf@users.sf.net>