diff options
author | chengyemao <chengyemao> | 2005-01-09 01:57:15 (GMT) |
---|---|---|
committer | chengyemao <chengyemao> | 2005-01-09 01:57:15 (GMT) |
commit | 0652d44b772906ffe9612e8727bb45065446a516 (patch) | |
tree | 830b9c0fbee9fca5089a66ba7bca51a92019efcc /changes | |
parent | 9781bdd89bf9ad394d087ce81543881c09ff0277 (diff) | |
download | tk-0652d44b772906ffe9612e8727bb45065446a516.zip tk-0652d44b772906ffe9612e8727bb45065446a516.tar.gz tk-0652d44b772906ffe9612e8727bb45065446a516.tar.bz2 |
Updated
Diffstat (limited to 'changes')
-rw-r--r-- | changes | 5 |
1 files changed, 4 insertions, 1 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.81 2005/01/07 15:41:35 chengyemao Exp $ +RCS: @(#) $Id: changes,v 1.82 2005/01/09 01:57:15 chengyemao 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 @@ -5935,3 +5935,6 @@ automatically in wrapper updating. Modified and added functions: WmStateCmd, UpdateWrapper, TkpWmGetState (added) in tkWinWm.c; TkpUseWindow, TkWinEmbeddedEventProc in tkWinEmbed.c; TkWinChildProc in tkWinX.c. (chengyemao) + +2005-1-8 (bug fix)[1098625] Wrong toplevel geometry when created with a menu. +(chengyemao) |