summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
-rw-r--r--changes19
2 files changed, 23 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index ada18cd..4056278 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2008-08-12 Don Porter <dgp@users.sourceforge.net>
+
+ * changes: Updates for 8.6a2 release.
+
2008-08-11 Ania Pawelczyk <aniap@users.sourceforge.net>
* test/canvImg.test: Update to tcltest2
@@ -61,7 +65,7 @@
* test/bind.test: Update to tcltest2
-2007-02-24 Jan Nijtmans <nijtmans@users.sf.net>
+2007-07-24 Jan Nijtmans <nijtmans@users.sf.net>
* generic/*.c: fix [2021443] inconsistant "wrong # args" messages
* macosx/tkMacOSXSend.c
diff --git a/changes b/changes
index 746e012..027f6db 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.133 2008/06/25 14:56:48 dgp Exp $
+RCS: @(#) $Id: changes,v 1.134 2008/08/12 15:06:27 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
@@ -6535,3 +6535,20 @@ Several documentation and release notes improvements
2008-06-18 (bug fix) Aqua: missing focus on first map (steffen)
--- Released 8.6a1, June 25, 2008 --- See ChangeLog for details ---
+
+2008-07-04 (bug fix)[2009213] crash in [ttk::scale] (polo,english)
+
+2008-07-24 (bug fix)[2021443] consistent "wrong # args" messages (nijtmans)
+
+2008-07-26 (bug fix)[2026405] portability of [winfo id] (uchida,thoyts)
+
+2008-07-31 (bug fix) export Tk_PkgInitStubsCheck; fixes Tk embed on Windows
+
+2008-08-01 (bug fix)[2009788,2028703] unmapped toplevel crashes (thoyts)
+
+2008-08-05 (bug fix)[2010422] Tk header files revised to accommodate
+incompatible changes in recent X.org releases of X11 headers. (jenglish)
+
+Test suite modernization by Ania Pawelczyk.
+
+--- Released 8.6a2, August 15, 2008 --- See ChangeLog for details ---