diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2000-11-28 11:16:04 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2000-11-28 11:16:04 (GMT) |
commit | b5702fc7b79150b86cccbae5cb5d1f69d0ca505e (patch) | |
tree | 7a69bbd3f26c269aeedb413f8666bcf91b99012c /ChangeLog | |
parent | 30949cbba8e868da7e1fa1e4200be6385bd07797 (diff) | |
download | tk-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-- | ChangeLog | 11 |
1 files changed, 9 insertions, 2 deletions
@@ -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> |