diff options
author | das <das> | 2007-05-16 22:14:37 (GMT) |
---|---|---|
committer | das <das> | 2007-05-16 22:14:37 (GMT) |
commit | c5cde6024e2c1d8e5556f37b1872b5f3fa52110d (patch) | |
tree | 6110d3e29e5f8f334f82ed0d7ed8e6afaf91791f /changes | |
parent | ada8ac499c6bb49c7ff6ae78bf80667c9a9a420f (diff) | |
download | tk-c5cde6024e2c1d8e5556f37b1872b5f3fa52110d.zip tk-c5cde6024e2c1d8e5556f37b1872b5f3fa52110d.tar.gz tk-c5cde6024e2c1d8e5556f37b1872b5f3fa52110d.tar.bz2 |
sync with core-8-4-branch tk/changes
Diffstat (limited to 'changes')
-rw-r--r-- | changes | 8 |
1 files changed, 5 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.106 2007/04/23 22:23:09 das Exp $ +RCS: @(#) $Id: changes,v 1.107 2007/05/16 22:14:37 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 @@ -6251,7 +6251,7 @@ 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-02 (enhancement) Improve OS X Carbon Update event handling. 2006-11-07 (configure change) Unix --enable-xft is enabled by default now. @@ -6260,6 +6260,8 @@ ttk::style command. 2006-11-24 (bug fix)[1487701] Better handling of tcl_interactive on OS X to control display of console. +2006-11-26 (platform support)[1230558] --enable-64bit on more systems. + 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. @@ -6271,7 +6273,7 @@ control display of console. 2006-12-11 (enhancement) Improved EWMH support for _NET_WM_PID and _NET_WM_PING. -2007-01-19 (configure change) Ensure CPPFLAGS env var is used when set. +2007-01-25 (configure change) Ensure CPPFLAGS env var is used when set. 2007-02-19 (configure change) Use SHLIB_SUFFIX=".so" on HP-UX IA64 (was ".sl"). |