diff options
author | dgp <dgp@users.sourceforge.net> | 2008-12-22 12:33:20 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2008-12-22 12:33:20 (GMT) |
commit | af37064c5e51078cb854f0ffc63dcba7a62efbdf (patch) | |
tree | 80fa3cee62239b935d8e17c8494f6bde5fc9adf8 | |
parent | 18b8244caa8fd7fb48c98de1e5d8ca19718cf97e (diff) | |
download | tk-af37064c5e51078cb854f0ffc63dcba7a62efbdf.zip tk-af37064c5e51078cb854f0ffc63dcba7a62efbdf.tar.gz tk-af37064c5e51078cb854f0ffc63dcba7a62efbdf.tar.bz2 |
* changes: Updates for 8.5.6 release.
-rw-r--r-- | ChangeLog | 14 | ||||
-rw-r--r-- | changes | 9 |
2 files changed, 16 insertions, 7 deletions
@@ -1,3 +1,9 @@ +2008-12-22 Don Porter <dgp@users.sourceforge.net> + + *** 8.5.6 TAGGED FOR RELEASE *** + + * changes: Updates for 8.5.6 release. + 2008-12-22 Donal K. Fellows <dkf@users.sf.net> * generic/tkCanvPs.c (Tk_PostscriptFont,TkCanvPostscriptCmd): Backport @@ -6,14 +12,12 @@ 2008-12-22 Alexandre Ferrieux <ferrieux@users.sourceforge.net> * generic/tkCanvUtil.c: Backport of the Millipeter patch [1813597, - * generic/tkInt.h 2218964] - * generic/tkObj.c - * generic/tkText.c + * generic/tkInt.h: 2218964] + * generic/tkObj.c: + * generic/tkText.c: 2008-12-21 Don Porter <dgp@users.sourceforge.net> - *** 8.5.6 TAGGED FOR RELEASE *** - * generic/tk.h: Bump to 8.5.6 for release. * library/tk.tcl: * unix/configure.in: @@ -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.8 2008/12/21 20:36:41 dgp Exp $ +RCS: @(#) $Id: changes,v 1.130.2.9 2008/12/22 12:33:20 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 @@ -6565,4 +6565,9 @@ format, avoiding sensitivity to locale setting. (fellows) 2008-11-22 (bug fix)[1939129,1991930] combobox behind other windows (thoyts) ---- Released 8.5.6, December 21, 2008 --- See ChangeLog for details --- +2008-12-22 (bug fix)[1813597,2218964] eliminate unnecessary units conversion +in screen distances, reducing precision loss (ferrieux) + +2008-12-22 (bug fix)[2107938] no negative font size in PS (fellows) + +--- Released 8.5.6, December 23, 2008 --- See ChangeLog for details --- |