summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2008-03-28 17:50:48 (GMT)
committerdgp <dgp@users.sourceforge.net>2008-03-28 17:50:48 (GMT)
commit76fc61c1cca370be99f6b5ecac2fd0339057da92 (patch)
tree95b93e44c17f46f3f5a80dcb2e49461261a64b22
parentb9f3f27899d257217522d0adbb7cd63a7ea7c15d (diff)
downloadtk-76fc61c1cca370be99f6b5ecac2fd0339057da92.zip
tk-76fc61c1cca370be99f6b5ecac2fd0339057da92.tar.gz
tk-76fc61c1cca370be99f6b5ecac2fd0339057da92.tar.bz2
* changes: Updates for 8.5.2 release.
-rw-r--r--ChangeLog4
-rw-r--r--changes6
2 files changed, 9 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index eeca65d..a779bd6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2008-03-28 Don Porter <dgp@users.sourceforge.net>
+
+ * changes: Updates for 8.5.2 release.
+
2008-03-27 Jeff Hobbs <jeffh@ActiveState.com>
* library/safetk.tcl (::safe::tkInterpInit): make sure tk_library
diff --git a/changes b/changes
index 1e53fe7..85bcc2d 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.129 2008/03/26 19:34:52 dgp Exp $
+RCS: @(#) $Id: changes,v 1.130 2008/03/28 17:50:50 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
@@ -6496,4 +6496,8 @@ Several documentation and release notes improvements
2008-03-26 (bug fix)[1922466] crash in [. configure -cursor] (gavilán)
+2008-03-27 (platform support)[1921166] Solaris 64bit build fixes (steffen)
+
+2008-03-27 (bug fix) restored [::safe::loadTk] (hobbs)
+
--- Released 8.5.2, March 28, 2008 --- See ChangeLog for details ---