summaryrefslogtreecommitdiffstats
path: root/changes
diff options
context:
space:
mode:
authorstanton <stanton>1998-06-12 16:25:52 (GMT)
committerstanton <stanton>1998-06-12 16:25:52 (GMT)
commit7e2fb0c2f696fe41b3c5bbe32b94f84bfa151734 (patch)
tree30f396daafa452dacc5d91eeae0f604c50f14313 /changes
parent301e8466c3b87c6dec019c0ecfd360b9f3560075 (diff)
downloadtk-7e2fb0c2f696fe41b3c5bbe32b94f84bfa151734.zip
tk-7e2fb0c2f696fe41b3c5bbe32b94f84bfa151734.tar.gz
tk-7e2fb0c2f696fe41b3c5bbe32b94f84bfa151734.tar.bz2
*** empty log message ***
Diffstat (limited to 'changes')
-rw-r--r--changes5
1 files changed, 4 insertions, 1 deletions
diff --git a/changes b/changes
index 651cf79..b902039 100644
--- a/changes
+++ b/changes
@@ -4128,8 +4128,11 @@ Apple Universal Headers V. 3.0 so we can compile with CW Pro 2.0 (JI)
----------------- Released 8.0p2, 11/25/97 -----------------------
-6/3/97 (bug fix) Fixed bugs in the tk_getOpenFile under Unix.
+6/3/98 (bug fix) Fixed bugs in the tk_getOpenFile under Unix.
1) If the -initialdir option was "." the result would be "././foo.tcl"
instead of an absolute path, like the Windows interface.
2) There is a traceVar on the data(selectPath) where the script was
assumes the window exists. (BS)
+
+6/12/98 (feature change) Focus -force now sets the foreground window
+on Windows platforms in addition to moving the focus. (SS)