diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2010-03-11 09:43:19 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2010-03-11 09:43:19 (GMT) |
commit | 34d6610e816c6d60f58dc99c2f1554d0410f28bf (patch) | |
tree | a6308a0dd54c3a26ee2fe51ee430fa98e9e84a71 /ChangeLog | |
parent | 3259fbc2451dd52b8aec46351254cf38818b3b83 (diff) | |
download | tk-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-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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> |