summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2002-10-09 09:32:24 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2002-10-09 09:32:24 (GMT)
commit8cbbdb18b55a4c0123e7c195f078bfe52e27f2a4 (patch)
treecff6e7ed12bea90ff2878f37c5c12f1a13b6b0ed /ChangeLog
parent58bd8e9e3338d881a28f34cb3233f4b145415069 (diff)
downloadtk-8cbbdb18b55a4c0123e7c195f078bfe52e27f2a4.zip
tk-8cbbdb18b55a4c0123e7c195f078bfe52e27f2a4.tar.gz
tk-8cbbdb18b55a4c0123e7c195f078bfe52e27f2a4.tar.bz2
* generic/tkImgPhoto.c (ImgPhotoSetSize): Only error-out if we
fail to allocate a non-empty buffer; getting a NULL when we allocate an empty buffer is no problem since nothing will look at the value anyway. [Bug 619544] Also tidied up file to take into account the fact that we're using 32 bits per pixel in the master to accommodate the alpha channel as well as RGB.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog16
1 files changed, 13 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 0a890a2..8c9006e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,18 @@
+2002-10-09 Donal K. Fellows <fellowsd@cs.man.ac.uk>
+
+ * generic/tkImgPhoto.c (ImgPhotoSetSize): Only error-out if we
+ fail to allocate a non-empty buffer; getting a NULL when we
+ allocate an empty buffer is no problem since nothing will look at
+ the value anyway. [Bug 619544]
+ Also tidied up file to take into account the fact that we're using
+ 32 bits per pixel in the master to accommodate the alpha channel
+ as well as RGB.
+
2002-10-02 Jim Ingham <jingham@apple.com>
- * macosx/tkMacOSXScrlbr.c (TkpDisplayScrollbar): Put the Tk scrollbar
- pointer into the control reference data for the Mac scrollbar, so we
- can get it out again in the ScrollbarActionProc.
+ * macosx/tkMacOSXScrlbr.c (TkpDisplayScrollbar): Put the Tk scrollbar
+ pointer into the control reference data for the Mac scrollbar, so we
+ can get it out again in the ScrollbarActionProc.
2002-10-02 Jeff Hobbs <jeffh@ActiveState.com>