diff options
author | dgp <dgp@users.sourceforge.net> | 2007-09-20 20:54:24 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2007-09-20 20:54:24 (GMT) |
commit | 9e1d72489c4b7c12a44293527a3c3344a4eeeb1a (patch) | |
tree | f905312bd4577507ab1260413d22cf6d8f76482a /changes | |
parent | 1ce286eb2385128d4353f8cbb3e7f3ab1e537e13 (diff) | |
download | tk-9e1d72489c4b7c12a44293527a3c3344a4eeeb1a.zip tk-9e1d72489c4b7c12a44293527a3c3344a4eeeb1a.tar.gz tk-9e1d72489c4b7c12a44293527a3c3344a4eeeb1a.tar.bz2 |
* changes: updates for 8.5b1 release.
Diffstat (limited to 'changes')
-rw-r--r-- | changes | 24 |
1 files changed, 22 insertions, 2 deletions
@@ -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.108 2007/09/18 19:40:23 das Exp $ +RCS: @(#) $Id: changes,v 1.109 2007/09/20 20:54:24 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 @@ -6326,6 +6326,14 @@ to Wish.app's Info.plist. --- Released 8.5a6, April 25, 2007 --- See ChangeLog for details --- +2007-05-04 (new feature)[TIP 145] Enhanced font handling (thoyts) + +2007-05-14 (bug fix)[1712081] restored USE_OLD_IMAGE support (porter) + +2007-05-15 (bug fix)[1717830,800149] memory leaks (jenglish) + +2007-05-15 (bug fix)[1677608] [grid *configure] crash (porter) + 2007-05-31 (platform support) Aqua: improve interaction of Expose events and idle-time redraws. @@ -6336,6 +6344,10 @@ idle-time redraws. 2007-06-06 (platform support) Aqua: enable MouseWheel events in background windows. +2007-06-09 (bug fix)[1724223] Unicode menu entry crash (hobbs) + +2007-06-09 (bug fix)[1467997] Blue/red reversal in icons (hobbs,janssen) + 2007-06-23 (bug fix) Aqua: nav dialog sheet crash. 2007-06-29 (platform support) Aqua: remove private internal declarations from @@ -6350,11 +6362,19 @@ in presence of grabs or modal windows. 2007-07-25 (bug fix)[1743786] Aqua: tk_getOpenFile result. +2007-08-01 (bug fix)[1692927] [tk_messageBox -detail] buffer (davies,thoyts) + 2007-08-27 (bug fix)[1782105] Aqua: tk_chooseColor result. 2007-09-06 (platform support) Aqua: drop support for Xcode 1.5 project, add project for Xcode 3.0. +2007-09-11 (bug fix) Animated GIF buffer overrun (max) + 2007-09-15 (platform support) SunOS-5.1x link with cc, not ld. ---- Released 8.5b1, September ??, 2007 --- See ChangeLog for details --- +2007-09-17 (enhancement)[1780286] Aqua: combobox appearance (english) + +2007-09-17 (platform support)[1748251] Fix NetBSD link failures (english) + +--- Released 8.5b1, September 26, 2007 --- See ChangeLog for details --- |