diff options
author | dgp <dgp@users.sourceforge.net> | 2007-09-24 16:06:16 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2007-09-24 16:06:16 (GMT) |
commit | ec8dbe3a3494c878ace388f4c65e1fd5bfb8e52e (patch) | |
tree | 8e988d8e0ee080676c835cde14f7d75317943646 | |
parent | 468499bdecc1465a84240284ade36429012147e8 (diff) | |
download | tk-ec8dbe3a3494c878ace388f4c65e1fd5bfb8e52e.zip tk-ec8dbe3a3494c878ace388f4c65e1fd5bfb8e52e.tar.gz tk-ec8dbe3a3494c878ace388f4c65e1fd5bfb8e52e.tar.bz2 |
update changes for 8.5b1core_8_5_b1
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | changes | 4 |
2 files changed, 5 insertions, 3 deletions
@@ -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> @@ -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 --- |