summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2004-03-27 00:40:39 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2004-03-27 00:40:39 (GMT)
commitb9ce39098a3d287637df8f555df02d4822725bde (patch)
tree39f8d75aa70ce0377e314890f04ac028c732409d /ChangeLog
parent17b6a8a3a36a89a06d9efd6a6f261cbde661e95b (diff)
downloadtk-b9ce39098a3d287637df8f555df02d4822725bde.zip
tk-b9ce39098a3d287637df8f555df02d4822725bde.tar.gz
tk-b9ce39098a3d287637df8f555df02d4822725bde.tar.bz2
Backport of FRQ 540375 changes.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e46f3cc..436f7f3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
2004-03-26 Donal K. Fellows <donal.k.fellows@man.ac.uk>
+ * generic/tkImgPPM.c (ReadPPMStringHeader): Code to read PPM/PGM data
+ (StringReadPPM, StringMatchPPM): from strings/bytearrays. [FRQ 540375]
* generic/tkImgPPM.c (StringWritePPM): New function to support
converting of images to PPM strings. Other direction not yet
done. Rest of file converted to use new image API.