summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2003-09-17 23:45:35 (GMT)
committerdgp <dgp@users.sourceforge.net>2003-09-17 23:45:35 (GMT)
commit39f2c1f37b1527a798cabde7ec007c600a9b8a0a (patch)
tree83f58673700c439ea545d6c2466e88abef0aad12 /ChangeLog
parent05ad511b581ade180f0b61d41c5f1ab8df2f1984 (diff)
downloadtk-39f2c1f37b1527a798cabde7ec007c600a9b8a0a.zip
tk-39f2c1f37b1527a798cabde7ec007c600a9b8a0a.tar.gz
tk-39f2c1f37b1527a798cabde7ec007c600a9b8a0a.tar.bz2
* generic/tkImage.c: Stopped [image create] from generating an
* tests/image.test: image command name that would overwrite an existing command name. Thanks to Michael Schlenker. [Bug 808039].
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5e7a758..eaa8e47 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2003-09-17 Don Porter <dgp@users.sourceforge.net>
+
+ * generic/tkImage.c: Stopped [image create] from generating an
+ * tests/image.test: image command name that would overwrite an
+ existing command name. Thanks to Michael Schlenker. [Bug 808039].
+
2003-09-16 Peter Spjuth <peter.spjuth@space.se>
* tests/grid.test:
* generic/tkGrid.c: Reworked a part of grid's geometry computations