diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2010-04-09 13:15:30 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2010-04-09 13:15:30 (GMT) |
commit | bf3ea79621a47c9a99cf5854ddd2c186f073301c (patch) | |
tree | fed7e2f89ea04661452e5224c69f8a8ea420db50 /ChangeLog | |
parent | 843ef125db98bc3a762319cc94e9ce8de0881cef (diff) | |
download | tk-bf3ea79621a47c9a99cf5854ddd2c186f073301c.zip tk-bf3ea79621a47c9a99cf5854ddd2c186f073301c.tar.gz tk-bf3ea79621a47c9a99cf5854ddd2c186f073301c.tar.bz2 |
* generic/tkImgPhoto.c (ImgPhotoCmd): [Bug 2983824]: Use the file
extension to guess the output format to use if one isn't specified.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 19 |
1 files changed, 12 insertions, 7 deletions
@@ -1,22 +1,27 @@ +2010-04-09 Donal K. Fellows <dkf@users.sf.net> + + * generic/tkImgPhoto.c (ImgPhotoCmd): [Bug 2983824]: Use the file + extension to guess the output format to use if one isn't specified. + 2010-04-08 Jan Nijtmans <nijtmans@users.sf.net> - * win/tkWinPort.h Add <wchar.h> to tkWinPort.h, and - * win/tkWinSend.c remove some earlier CYGWIN-related - * win/tkWinSendCom.c hacks which are no longer necessary. + * win/tkWinPort.h: Add <wchar.h> to tkWinPort.h, and + * win/tkWinSend.c: remove some earlier CYGWIN-related + * win/tkWinSendCom.c: hacks which are no longer necessary. 2010-04-06 Jan Nijtmans <nijtmans@users.sf.net> * win/tcl.m4 Sync with Tcl version * unix/tcl.m4 * win/configure (regenerate with autoconf-2.59) - * unix/configure [Bug 2982540] configure and install* script files - should always have LF + * unix/configure [Bug 2982540]: configure and install* script + files should always have LF 2010-03-29 Jan Nijtmans <nijtmans@users.sf.net> - * unix/tcl.m4 Only test for -visibility=hidden with gcc + * unix/tcl.m4: Only test for -visibility=hidden with gcc (Second remark in [Bug 2976508]) - * unix/configure regen + * unix/configure: regen 2010-03-29 Donal K. Fellows <dkf@users.sf.net> |