diff options
author | dgp <dgp@users.sourceforge.net> | 2007-05-15 19:10:47 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2007-05-15 19:10:47 (GMT) |
commit | 944b920a5dae3a04f9e120c2ec2ed7761c39e93a (patch) | |
tree | 1e78b6856bdb3a64fa4ca621be7e48da9fe81d9d | |
parent | e8c27dbd3508044e98a61dbcc49b1cf90f22a8e0 (diff) | |
download | tk-944b920a5dae3a04f9e120c2ec2ed7761c39e93a.zip tk-944b920a5dae3a04f9e120c2ec2ed7761c39e93a.tar.gz tk-944b920a5dae3a04f9e120c2ec2ed7761c39e93a.tar.bz2 |
* changes: updates for 8.4.15 release.
-rw-r--r-- | ChangeLog | 2 | ||||
-rw-r--r-- | changes | 22 |
2 files changed, 23 insertions, 1 deletions
@@ -1,5 +1,7 @@ 2007-05-15 Don Porter <dgp@users.sourceforge.net> + * changes: updates for 8.4.15 release. + * generic/tkGrid.c: Stop crash due to list intrep shimmer [Bug 1677608] 2007-05-09 Daniel Steffen <das@users.sourceforge.net> @@ -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.45 2006/10/16 18:54:30 dgp Exp $ +RCS: @(#) $Id: changes,v 1.64.2.46 2007/05/15 19:10:47 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 @@ -6001,3 +6001,23 @@ registered applevents (steffen) 2006-10-16 (bug fix)[1558051] Aqua: CG drawing matches X11 (steffen) --- Released 8.4.14, October 19, 2006 --- See ChangeLog for details --- + +2006-10-31 (platform support)[1582769] Fix build with VC2003 (thoyts) + +2006-11-23 (bug fix)[1599877] Win: multibyte menu item underlines (hobbs) + +2006-11-26 (platform support)[1230558] --enable-64bit on more systems (steffen) + +2006-12-01 (new feature) Win: [wm attributes -transparentcolor] (hobbs) + +2006-12-04 (performance)[1608046] [$listbox itemconfigure] (rezic,hobbs) + +2006-12-22 (bug fix)[1522467] use fd_mask for 64bit support (fellow,vriezen) + +2007-01-30 (enhancement) new target: `make install-private-headers` (hobbs) + +2007-02-19 (bug fix)[1662959] [tk_getOpenFile] in empty dir (hobbs) + +2007-05-15 (bug fix)[1677608] list shimmer crash [grid *configure] (porter) + +--- Released 8.4.15, May 25, 2007 --- See ChangeLog for details --- |