summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorhobbs <hobbs>2004-03-16 19:55:02 (GMT)
committerhobbs <hobbs>2004-03-16 19:55:02 (GMT)
commita69b5b4fefe30134396d6269d0eca5fff4ba8500 (patch)
tree79182f00af4a2c19cc4fe1cbd8f3af2e851d0c87 /ChangeLog
parent826320aef91bdc7dcc8b0effa68677c7db2ceb39 (diff)
downloadtk-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--ChangeLog17
1 files changed, 17 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5c8d5da..3a3ab1a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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: