summaryrefslogtreecommitdiffstats
path: root/changes
diff options
context:
space:
mode:
authorsurles <surles>1998-06-03 15:37:03 (GMT)
committersurles <surles>1998-06-03 15:37:03 (GMT)
commit29be3d19c7673993ba40c25ebba20133b73ad825 (patch)
tree03f954e19a7c909551663ef0447ff90b3148d832 /changes
parenta8e2454b9193dd6b7cb03186d1aa32b19dfee318 (diff)
downloadtk-29be3d19c7673993ba40c25ebba20133b73ad825.zip
tk-29be3d19c7673993ba40c25ebba20133b73ad825.tar.gz
tk-29be3d19c7673993ba40c25ebba20133b73ad825.tar.bz2
*** empty log message ***
Diffstat (limited to 'changes')
-rw-r--r--changes6
1 files changed, 6 insertions, 0 deletions
diff --git a/changes b/changes
index e01c4a8..651cf79 100644
--- a/changes
+++ b/changes
@@ -4127,3 +4127,9 @@ widgets. (JI)
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.
+ 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)