diff options
author | Joe Mistachkin <joe@mistachkin.com> | 2008-06-13 05:46:08 (GMT) |
---|---|---|
committer | Joe Mistachkin <joe@mistachkin.com> | 2008-06-13 05:46:08 (GMT) |
commit | ee10365fe5ddffde317320b6ac35d36b86b21dc4 (patch) | |
tree | 53dd4c32ceb799030ada10f68625bfe0e4c015e0 /ChangeLog | |
parent | f12c70da2d6208293f2afb3d2181b40adb47ec67 (diff) | |
download | tk-ee10365fe5ddffde317320b6ac35d36b86b21dc4.zip tk-ee10365fe5ddffde317320b6ac35d36b86b21dc4.tar.gz tk-ee10365fe5ddffde317320b6ac35d36b86b21dc4.tar.bz2 |
TIP 285 Implementation
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +2008-06-13 Joe Mistachkin <joe@mistachkin.com> + + TIP #285 IMPLEMENTATION + + * generic/tkCmds.c: During [tkwait] and [update], always cooperatively + check for script cancellation. + * win/makefile.vc: Added 'pdbs' option for Windows build rules to allow + * win/rules.vc: for non-debug builds with full symbols. + 2008-06-12 Daniel Steffen <das@users.sourceforge.net> * generic/tkPointer.c (Tk_UpdatePointer): fix failure to restore a |