diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2010-10-01 12:04:15 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2010-10-01 12:04:15 (GMT) |
commit | 651d2c1f9e673453691dc4b7d7dc2ab6dc055aa8 (patch) | |
tree | c8d875cd113ca107e3ecc4baf3480d6480507f31 /ChangeLog | |
parent | b9e53f337fae80f87fe2f20bd342788bdf4c16c3 (diff) | |
download | tk-651d2c1f9e673453691dc4b7d7dc2ab6dc055aa8.zip tk-651d2c1f9e673453691dc4b7d7dc2ab6dc055aa8.tar.gz tk-651d2c1f9e673453691dc4b7d7dc2ab6dc055aa8.tar.bz2 |
* generic/tkImgPhoto.c (Tk_PhotoPutBlock, Tk_PhotoPutZoomedBlock):
[Bug 3078902]: Ensure that zero-dimensioned data blocks cause no
changes at all instead of causing a hang.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 16 |
1 files changed, 11 insertions, 5 deletions
@@ -1,13 +1,19 @@ +2010-10-01 Donal K. Fellows <dkf@users.sf.net> + + * generic/tkImgPhoto.c (Tk_PhotoPutBlock, Tk_PhotoPutZoomedBlock): + [Bug 3078902]: Ensure that zero-dimensioned data blocks cause no + changes at all instead of causing a hang. + 2010-09-29 Jan Nijtmans <nijtmans@users.sf.net> - * unix/tcl.m4: sync with tcl version - * unix/configure: re-generate with autoconf-2.59 + * unix/tcl.m4: Sync with Tcl version + * unix/configure: Re-generate with autoconf-2.59 * win/configure: - * generic/tkMain.c make compilable with -DUNICODE as well + * generic/tkMain.c Make compilable with -DUNICODE as well 2010-09-28 Jan Nijtmans <nijtmans@users.sf.net> - * win/tkWinSend.c: [Bug 3076671] CVS HEAD Tk build fails on win32 + * win/tkWinSend.c: [Bug 3076671]: CVS HEAD Tk build fails on win32 with msys/mingw. Make it compile on older mingw as well. * generic/tk.decls: Add explicit scspec "EXTERN", as in Tcl * generic/tkInt.decls: @@ -25,7 +31,7 @@ 2010-09-20 Jan Nijtmans <nijtmans@users.sf.net> - * generic/ttk/ttkGenStubs.tcl: clean-up, port all genStubs.tcl changes + * generic/ttk/ttkGenStubs.tcl: Clean-up, port all genStubs.tcl changes * generic/ttk/ttk.decls: from Tcl to ttkGenStubs.tcl as well (no * generic/tk.decls: change in any output files). This brings * generic/tkInt.decls: all *.decls in the same form as tcl.decls |