summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorhobbs <hobbs>2002-02-02 00:16:05 (GMT)
committerhobbs <hobbs>2002-02-02 00:16:05 (GMT)
commit4ad7f3e495e1d3885d7661ae4cc2ec6cab981bf2 (patch)
treea4d9bce885f6ff7c1b8cce1995066a47ba446ece /ChangeLog
parentd2d161ee40d48496fc6463e64f3ee390ea037dd5 (diff)
downloadtk-4ad7f3e495e1d3885d7661ae4cc2ec6cab981bf2.zip
tk-4ad7f3e495e1d3885d7661ae4cc2ec6cab981bf2.tar.gz
tk-4ad7f3e495e1d3885d7661ae4cc2ec6cab981bf2.tar.bz2
* generic/tkCmds.c (Tk_TkObjCmd): don't use 'bool' as an arg as it
conflicts with the C99 spec. [Bug #511956] (ingham)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f6b2858..0a83131 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2002-02-01 Jeff Hobbs <jeffh@ActiveState.com>
+
+ * generic/tkCmds.c (Tk_TkObjCmd): don't use 'bool' as an arg as it
+ conflicts with the C99 spec. [Bug #511956] (ingham)
+
2002-02-01 David Gravereaux <davygrvy@pobox.com>
* win/makefile.vc: unset macro located in the tktest target