summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorhobbs <hobbs>2000-01-13 02:06:59 (GMT)
committerhobbs <hobbs>2000-01-13 02:06:59 (GMT)
commitcaadb14caf4b6dfe5e4291b37e96709579368fd7 (patch)
treed2f4edbec0756522c346623fa86f10a29c469903
parentf68f778030242417aba75e92cd73fb8217ab77fc (diff)
downloadtk-caadb14caf4b6dfe5e4291b37e96709579368fd7.zip
tk-caadb14caf4b6dfe5e4291b37e96709579368fd7.tar.gz
tk-caadb14caf4b6dfe5e4291b37e96709579368fd7.tar.bz2
see log
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index befa105..f6fdeee 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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]