summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2004-03-26 22:01:26 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2004-03-26 22:01:26 (GMT)
commit17b6a8a3a36a89a06d9efd6a6f261cbde661e95b (patch)
treeda4bac5a2e7517841b69644da9810d2c6eb80eca /ChangeLog
parentd55ba4f2606219b20e83d36163db991d2345e326 (diff)
downloadtk-17b6a8a3a36a89a06d9efd6a6f261cbde661e95b.zip
tk-17b6a8a3a36a89a06d9efd6a6f261cbde661e95b.tar.gz
tk-17b6a8a3a36a89a06d9efd6a6f261cbde661e95b.tar.bz2
Backport of 923555 fixes
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ed9a335..e46f3cc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2004-03-26 Donal K. Fellows <donal.k.fellows@man.ac.uk>
+
+ * 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.
+ * generic/tkImgPhoto.c (ImgPhotoCmd): Restored support for the
+ stringWriteProc of old photo formats. [Bug 923555]
+
2004-03-20 Jim Ingham <jingham@apple.com>
* macosx/tkMacOSXSubwindows.c (GenerateConfigureNotify): New