summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorhobbs <hobbs>2005-02-11 21:04:07 (GMT)
committerhobbs <hobbs>2005-02-11 21:04:07 (GMT)
commit7ac25d068d3868c60ac70096041210bfe92b305b (patch)
tree31b8b4d1a73536ee0689ccdbaf49d95d98bafe7f
parent998d1248fae5cf14659a82c9ddd29afa73f773c1 (diff)
downloadtk-7ac25d068d3868c60ac70096041210bfe92b305b.zip
tk-7ac25d068d3868c60ac70096041210bfe92b305b.tar.gz
tk-7ac25d068d3868c60ac70096041210bfe92b305b.tar.bz2
* doc/text.n: note 'image' key in 'dump' command. [Bug 1115907]
-rw-r--r--ChangeLog2
-rw-r--r--doc/text.n8
2 files changed, 6 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index bb68914..82a0e1f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
2005-02-11 Jeff Hobbs <jeffh@ActiveState.com>
+ * doc/text.n: note 'image' key in 'dump' command. [Bug 1115907]
+
* win/tkWinWm.c (TkWinGetIcon): fix toplevel retrieval for
determining icon ref (potential crash). [Bug 1105738]
diff --git a/doc/text.n b/doc/text.n
index cf173f5..1cdf301 100644
--- a/doc/text.n
+++ b/doc/text.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: text.n,v 1.33 2004/11/20 15:55:08 vincentdarley Exp $
+'\" RCS: @(#) $Id: text.n,v 1.34 2005/02/11 21:04:37 hobbs Exp $
'\"
.so man.macros
.TH text n 8.5 Tk "Tk Built-In Commands"
@@ -1175,10 +1175,10 @@ in the following format:
\fIkey1 value1 index1 key2 value2 index2\fR ...
.LP
The possible \fIkey\fP values are \fBtext\fP, \fBmark\fP,
-\fBtagon\fP, \fBtagoff\fP, and \fBwindow\fP. The corresponding
-\fIvalue\fP is the text, mark name, tag name, or window name.
+\fBtagon\fP, \fBtagoff\fP, \fBimage\fP, and \fBwindow\fP. The corresponding
+\fIvalue\fP is the text, mark name, tag name, image name, or window name.
The \fIindex\fP information is the index of the
-start of the text, the mark, the tag transition, or the window.
+start of the text, mark, tag transition, image or window.
One or more of the following switches (or abbreviations thereof)
may be specified to control the dump:
.TP