summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2010-03-11 09:43:19 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2010-03-11 09:43:19 (GMT)
commit34d6610e816c6d60f58dc99c2f1554d0410f28bf (patch)
treea6308a0dd54c3a26ee2fe51ee430fa98e9e84a71 /ChangeLog
parent3259fbc2451dd52b8aec46351254cf38818b3b83 (diff)
downloadtk-34d6610e816c6d60f58dc99c2f1554d0410f28bf.zip
tk-34d6610e816c6d60f58dc99c2f1554d0410f28bf.tar.gz
tk-34d6610e816c6d60f58dc99c2f1554d0410f28bf.tar.bz2
Removed lame reliance on the leading letters of the names of segment types when
dumping a text widget. Entailed expanding the scope of the declarations of the types of embedded images and windows.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9991e29..8c32167 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,6 +4,9 @@
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.
+ (DumpLine): Removed lame reliance on the leading letters of the names
+ of segment types. Entailed expanding the scope of the declarations of
+ the types of embedded images and windows.
2010-03-08 Don Porter <dgp@users.sourceforge.net>