diff options
author | hobbs <hobbs> | 2004-03-16 19:55:02 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2004-03-16 19:55:02 (GMT) |
commit | a69b5b4fefe30134396d6269d0eca5fff4ba8500 (patch) | |
tree | 79182f00af4a2c19cc4fe1cbd8f3af2e851d0c87 /ChangeLog | |
parent | 826320aef91bdc7dcc8b0effa68677c7db2ceb39 (diff) | |
download | tk-a69b5b4fefe30134396d6269d0eca5fff4ba8500.zip tk-a69b5b4fefe30134396d6269d0eca5fff4ba8500.tar.gz tk-a69b5b4fefe30134396d6269d0eca5fff4ba8500.tar.bz2 |
* unix/tkUnixButton.c (TkpDrawCheckIndicator): correct crash
condition for new radio/checkbuttons when colors are exhausted.
[Bug 915330] (griffin)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
@@ -1,3 +1,20 @@ +2004-03-16 Jeff Hobbs <jeffh@ActiveState.com> + + * unix/tkUnixButton.c (TkpDrawCheckIndicator): correct crash + condition for new radio/checkbuttons when colors are exhausted. + [Bug 915330] (griffin) + + * generic/tkGrid.c (GridRowColumnConfigureCommand): fix lint warning + + * generic/tkCanvUtil.c: fix cast warnings + + * generic/tkTextImage.c (EmbImageConfigure): fix casts + + * unix/tkUnixSelect.c (ConvertSelection, TkSelPropProc): fix casts + + * unix/configure, unix/tcl.m4: add -Wno-strict-aliasing for GCC to + suppress useless type puning warnings. + 2004-03-08 David Gravereaux <davygrvy@pobox.com> * win/makefile.vc: |