summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog9
-rw-r--r--changes19
2 files changed, 24 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 3ed9d8c..f14a8b0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
+2006-04-10 Don Porter <dgp@users.sourceforge.net>
+
+ *** 8.4.13 TAGGED FOR RELEASE ***
+
+ * changes: Updates for next RC.
+
2006-04-09 Daniel Steffen <das@users.sourceforge.net>
+
* macosx/tkMacOSXWm.c (WmResizableCmd): propagate window attribute
changes to Carbon window manager. [FR 1467004]
(TkSetWMName, TkMacOSXMakeRealWindowExist): allow empty name for
@@ -131,8 +138,6 @@
2006-03-22 Don Porter <dgp@users.sourceforge.net>
- *** 8.4.13 TAGGED FOR RELEASE ***
-
* changes: Updates for next RC.
2006-03-21 Daniel Steffen <das@users.sourceforge.net>
diff --git a/changes b/changes
index 0bf5a1a..11d6941 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.32 2006/03/22 15:11:33 dgp Exp $
+RCS: @(#) $Id: changes,v 1.64.2.33 2006/04/10 17:44:16 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
@@ -5895,4 +5895,19 @@ handled (max)
2006-03-20 (bug fix)[1380427] crash in undo stack (lz_ufo,callewaert,fellows)
---- Released 8.4.13, March 17, 2006 --- See ChangeLog for details ---
+2006-03-27 (bug fix)[1458234] crash in animated GIFs (bron,fellows)
+
+2006-03-29 (platform support)[917322] tolerate X servers that do not
+accept the color names "Black" and "White" (porter)
+
+2006-04-05 (bug fix) several finalization issues corrected (hobbs)
+
+2006-04-05 (bug fix)[1442102] crash on full -elide [text] (hobbs)
+
+2006-04-05 (bug fix)[1374119] default keyboard charset init (hobbs)
+
+2006-04-05 (bug fix)[1414171] stop $text dump if change detected (hobbs)
+
+2006-04-05 (bug fix)[1422430] [grid] empty index list crash (hobbs)
+
+--- Released 8.4.13, April 14, 2006 --- See ChangeLog for details ---