summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2003-05-08 09:35:41 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2003-05-08 09:35:41 (GMT)
commit780c535e9d5a3d6e29f9dd81118a3e690e7856c4 (patch)
tree88a8f7260a315993d69e01f0c55ddf02a2a0692f /ChangeLog
parent5c9f8f05e4dfc06c68a3bc1ec7c69b47683d9c51 (diff)
downloadtk-780c535e9d5a3d6e29f9dd81118a3e690e7856c4.zip
tk-780c535e9d5a3d6e29f9dd81118a3e690e7856c4.tar.gz
tk-780c535e9d5a3d6e29f9dd81118a3e690e7856c4.tar.bz2
Stop deleted images from showing up in the various [image *] operations.
Can't delete early though as that removes the link with widgets and image names.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5dc2681..2a81335 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2003-05-08 Donal K. Fellows <fellowsd@cs.man.ac.uk>
+
+ * tests/image.test (image-15.1): Test to ensure that widgets pick
+ up image information even if the image is deleted and recreated.
+ * generic/tkImage.c (Tk_ImageObjCmd): Use the ImageMaster's
+ deleted flag to stop deleted images from showing up in the various
+ [image *] operations. Can't delete directly from the table
+ because that makes us lose the information about what widgets want
+ to use the image. [Bug #634864]
+
2003-04-30 Jeff Hobbs <jeffh@ActiveState.com>
* macosx/tkMacOSXButton.c (TkpDisplayButton): correct typo for