diff options
author | hobbs <hobbs> | 2000-01-13 02:06:59 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2000-01-13 02:06:59 (GMT) |
commit | caadb14caf4b6dfe5e4291b37e96709579368fd7 (patch) | |
tree | d2f4edbec0756522c346623fa86f10a29c469903 | |
parent | f68f778030242417aba75e92cd73fb8217ab77fc (diff) | |
download | tk-caadb14caf4b6dfe5e4291b37e96709579368fd7.zip tk-caadb14caf4b6dfe5e4291b37e96709579368fd7.tar.gz tk-caadb14caf4b6dfe5e4291b37e96709579368fd7.tar.bz2 |
see log
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,5 +1,16 @@ 2000-01-12 Jeff Hobbs <hobbs@scriptics.com> + * tests/text.test: changed test to reflect change of -hidden + to -elide in search options. + + * win/tkWinScrlbr.c: added check for valid hwnd in ModalLoopProc + to avoid crash when building statically + + * doc/event.n: + * generic/tkBind.c: prevented core with event -warp on Windows + when window wasn't mapped [Bug: 4004] and added docs stating + the requirement for mapped windows. + * generic/tkCanvas.c: fixed mem leak with TagSearchExprInit [Bug: 3977] |