diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2006-03-27 10:55:49 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2006-03-27 10:55:49 (GMT) |
commit | 525f1a7466a169620c320643214fa1bc50809d30 (patch) | |
tree | 4d3ca2a0f7a67ad4a4dfd0ce531833fa5a90fe57 /ChangeLog | |
parent | 5f87593323244e86ce48d4aa8c21ad14f5d91db3 (diff) | |
download | tk-525f1a7466a169620c320643214fa1bc50809d30.zip tk-525f1a7466a169620c320643214fa1bc50809d30.tar.gz tk-525f1a7466a169620c320643214fa1bc50809d30.tar.bz2 |
Fix (and add test for) [Bug 1458234]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 21 |
1 files changed, 13 insertions, 8 deletions
@@ -1,11 +1,16 @@ +2006-03-27 Donal K. Fellows <dkf@users.sf.net> + + * generic/tkImgGIF.c (FileReadGIF): Stop crashes when the first GIF + frame does not define the overall size of the image. [Bug 1458234] + 2006-03-26 Vince Darley <vincentdarley@users.sourceforge.net> * generic/tkText.c: * generic/tkText.h: * generic/tkTextBTree.c: - * tests/text.test: Fix for [Bug 1414171] for '$text dump - -command <script>' where 'script' actually modifies the - widget during the process. + * tests/text.test: Fix for [Bug 1414171] for '$text dump -command + <script>' where 'script' actually modifies the widget during the + process. 2006-03-25 Daniel Steffen <das@users.sourceforge.net> @@ -15,11 +20,11 @@ 2006-03-24 Daniel Steffen <das@users.sourceforge.net> - * generic/tkTextDisp.c: moved #ifdef MAC_OSX_TK code added by - * macosx/tkMacOSXColor.c: Patch #638966 into platform specific - * macosx/tkMacOSXInt.h: files. + * generic/tkTextDisp.c: Moved #ifdef MAC_OSX_TK code added by + * macosx/tkMacOSXColor.c: [Patch 638966] into platform specific files. + * macosx/tkMacOSXInt.h: - * macosx/tkMacOSX.h: cleaned up & rationalized order of + * macosx/tkMacOSX.h: Cleaned up & rationalized order of * macosx/tkMacOSXBitmap.c: #includes of tk and carbon headers. * macosx/tkMacOSXButton.c: * macosx/tkMacOSXCarbonEvents.c: @@ -117,7 +122,7 @@ 2006-03-17 Pat Thoyts <patthoyts@users.sourceforge.net> - * library/clrpick.tcl: bug #1451587: avoid using abbreviated + * library/clrpick.tcl: [Bug 1451587] Avoid using abbreviated * library/palette.tcl: sub-commands in core scripts as this * library/scale.tcl: can cause problems with mega-widget * library/scrlbar.tcl: libraries like snit. |