summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2008-12-28 22:13:30 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2008-12-28 22:13:30 (GMT)
commit474bd9cda9c65a64819dd2992b1eb7cf3de2ca24 (patch)
treef5bfccd1a6d222f2653a38672d42c9ec0d6ef26a /ChangeLog
parent3a2e04878104594ff8c0163ef829a0492abe13bd (diff)
downloadtk-474bd9cda9c65a64819dd2992b1eb7cf3de2ca24.zip
tk-474bd9cda9c65a64819dd2992b1eb7cf3de2ca24.tar.gz
tk-474bd9cda9c65a64819dd2992b1eb7cf3de2ca24.tar.bz2
Applied Michael Kirkham's fix to make all PngSuite images work.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7206f22..7295f6b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2008-12-28 Donal K. Fellows <dkf@users.sf.net>
+ * generic/tkImgPNG.c (ReadIDAT): Corrected code to transfer blocks of
+ compressed data into the Tcl_ZlibStream. Allows the reading of all
+ images from PngSuite set. Thanks to Michael Kirkham for fix/testing.
+
TIP #244 IMPLEMENTATION
* generic/tkImgPNG.c, tests/imgPNG.test, doc/photo.n: Adaptation of