diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | changes | 5 |
2 files changed, 6 insertions, 3 deletions
@@ -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> @@ -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 --- |