diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2008-08-25 17:19:42 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2008-08-25 17:19:42 (GMT) |
commit | 7e159bb362ea2362854c55e166b0a20d05059183 (patch) | |
tree | a0b7ec0be82515d1947e6cad2a9ed8189d6913af /ChangeLog | |
parent | 722b9e5353b33fdcd23e186a5855e5488e571278 (diff) | |
download | tk-7e159bb362ea2362854c55e166b0a20d05059183.zip tk-7e159bb362ea2362854c55e166b0a20d05059183.tar.gz tk-7e159bb362ea2362854c55e166b0a20d05059183.tar.bz2 |
Fix crash reported by Don Porter.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 8 insertions, 4 deletions
@@ -1,9 +1,13 @@ +2008-08-25 Donal K. Fellows <dkf@users.sf.net> + + * generic/tkImgPhoto.c (ImgPhotoConfigureMaster): Ensure that uses of + TclStackAlloc and TclStackFree balance. + 2008-08-25 Todd M. Helfter <tmh@users.sourceforge.net> - The patch is associated with the bug tracker id: 1936220 - library/tkfbox.tcl : fix the multiple selection error for - tk_getOpenFile -multiple 1 which fails on all unix platforms since - the adoption of ttk widgets. + * library/tkfbox.tcl: Fix the multiple selection error for + tk_getOpenFile -multiple 1 which fails on all unix platforms since the + adoption of ttk widgets. [Bug 1936220] 2008-08-25 Donal K. Fellows <dkf@users.sf.net> |