summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2000-11-28 11:16:04 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2000-11-28 11:16:04 (GMT)
commitb5702fc7b79150b86cccbae5cb5d1f69d0ca505e (patch)
tree7a69bbd3f26c269aeedb413f8666bcf91b99012c /ChangeLog
parent30949cbba8e868da7e1fa1e4200be6385bd07797 (diff)
downloadtk-b5702fc7b79150b86cccbae5cb5d1f69d0ca505e.zip
tk-b5702fc7b79150b86cccbae5cb5d1f69d0ca505e.tar.gz
tk-b5702fc7b79150b86cccbae5cb5d1f69d0ca505e.tar.bz2
Backed out previous change (except for test for bug.)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 9 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 3eaeb60..a478471 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,10 +1,17 @@
+2000-11-28 Donal K. Fellows <fellowsd@cs.man.ac.uk>
+
+ * doc/image.n:
+ * generic/tkImage.c (Tk_ImageObjCmd): Backed out previous change.
+ Bug #120819 is back again in force. Left the test in there
+ though.
+
2000-11-23 Donal K. Fellows <fellowsd@cs.man.ac.uk>
* doc/image.n:
* tests/image.test (image-1.10):
* generic/tkImage.c (Tk_ImageObjCmd): Prohibited image names that
- start with "." since they can cause some really obscure crashes.
- Fixes Bug #120819. [POTENTIAL INCOMPATABILITY]
+ start with "." since they can cause some really obscure
+ crashes. Fixes Bug #120819.
2000-11-21 Eric Melski <ericm@ajubasolutions.com>