summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2006-03-22 15:15:37 (GMT)
committerdgp <dgp@users.sourceforge.net>2006-03-22 15:15:37 (GMT)
commit0526be2db061d8d1352d234c5e2792d82cc57c67 (patch)
tree393704ce12e26f936a753a87f3c1b2a3586366cf
parent2579527c4a82ca0cea032dfa5e9ed757f43cd59e (diff)
downloadtk-0526be2db061d8d1352d234c5e2792d82cc57c67.zip
tk-0526be2db061d8d1352d234c5e2792d82cc57c67.tar.gz
tk-0526be2db061d8d1352d234c5e2792d82cc57c67.tar.bz2
* changes: Updates for next RC
-rw-r--r--ChangeLog6
-rw-r--r--changes10
2 files changed, 13 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index b7c0763..edc1a12 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2006-03-22 Don Porter <dgp@users.sourceforge.net>
+
+ *** 8.5a4 TAGGED FOR RELEASE ***
+
+ * changes: Updates for next RC
+
2006-03-21 Daniel Steffen <das@users.sourceforge.net>
* generic/tkFont.c: implementation of ATSUI text rendering
diff --git a/changes b/changes
index 202b2d5..720bb6e 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.91 2006/03/16 13:56:00 dkf Exp $
+RCS: @(#) $Id: changes,v 1.92 2006/03/22 15:15:37 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
@@ -6139,10 +6139,14 @@ Max OSX universal binaries support (steffen)
2006-03-02 (Aqua bug fix) image endian issue on OS X/x86 (hobbs)
-Documentation improvements [1224983,1247835,1151523,1357575,1083838]
-
2006-03-15 (bug fix)[1409140] speed up photo image updates (fellows)
2006-03-16 (enhancement)[1405069] added Portuguese l10n. (ricardoj,silasj)
+2006-03-17 (bug fix)[1451587] no abbreviations in script library (thoyts)
+
+2006-03-21 (enhancement)[638966] Aqua: ATSUI text render (reifenstahl,steffen)
+
+Documentation improvements [1224983,1247835,1151523,1357575,1083838]
+
---- Released 8.5a4, March 17, 2006 --- See ChangeLog for details ---