summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog14
-rw-r--r--changes9
2 files changed, 16 insertions, 7 deletions
diff --git a/ChangeLog b/ChangeLog
index 8838600..07245bf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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:
diff --git a/changes b/changes
index dc0762e..e9322af 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.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 ---