summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorhobbs <hobbs>2000-04-19 23:12:55 (GMT)
committerhobbs <hobbs>2000-04-19 23:12:55 (GMT)
commit12b0f203a7f394fec3738c3e1b762a64031927f3 (patch)
tree48432f0b2c9c70cba5dcbddd5ab06c100214d1cd /ChangeLog
parent442d04988d260a0d338a53d0a81b0f17e9a5c3e8 (diff)
downloadtk-12b0f203a7f394fec3738c3e1b762a64031927f3.zip
tk-12b0f203a7f394fec3738c3e1b762a64031927f3.tar.gz
tk-12b0f203a7f394fec3738c3e1b762a64031927f3.tar.bz2
* library/choosedir.tcl (::tk::dialog::file::chooseDir::Config):
* library/tkfbox.tcl (::tk::dialog::file::Config): removed the extraneous glob on -initialdir after file isdir already returned 1 and moved cd trick into this case as the else already uses [pwd]. [Bug: 5181] * win/winMain.c: moved extern call out of WinMain func
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 069e449..aa08d97 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -7,6 +7,14 @@
2000-04-19 Jeff Hobbs <hobbs@scriptics.com>
+ * library/choosedir.tcl (::tk::dialog::file::chooseDir::Config):
+ * library/tkfbox.tcl (::tk::dialog::file::Config): removed the
+ extraneous glob on -initialdir after file isdir already returned 1
+ and moved cd trick into this case as the else already uses [pwd].
+ [Bug: 5181]
+
+ * win/winMain.c: moved extern call out of WinMain func
+
* README:
* generic/tk.h:
* unix/configure.in: