summaryrefslogtreecommitdiffstats
path: root/changes
diff options
context:
space:
mode:
authordas <das>2006-10-16 15:35:27 (GMT)
committerdas <das>2006-10-16 15:35:27 (GMT)
commitda455d8528eca0baa4cc40a62c75622ff17d4143 (patch)
tree7139775b61142135e07ba825343617a212d624ca /changes
parentb6667df246c196b019c9a7952b0944f904ee85c5 (diff)
downloadtk-da455d8528eca0baa4cc40a62c75622ff17d4143.zip
tk-da455d8528eca0baa4cc40a62c75622ff17d4143.tar.gz
tk-da455d8528eca0baa4cc40a62c75622ff17d4143.tar.bz2
* changes: updates for 8.5a5 release.
* macosx/tkMacOSXDraw.c: fix numerous issues in CG and QD drawing procs so that they now match X11 drawing much more closely [Bug 1558051]; use Tiger ellipse drawing API when available; fix comments & whitespace. * macosx/tkMacOSXInit.c: set default linewidth limit for CG antialiasing to 0 as thin horizontal/vertical lines look good now. * generic/tkCanvLine.c (ConfigureLine): on TkAqua, pass outline * generic/tkCanvPoly.c (ConfigurePolygon): linewidth in gc even for * generic/tkRectOval.c (ConfigureRectOval): fills (as it controls AA).
Diffstat (limited to 'changes')
-rw-r--r--changes12
1 files changed, 11 insertions, 1 deletions
diff --git a/changes b/changes
index 1e0a3a7..909cc06 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.100 2006/10/11 03:56:14 dgp Exp $
+RCS: @(#) $Id: changes,v 1.101 2006/10/16 15:35:27 das 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
@@ -6221,8 +6221,16 @@ Documentation improvements [1224983,1247835,1151523,1357575,1083838]
2006-08-21 (bug fix) Aqua: recursively called event loop (steffen)
+2006-08-24 (bug fix) Aqua: window grow icon obscuring scrollbar (steffen)
+
2006-08-30 (new feature)[1518677] WM_UNICHAR window message (hobbs,petasis)
+2006-09-10 (bug fix) Aqua: active/inactive text selection color&relief (steffen)
+
+2006-09-10 (bug fix)[1472624] Aqua: mouse events in overrideredir wins (steffen)
+
+2006-09-11 (bug fix) Aqua: app menu shortcuts with custom .apple menu (steffen)
+
2006-09-22 (bug fix)[1562528] NULL terminates variadic calls (fellows,ryazanov)
2006-09-22 (new feature)[TIP 268] [package provide] full patchlevel (kupries)
@@ -6232,4 +6240,6 @@ Documentation improvements [1224983,1247835,1151523,1357575,1083838]
2006-10-08 (new feature)[TIP 264] New public routine Tk_Interp() (thoyts)
+2006-10-16 (bug fix)[1558051] Aqua: CG drawing matches X11 (steffen)
+
---- Released 8.5a5, October XX, 2006 --- See ChangeLog for details ---