summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2007-06-05 12:58:17 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2007-06-05 12:58:17 (GMT)
commit09ebf8db9ad77a1c0548875d503e3dd78ee3a462 (patch)
treea952f484bca2a69a467550c3e09bbebbc718e7e3
parent5cca131c49f39cce7cabd10ea39473d103e5d505 (diff)
downloadtk-09ebf8db9ad77a1c0548875d503e3dd78ee3a462.zip
tk-09ebf8db9ad77a1c0548875d503e3dd78ee3a462.tar.gz
tk-09ebf8db9ad77a1c0548875d503e3dd78ee3a462.tar.bz2
Fix [Bug 1731348]
-rw-r--r--ChangeLog5
-rw-r--r--doc/photo.n7
2 files changed, 9 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 6f2d89e..310fc56 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2007-06-05 Donal K. Fellows <donal.k.fellows@man.ac.uk>
+
+ * doc/photo.n: Clarified the fact that base64 support for the -data
+ option is not universal. [Bug 1731348] (matzek)
+
2007-06-04 Daniel Steffen <das@users.sourceforge.net>
* macosx/tkMacOSXMenu.c: add error checking; whitespace cleanup.
diff --git a/doc/photo.n b/doc/photo.n
index 48c99ae..17f6f47 100644
--- a/doc/photo.n
+++ b/doc/photo.n
@@ -9,7 +9,7 @@
'\" Department of Computer Science,
'\" Australian National University.
'\"
-'\" RCS: @(#) $Id: photo.n,v 1.14.2.4 2004/10/28 12:25:22 dkf Exp $
+'\" RCS: @(#) $Id: photo.n,v 1.14.2.5 2007/06/05 12:58:18 dkf Exp $
'\"
.so man.macros
.TH photo n 4.0 Tk "Tk Built-In Commands"
@@ -43,8 +43,9 @@ command.
Photos support the following \fIoptions\fR:
.TP
\fB\-data \fIstring\fR
-Specifies the contents of the image as a string. The string can
-contain base64 encoded data or binary data. The format of the
+Specifies the contents of the image as a string. The string should
+contain binary data or, for some formats, base64-encoded data (this is
+currently guaranteed to be supported for GIF images). The format of the
string must be one of those for which there is an image file format
handler that will accept string data. If both the \fB\-data\fR
and \fB\-file\fR options are specified, the \fB\-file\fR option takes