diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2004-06-30 22:17:56 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2004-06-30 22:17:56 (GMT) |
commit | 66b10ca873b53d7f03f2f84d27a54adc02a3fc35 (patch) | |
tree | 9a4439d8a49e23ad3bd9fffd6f7da1e25e1bcbef /ChangeLog | |
parent | 0831c2758718531dfd06d401d25b220cdf7ea203 (diff) | |
download | tk-66b10ca873b53d7f03f2f84d27a54adc02a3fc35.zip tk-66b10ca873b53d7f03f2f84d27a54adc02a3fc35.tar.gz tk-66b10ca873b53d7f03f2f84d27a54adc02a3fc35.tar.bz2 |
TIP#153 implementation from Neil McKay, with thanks!
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +2004-06-30 Donal K. Fellows <donal.k.fellows@man.ac.uk> + + TIP#153 IMPLEMENTATION + + * generic/tkCmds.c (GetTopHierarchy): Modified from GetToplevel so + * doc/winfo.n: that [winfo toplevel] does not + assume that it is really working with toplevels. Occasionally this + is important. Thanks to Neil McKay for this patch! + 2004-06-29 Jeff Hobbs <jeffh@ActiveState.com> * generic/tkCmds.c (Tk_WinfoObjCmd): refetch interp result obj for |