summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2008-08-22 19:47:46 (GMT)
committerdgp <dgp@users.sourceforge.net>2008-08-22 19:47:46 (GMT)
commitc56c373d2d86786d9f354d45144b1900dcd63304 (patch)
tree2f06d3c74418d51566e4be16fd3051bd147e82b9
parent40849b16d77b0a3635f15777d17aa0a2fac3889b (diff)
downloadtk-c56c373d2d86786d9f354d45144b1900dcd63304.zip
tk-c56c373d2d86786d9f354d45144b1900dcd63304.tar.gz
tk-c56c373d2d86786d9f354d45144b1900dcd63304.tar.bz2
* changes: Updates for 8.6a2 release.core_8_6_a2
-rw-r--r--ChangeLog18
-rw-r--r--changes9
2 files changed, 19 insertions, 8 deletions
diff --git a/ChangeLog b/ChangeLog
index 6ec6320..a59c2fc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,10 +1,16 @@
-2008-08-18 Ania Pawelczyk <aniap@users.sourceforge.net>
+2008-08-22 Don Porter <dgp@users.sourceforge.net>
+
+ *** 8.6a2 TAGGED FOR RELEASE ***
+
+ * changes: Updates for 8.6a2 release.
+
+2008-08-21 Ania Pawelczyk <aniap@users.sourceforge.net>
- * tests/menuDraw.test: Update to tcltest2
- * tests/msgbox.test:
- * tests/oldpack.test:
- * tests/ pack.test:
- * tests/panedwindow.test:
+ * tests/menuDraw.test: Update to tcltest2
+ * tests/msgbox.test:
+ * tests/oldpack.test:
+ * tests/ pack.test:
+ * tests/panedwindow.test:
2008-08-21 Donal K. Fellows <dkf@users.sf.net>
diff --git a/changes b/changes
index 027f6db..94cf76c 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.134 2008/08/12 15:06:27 dgp Exp $
+RCS: @(#) $Id: changes,v 1.135 2008/08/22 19:47: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
@@ -6549,6 +6549,11 @@ Several documentation and release notes improvements
2008-08-05 (bug fix)[2010422] Tk header files revised to accommodate
incompatible changes in recent X.org releases of X11 headers. (jenglish)
+2008-08-19 (bug fix) revised number format in -[xy]scrollcommand callbacks
+and [xy]view methods (jenglish)
+
+2008-08-19 (enhancement) removed obsolete XID management code (staplin)
+
Test suite modernization by Ania Pawelczyk.
---- Released 8.6a2, August 15, 2008 --- See ChangeLog for details ---
+--- Released 8.6a2, August 25, 2008 --- See ChangeLog for details ---