diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | changes | 4 |
2 files changed, 5 insertions, 3 deletions
@@ -1,13 +1,13 @@ 2004-03-01 Don Porter <dgp@users.sourceforge.net> + *** 8.4.6 TAGGED FOR RELEASE *** + * unix/tcl.m4 (SC_CONFIG_CFLAGS): Allow 64-bit enabling on IRIX64-6.5* systems. [Bug 218561] * unix/configure: autoconf-2.13 2004-02-23 Daniel Steffen <das@users.sourceforge.net> - *** 8.4.6 TAGGED FOR RELEASE *** - * macosx/tkMacOSXDraw.c: * macosx/tkMacOSXXStubs.c: * xlib/ximage.c: fixed MacOSX XGetImage/XPutImage and related @@ -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.8 2004/02/23 14:18:48 dgp Exp $ +RCS: @(#) $Id: changes,v 1.64.2.9 2004/03/01 18:24:28 dgp 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 @@ -5619,4 +5619,6 @@ with spaces in their names. 2004-02-23 (platform support)[809157] Mac OS X: Add alpha blending for images with partial transparency. +2004-03-01 (platform support)[218561] Allow 64-bit configure on IRIX64-6.5* + --- Released 8.4.6, February 27, 2004 --- See ChangeLog for details --- |