summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
-rw-r--r--changes4
2 files changed, 7 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 97b6f0b..c40a945 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,11 @@
-2006-04-11 Jeff Hobbs <jeffh@ActiveState.com>
+2006-04-12 Don Porter <dgp@users.sourceforge.net>
*** 8.4.13 TAGGED FOR RELEASE ***
+ * changes: Updates for next RC.
+
+2006-04-11 Jeff Hobbs <jeffh@ActiveState.com>
+
* changes: update for bug fix.
* generic/tkBind.c (Tk_BindEvent, ChangeScreen): replace
diff --git a/changes b/changes
index 909371c..119bb2d 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.64.2.36 2006/04/11 20:27:27 hobbs Exp $
+RCS: @(#) $Id: changes,v 1.64.2.37 2006/04/12 15:30: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
@@ -5929,4 +5929,4 @@ registered applevents (steffen)
2006-04-11 (bug fix)[1212056] fix panic on safe window exit on Windows (hobbs)
---- Released 8.4.13, April 14, 2006 --- See ChangeLog for details ---
+--- Released 8.4.13, April 19, 2006 --- See ChangeLog for details ---