diff options
author | hobbs <hobbs> | 2006-04-11 20:27:27 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2006-04-11 20:27:27 (GMT) |
commit | a585fdbbd3d3ab32d8f3e97b5c2834fc0961f204 (patch) | |
tree | 1c170c6c7ac73767d442f797e41e0f0addd653ba /ChangeLog | |
parent | af3470b9807a931c2d7acb9d00d1403f6b017a4f (diff) | |
download | tk-a585fdbbd3d3ab32d8f3e97b5c2834fc0961f204.zip tk-a585fdbbd3d3ab32d8f3e97b5c2834fc0961f204.tar.gz tk-a585fdbbd3d3ab32d8f3e97b5c2834fc0961f204.tar.bz2 |
update to latest
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 14 |
1 files changed, 13 insertions, 1 deletions
@@ -1,7 +1,19 @@ -2006-04-11 Daniel Steffen <das@users.sourceforge.net> +2006-04-11 Jeff Hobbs <jeffh@ActiveState.com> *** 8.4.13 TAGGED FOR RELEASE *** + * changes: update for bug fix. + + * generic/tkBind.c (Tk_BindEvent, ChangeScreen): replace + Tcl_GlobalEval with more efficient Tcl_EvalEx. + + * win/tkWinEmbed.c (TkpGetOtherWindow): do not panic if no window + * win/tkWinWm.c (UpdateGeometryInfo): is found - handle it in + * unix/tkUnixEmbed.c (TkpGetOtherWindow): the caller. [Bug 1212056] + * unix/tkUnixWm.c (Tk_CoordsToWindow, UpdateGeometryInfo): + +2006-04-11 Daniel Steffen <das@users.sourceforge.net> + * changes: added latest aqua bug fixes. * macosx/tkMacOSXDialog.c (Tk_MessageBoxObjCmd): added standard Escape |