summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorhobbs <hobbs>2005-10-10 21:20:58 (GMT)
committerhobbs <hobbs>2005-10-10 21:20:58 (GMT)
commit33189491c7086c538aa840c37a4c4f967926c7b2 (patch)
tree7f566011dc8173cd4467caaf9bf000fe0d07e9ab /ChangeLog
parent7e733ab325057aac1e7d23f4e6dda37e65bce9d2 (diff)
downloadtk-33189491c7086c538aa840c37a4c4f967926c7b2.zip
tk-33189491c7086c538aa840c37a4c4f967926c7b2.tar.gz
tk-33189491c7086c538aa840c37a4c4f967926c7b2.tar.bz2
* generic/tkConfig.c (Tk_DeleteOptionTable, Tk_CreateOptionTable):
properly alloc/delete one more option. [Bug 1319720] (melbardis)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 52c4921..fb45804 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2005-10-10 Jeff Hobbs <jeffh@ActiveState.com>
+ * generic/tkConfig.c (Tk_DeleteOptionTable, Tk_CreateOptionTable):
+ properly alloc/delete one more option. [Bug 1319720] (melbardis)
+
* macosx/tkMacOSXInt.h: Move MODULE_SCOPE defn to tkInt.h and add
* generic/tkInt.h: WORDS_BIGENDIAN checks that will work with
OS X universal binary compiles. (steffen)