diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2000-11-29 15:47:04 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2000-11-29 15:47:04 (GMT) |
commit | e16059b4672ebbe9ff5cc2b37006b05dd8c1c380 (patch) | |
tree | b7941ad7c36543d32f04b86d132bcac9268b3b8b /ChangeLog | |
parent | b5702fc7b79150b86cccbae5cb5d1f69d0ca505e (diff) | |
download | tk-e16059b4672ebbe9ff5cc2b37006b05dd8c1c380.zip tk-e16059b4672ebbe9ff5cc2b37006b05dd8c1c380.tar.gz tk-e16059b4672ebbe9ff5cc2b37006b05dd8c1c380.tar.bz2 |
A better fix for #120819 (all it needed was some Tcl_Preserve()s)
which also requires no documentation changes - the behaviour is now
what you would predict from existing docs (as opposed to a crash!)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +2000-11-29 Donal K. Fellows <fellowsd@cs.man.ac.uk> + + * tests/image.test (image-1.10): Improved this test, which + previously only worked if the command failed to delete the root + window, and caused *major* trouble otherwise... + * generic/tkImage.c (EventuallyDeleteImage): Created this function + so that images that get deleted during the creation of an image + won't cause a nasty core dump. Properly fixes bug #120819. + 2000-11-28 Donal K. Fellows <fellowsd@cs.man.ac.uk> * doc/image.n: |