diff options
Diffstat (limited to 'changes')
-rw-r--r-- | changes | 42 |
1 files changed, 39 insertions, 3 deletions
@@ -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 --- |