summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2001-09-15 04:37:33 (GMT)
committerdgp <dgp@users.sourceforge.net>2001-09-15 04:37:33 (GMT)
commitb0a28447578b9e57d148f674d717c1583fa14f66 (patch)
tree3a24e40fa672c46c2bf04c8b343f47e59462ad9a
parent4382031b90ce412d1a3b5de90fe788ecf8860737 (diff)
downloadtk-b0a28447578b9e57d148f674d717c1583fa14f66.zip
tk-b0a28447578b9e57d148f674d717c1583fa14f66.tar.gz
tk-b0a28447578b9e57d148f674d717c1583fa14f66.tar.bz2
* doc/getOpenFile.n: Removed docs for the -multiple and
-message options that are not provided in Tk 8.3. They are only available in Tk 8.4. [Bug 461760]
-rw-r--r--ChangeLog6
-rw-r--r--doc/getOpenFile.n12
2 files changed, 7 insertions, 11 deletions
diff --git a/ChangeLog b/ChangeLog
index c782275..93dfe6a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2001-09-15 Don Porter <dgp@users.sourceforge.net>
+
+ * doc/getOpenFile.n: Removed docs for the -multiple and
+ -message options that are not provided in Tk 8.3. They
+ are only available in Tk 8.4. [Bug 461760]
+
2001-09-14 Andreas Kupries <andreas_kupries@users.sourceforge.net>
* generic/tkImgGIF.c:
diff --git a/doc/getOpenFile.n b/doc/getOpenFile.n
index 6304537..04d6f42 100644
--- a/doc/getOpenFile.n
+++ b/doc/getOpenFile.n
@@ -4,7 +4,7 @@
'\" See the file "license.terms" for information on usage and redistribution
'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.
'\"
-'\" RCS: @(#) $Id: getOpenFile.n,v 1.6.2.1 2001/04/04 07:23:48 hobbs Exp $
+'\" RCS: @(#) $Id: getOpenFile.n,v 1.6.2.2 2001/09/15 04:37:33 dgp Exp $
'\"
.so man.macros
.TH tk_getOpenFile n 4.2 Tk "Tk Built-In Commands"
@@ -68,16 +68,6 @@ application default directory.
Specifies a filename to be displayed in the dialog when it pops up. This
option is ignored on the Macintosh platform.
.TP
-\fB\-multiple\fR
-Allows the user to choose multiple files from the Open dialog.
-On the Macintosh, this is only available when Navigation Services are
-installed.
-.TP
-\fB\-message\fR
-Specifies a message to include in the client area of the dialog.
-This is only available on the Macintosh, and only when Navigation
-Services are installed.
-.TP
\fB\-parent\fR \fIwindow\fR
Makes \fIwindow\fR the logical parent of the file dialog. The file
dialog is displayed on top of its parent window.