summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--changes4
2 files changed, 5 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 681f4fd..dabe677 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,12 +1,12 @@
2007-09-20 Donal K. Fellows <dkf@users.sf.net>
+ *** 8.5b1 TAGGED FOR RELEASE ***
+
* generic/tkTextDisp.c (LayoutDLine): Only call callbacks that are
* tests/textDisp.test (textDisp-32.3): not NULL. [Bug 1791052]
2007-09-20 Don Porter <dgp@users.sourceforge.net>
- *** 8.5b1 TAGGED FOR RELEASE ***
-
* changes: updates for 8.5b1 release.
2007-09-19 Don Porter <dgp@users.sourceforge.net>
diff --git a/changes b/changes
index 9f8326f..d5aa11a 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.110 2007/09/20 21:01:10 das Exp $
+RCS: @(#) $Id: changes,v 1.111 2007/09/24 16:06: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
@@ -6377,4 +6377,6 @@ project for Xcode 3.0 (steffen)
2007-09-17 (platform support)[1748251] Fix NetBSD link failures (english)
+2007-09-20 (bug fix)[1791052] [text] DLine layout crash (khomoutov,fellows)
+
--- Released 8.5b1, September 26, 2007 --- See ChangeLog for details ---