summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorhobbs <hobbs@noemail.net>2002-10-18 00:48:20 (GMT)
committerhobbs <hobbs@noemail.net>2002-10-18 00:48:20 (GMT)
commit8760872a20e81d5eb87775b45189a2239047acd0 (patch)
treeb1fd7865efc0c8f6d28ef7c95440622284dfbbe3 /ChangeLog
parentd3843d9529a1e01fbaf4555f6fbade5b39e753d5 (diff)
downloadtk-8760872a20e81d5eb87775b45189a2239047acd0.zip
tk-8760872a20e81d5eb87775b45189a2239047acd0.tar.gz
tk-8760872a20e81d5eb87775b45189a2239047acd0.tar.bz2
* tests/imgPhoto.test:
* generic/tkImgPhoto.c (ImgPhotoConfigureMaster): fix arg handling for missing -format or -data options. [Bug #624974] FossilOrigin-Name: 10196f16b677540d242b6530444e5a8cd1f79460
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index fb1ae12..0c9871a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2002-10-17 Jeff Hobbs <jeffh@ActiveState.com>
+ * tests/imgPhoto.test:
+ * generic/tkImgPhoto.c (ImgPhotoConfigureMaster): fix arg handling
+ for missing -format or -data options. [Bug #624974]
+
* tests/text.test: properly return the number of
* unix/tkUnixFont.c (ControlUtfProc): bytes consumed. [Bug #624732]