summaryrefslogtreecommitdiffstats
path: root/ChangeLog
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 /ChangeLog
parent5cca131c49f39cce7cabd10ea39473d103e5d505 (diff)
downloadtk-09ebf8db9ad77a1c0548875d503e3dd78ee3a462.zip
tk-09ebf8db9ad77a1c0548875d503e3dd78ee3a462.tar.gz
tk-09ebf8db9ad77a1c0548875d503e3dd78ee3a462.tar.bz2
Fix [Bug 1731348]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 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.