diff options
author | dgp <dgp@users.sourceforge.net> | 2008-12-22 18:49:24 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2008-12-22 18:49:24 (GMT) |
commit | 6c5d3e95e15c117a57c6622bc416061aaed86ea2 (patch) | |
tree | 8af0591f17eb99bd9320fa6b9ec896e09e581a8a | |
parent | e45f86668937a07b2f3dd3dd9ebb8c7028596b68 (diff) | |
download | tk-6c5d3e95e15c117a57c6622bc416061aaed86ea2.zip tk-6c5d3e95e15c117a57c6622bc416061aaed86ea2.tar.gz tk-6c5d3e95e15c117a57c6622bc416061aaed86ea2.tar.bz2 |
update changes and advance tagcore_8_5_6
-rw-r--r-- | ChangeLog | 16 | ||||
-rw-r--r-- | changes | 6 |
2 files changed, 13 insertions, 9 deletions
@@ -1,11 +1,3 @@ -2008-12-22 Joe English <jenglish@users.sourceforge.net> - - * generic/ttk/ttkWidget.c: Don't crash when - application uses nondefault visual [Bug 2264732] - (Backport from trunk change 2008-11-11) - * Workaround for [Bug 2207435] - (Backport from trunk change 2008-10-31). - 2008-12-22 Don Porter <dgp@users.sourceforge.net> *** 8.5.6 TAGGED FOR RELEASE *** @@ -14,6 +6,14 @@ * changes: Updates for 8.5.6 release. +2008-12-22 Joe English <jenglish@users.sourceforge.net> + + * generic/ttk/ttkWidget.c: Don't crash when + application uses nondefault visual [Bug 2264732] + (Backport from trunk change 2008-11-11) + * Workaround for [Bug 2207435] + (Backport from trunk change 2008-10-31). + 2008-12-22 Donal K. Fellows <dkf@users.sf.net> * generic/tkCanvPs.c (Tk_PostscriptFont,TkCanvPostscriptCmd): Backport @@ -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.130.2.9 2008/12/22 12:33:20 dgp Exp $ +RCS: @(#) $Id: changes,v 1.130.2.10 2008/12/22 18:49:24 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 @@ -6570,4 +6570,8 @@ in screen distances, reducing precision loss (ferrieux) 2008-12-22 (bug fix)[2107938] no negative font size in PS (fellows) +2008-12-22 (bug fix)[2264732] crash using nondefault visual (english) + +2008-12-22 (bug fix)[2207435] [ttk::entry .t -textvar ::noexist::x] (english) + --- Released 8.5.6, December 23, 2008 --- See ChangeLog for details --- |