summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
-rw-r--r--changes24
2 files changed, 27 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index db9969e..3f895ff 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,11 @@
-2007-09-19 Don Porter <dgp@users.sourceforge.net>
+2007-09-20 Don Porter <dgp@users.sourceforge.net>
*** 8.5b1 TAGGED FOR RELEASE ***
+ * changes: updates for 8.5b1 release.
+
+2007-09-19 Don Porter <dgp@users.sourceforge.net>
+
* README: Bump version number to 8.5b1.
* generic/tk.h: Merge from core-stabilizer-branch.
* library/tk.tcl: Stabilizing toward 8.5b1 release now done
diff --git a/changes b/changes
index 4efe05c..dedfbe5 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.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 ---