summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2008-03-13 14:56:00 (GMT)
committerdgp <dgp@users.sourceforge.net>2008-03-13 14:56:00 (GMT)
commite5a9b2cba4e8ba97a703a4980248f4f6f69f2752 (patch)
treed8c2721d95e91fc7f1859f8d8c30f084dded9ea7
parentd4898270c9670e7680d0aaebc20ccd3646e1e8f7 (diff)
downloadtk-e5a9b2cba4e8ba97a703a4980248f4f6f69f2752.zip
tk-e5a9b2cba4e8ba97a703a4980248f4f6f69f2752.tar.gz
tk-e5a9b2cba4e8ba97a703a4980248f4f6f69f2752.tar.bz2
* changes: Updates for 8.5.2 release.
-rw-r--r--ChangeLog4
-rw-r--r--changes4
2 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 73f3a29..6e252b0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2008-03-13 Don Porter <dgp@users.sourceforge.net>
+
+ * changes: Updates for 8.5.2 release.
+
2008-03-12 Daniel Steffen <das@users.sourceforge.net>
* macosx/Wish.xcodeproj/project.pbxproj: add support for Xcode 3.1
diff --git a/changes b/changes
index 4916723..124149d 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.127 2008/03/11 22:37:12 das Exp $
+RCS: @(#) $Id: changes,v 1.128 2008/03/13 14:56:00 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
@@ -6488,4 +6488,6 @@ Several documentation and release notes improvements
2008-02-29 (enhancement) Knight's tour demo (thoyts)
+2008-03-12 (bug fix)[1090382] crash when GetFont() fails (jenglish)
+
--- Released 8.5.2, March 14, 2008 --- See ChangeLog for details ---