diff options
author | dkf <dkf@noemail.net> | 2000-11-28 11:16:04 (GMT) |
---|---|---|
committer | dkf <dkf@noemail.net> | 2000-11-28 11:16:04 (GMT) |
commit | fd2dcef52337782c7072e8311a302c2eef41a01e (patch) | |
tree | 7a69bbd3f26c269aeedb413f8666bcf91b99012c /ChangeLog | |
parent | b2abc47884a432138e64c1fa0aff0cddc5fcf9e5 (diff) | |
download | tk-fd2dcef52337782c7072e8311a302c2eef41a01e.zip tk-fd2dcef52337782c7072e8311a302c2eef41a01e.tar.gz tk-fd2dcef52337782c7072e8311a302c2eef41a01e.tar.bz2 |
Backed out previous change (except for test for bug.)
FossilOrigin-Name: 56258a5385b081a3315988f44f363472425aa6c9
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> |