summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2007-10-31 16:11:49 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2007-10-31 16:11:49 (GMT)
commit8a7f4b4015f4c4085961568097d3e25d4b664363 (patch)
treef9264e342aa7b25da4989cb63802edda038d8eac /ChangeLog
parent8cff39c2e6ce28a548c13c2f71f991658686e7d1 (diff)
downloadtk-8a7f4b4015f4c4085961568097d3e25d4b664363.zip
tk-8a7f4b4015f4c4085961568097d3e25d4b664363.tar.gz
tk-8a7f4b4015f4c4085961568097d3e25d4b664363.tar.bz2
Mark non-loadable images as such instead of throwing a nasty dialog,
following suggestion from Don Porter.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 96622d6..bddda72 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2007-10-31 Donal K. Fellows <donal.k.fellows@manchester.ac.uk>
+ * library/demos/image2.tcl (loadImage): Mark non-loadable images
+ as such instead of throwing a nasty dialog, following suggestion
+ from Don Porter.
+
* generic/tkImgPhoto.c (Tk_PhotoPutBlock): More optimization, derived
from [Patch 224066].