summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorhobbs <hobbs>2004-12-03 23:01:28 (GMT)
committerhobbs <hobbs>2004-12-03 23:01:28 (GMT)
commit81131c6d41f74f8b626d62264c4478d7cb440c64 (patch)
tree9e37e8ad8a3b7152766df3a96c51e3a656f78450
parent0742b95f262dacba096b9725c1de51c35afafc52 (diff)
downloadtk-81131c6d41f74f8b626d62264c4478d7cb440c64.zip
tk-81131c6d41f74f8b626d62264c4478d7cb440c64.tar.gz
tk-81131c6d41f74f8b626d62264c4478d7cb440c64.tar.bz2
retagged 8.4.9 to include alpha blend patch
-rw-r--r--ChangeLog4
-rw-r--r--changes5
2 files changed, 6 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index f2e8791..0a68b56 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
2004-12-03 Donal K. Fellows <donal.k.fellows@man.ac.uk>
+ *** 8.4.9 TAGGED FOR RELEASE ***
+
* generic/tkImgPhoto.c (Tk_PhotoPutBlock, Tk_PhotoPutZoomedBlock):
Make overlay compositing where the target is empty no longer set
the target to magical gray, and also make sure that the
@@ -7,8 +9,6 @@
2004-12-02 Jeff Hobbs <jeffh@ActiveState.com>
- *** 8.4.9 TAGGED FOR RELEASE ***
-
* changes: updated for 8.4.9 release
2004-12-01 Jeff Hobbs <jeffh@ActiveState.com>
diff --git a/changes b/changes
index 0ea8b93..7e1defd 100644
--- a/changes
+++ b/changes
@@ -2,7 +2,7 @@ This file summarizes all changes made to Tk since version 1.0 was
released on March 13, 1991. Changes that aren't backward compatible
are marked specially.
-RCS: @(#) $Id: changes,v 1.64.2.16 2004/12/03 00:46:11 hobbs Exp $
+RCS: @(#) $Id: changes,v 1.64.2.17 2004/12/03 23:01:30 hobbs Exp $
3/16/91 (bug fix) Modified tkWindow.c to remove Tk's Tcl commands from
the interpreter when the main window is deleted (otherwise there will
@@ -5740,4 +5740,7 @@ lines, not logical lines in text widget (darley)
2004-12-01 (bug fix)[979239] Fix clipping of partially transparent images
on buttons on unix to avoid X error (hobbs, petasis)
+2004-12-03 (bug fix)[848161] Fix Tk_PhotoPut(Zoomed)Block overlay
+compositing of partially transparent areas.
+
--- Released 8.4.9, December 6, 2004 --- See ChangeLog for details ---