summaryrefslogtreecommitdiffstats
path: root/changes
diff options
context:
space:
mode:
authorhobbs <hobbs>2007-04-22 05:45:13 (GMT)
committerhobbs <hobbs>2007-04-22 05:45:13 (GMT)
commit6fd3be19c709199e06eb4ee88d85527fb1a3ed41 (patch)
tree869a84ec21bbd1553db28a26d7508a984b3a01af /changes
parent8b7f13deed54894ded6f6b5f4f3811bf16fc81db (diff)
downloadtk-6fd3be19c709199e06eb4ee88d85527fb1a3ed41.zip
tk-6fd3be19c709199e06eb4ee88d85527fb1a3ed41.tar.gz
tk-6fd3be19c709199e06eb4ee88d85527fb1a3ed41.tar.bz2
updated for 8.5a6 changes
Diffstat (limited to 'changes')
-rw-r--r--changes42
1 files changed, 39 insertions, 3 deletions
diff --git a/changes b/changes
index ba04409..3cc4542 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.102 2006/10/18 19:04:47 dgp Exp $
+RCS: @(#) $Id: changes,v 1.103 2007/04/22 05:45:13 hobbs 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
@@ -6179,7 +6179,7 @@ registered applevents (steffen)
Documentation improvements [1224983,1247835,1151523,1357575,1083838]
----- Released 8.5a4, April 27, 2006 --- See ChangeLog for details ---
+--- Released 8.5a4, April 27, 2006 --- See ChangeLog for details ---
2006-04-28 (bug fix)[1243318] Aqua: incorrect cursor pos in bindings (steffen)
@@ -6242,4 +6242,40 @@ Documentation improvements [1224983,1247835,1151523,1357575,1083838]
2006-10-16 (bug fix)[1558051] Aqua: CG drawing matches X11 (steffen)
----- Released 8.5a5, October 20, 2006 --- See ChangeLog for details ---
+--- Released 8.5a5, October 20, 2006 --- See ChangeLog for details ---
+
+2006-10-30 (new feature)[TIP 48] Addition of themed tk widgets to Tk as Ttk
+(themed Tk). Adds ttk::notebook, ttk::sizegrip, ttk::combobox,
+ttk::panedwindow, ttk::progressbar, ttk::menubutton, ttk::button,
+ttk::radiobutton, ttk::checkbutton, ttk::treeview, ttk::separator,
+ttk::scrollbar, ttk::entry, ttk::frame and ttk::labelframe widgets. Adds
+ttk::style command.
+
+2006-11-02 (enhancement) Improve OS X Carbon event handling
+
+2006-11-07 (configure change) Unix --enable-xft is enabled by default now.
+
+2006-11-23 (bug fix)[1599877] Fix unicode character underline in menus.
+
+2006-11-24 (bug fix)[1487701] Better handling of tcl_interactive on OS X to
+control display of console.
+
+2006-11-30 (bug fix) Fix handling of Escape binding on OS X dialogs.
+
+2006-12-01 (new feature) add -transparentcolor wm attribute on Windows.
+
+2006-12-02 (new feature)[TIP 300] Added [font actual $font $char].
+
+2006-12-04 (new feature)[TIP 286] Added [$menu xposition] subcommand.
+
+2006-12-11 (enhancement) Improved EWMH support for _NET_WM_PID and
+_NET_WM_PING.
+
+2007-01-19 (configure change) ensre CPPFLAGS env var is used when set.
+
+2007-02-19 (configure change) use SHLIB_SUFFIX=".so" on HP-UX IA64 (was
+".sl").
+
+2007-04-10 (platform support) correctly handling theming on Vista/Aero.
+
+--- Released 8.5a6, April 25, 2006 --- See ChangeLog for details ---