diff options
author | dgp <dgp@users.sourceforge.net> | 2007-12-14 19:08:06 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2007-12-14 19:08:06 (GMT) |
commit | 7fa9d2d1b337bd2387176938ebbac89640972299 (patch) | |
tree | fcec0cd784b4c55e8a62145ff3d99a13acc1ad2d | |
parent | c94e07ec2ec597b18bdf3c22a2251adc1b804280 (diff) | |
download | tk-7fa9d2d1b337bd2387176938ebbac89640972299.zip tk-7fa9d2d1b337bd2387176938ebbac89640972299.tar.gz tk-7fa9d2d1b337bd2387176938ebbac89640972299.tar.bz2 |
* changes: More updates for 8.5.0 release.
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | changes | 5 |
2 files changed, 8 insertions, 1 deletions
@@ -1,3 +1,7 @@ +2007-12-14 Don Porter <dgp@users.sourceforge.net> + + * changes: More updates for 8.5.0 release. + 2007-12-14 Joe English <jenglish@users.sourceforge.net> * doc/ttk_treeview.n: Fix typo [Bug 1850713]. @@ -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.120 2007/12/13 23:08:43 hobbs Exp $ +RCS: @(#) $Id: changes,v 1.121 2007/12/14 19:08:06 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 @@ -6456,6 +6456,9 @@ steffen, kupries) 2007-12-12 (bug fix)[1845899] Aqua: [wm transient] (steffen) +2007-12-12 (bug fix)[1809538,1799782,1737288] fixes for the <<Modified>> +virtual event on [text] widgets (hobbs) + 2007-12-13 (bug fix) correctly trace menubutton -textvariable for -compound use (hobbs) |