summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordavygrvy <davygrvy>2002-12-27 23:43:38 (GMT)
committerdavygrvy <davygrvy>2002-12-27 23:43:38 (GMT)
commit5765ca0d5beb52496528ec6fc4da96dcee1d9f3d (patch)
tree1a85d14fa88f0404cae9ba833d4de8127ca466d6 /ChangeLog
parent9c5a098a155068a728d1af4451ec854dacfd071f (diff)
downloadtk-5765ca0d5beb52496528ec6fc4da96dcee1d9f3d.zip
tk-5765ca0d5beb52496528ec6fc4da96dcee1d9f3d.tar.gz
tk-5765ca0d5beb52496528ec6fc4da96dcee1d9f3d.tar.bz2
ANSI unfriendly typedef for TkTextBTree repaired for C++ compilers.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c3c99d2..2381229 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2002-12-27 David Gravereaux <davygrvy@pobox.com>
+
+ * generic/tkText.h: ANSI unfriendly typedef for TkTextBTree
+ repaired for C++ compilers.
+
2002-12-27 Joe English <jenglish@users.sourceforge.net>
* unix/tkUnixWm.c (WaitForEvent): process Map and Unmap events
as well as Configure events during WaitFor{Configure|Map}Notify.