summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog3
-rw-r--r--doc/panedwindow.n8
2 files changed, 5 insertions, 6 deletions
diff --git a/ChangeLog b/ChangeLog
index 3400674..d48f553 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2003-07-17 Donal K. Fellows <fellowsd@cs.man.ac.uk>
+ * doc/panedwindow.n: Removed warning invalidated by fix from Bug
+ 738143. [Bug 747814]
+
* generic/tkImgPhoto.c (ImgPhotoCmd): Rewrote subcommand processing
to never jump to the end of the switch. I find that confusing as
I can't see whether there's processing still to be done from a
diff --git a/doc/panedwindow.n b/doc/panedwindow.n
index 5f2399c..e287475 100644
--- a/doc/panedwindow.n
+++ b/doc/panedwindow.n
@@ -5,7 +5,7 @@
'\" See the file "license.terms" for information on usage and redistribution
'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.
'\"
-'\" RCS: @(#) $Id: panedwindow.n,v 1.2 2003/02/25 01:39:01 hobbs Exp $
+'\" RCS: @(#) $Id: panedwindow.n,v 1.3 2003/07/17 20:52:08 dkf Exp $
'\"
.so man.macros
.TH panedwindow n 8.4 Tk "Tk Built-In Commands"
@@ -83,11 +83,7 @@ Add one or more windows to the panedwindow, each in a separate pane.
The arguments consist of the names of one or more windows
followed by pairs of arguments that specify how to manage the windows.
\fIOption\fR may have any of the values accepted by the
-\fBconfigure\fR subcommand. When adding a new window that has not yet
-been mapped, and \fBupdate idletasks\fR call is required for that window
-to report its default requested geometry correctly to the panedwindow
-widget. This is not necessary if you are specifying \fI\-width\fR and
-\fI\-height\fR.
+\fBconfigure\fR subcommand.
.TP
\fIpathName \fBcget \fIoption\fR
Returns the current value of the configuration option given by