summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJoe Mistachkin <joe@mistachkin.com>2009-11-02 04:43:26 (GMT)
committerJoe Mistachkin <joe@mistachkin.com>2009-11-02 04:43:26 (GMT)
commit2193dc0fe95f1b7b0b072e048b11f73a0844059f (patch)
treeeb664725ea3997496a5315d59c379cffbc0d9cc7 /ChangeLog
parent7c675582bbdc2db1dc260e3988ba15e6d05c23b6 (diff)
downloadtk-2193dc0fe95f1b7b0b072e048b11f73a0844059f.zip
tk-2193dc0fe95f1b7b0b072e048b11f73a0844059f.tar.gz
tk-2193dc0fe95f1b7b0b072e048b11f73a0844059f.tar.bz2
Fix for [Bug 1739613]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b84682b..1f91197 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2009-11-01 Joe Mistachkin <joe@mistachkin.com>
+ * win/tkWinButton.c: [Bug 1739613]: The default width being stored
+ in TSD cannot be put into the process-wide options table. This fix
+ allocates storage for the default width from the heap and frees it
+ using an exit handler.
+
+2009-11-01 Joe Mistachkin <joe@mistachkin.com>
+
* doc/loadTk.n: minor fix for htmlhelp target.
2009-11-01 Joe English <jenglish@users.sourceforge.net>