summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordas <das>2008-02-27 00:12:50 (GMT)
committerdas <das>2008-02-27 00:12:50 (GMT)
commit272d56b4d4d87fc6632e541053a413515fc4821c (patch)
treeb268bdf707ff430c2192b4226e40b6a35337f026 /ChangeLog
parent29f91ab2655696f677e223d4900ce0aee97968a9 (diff)
downloadtk-272d56b4d4d87fc6632e541053a413515fc4821c.zip
tk-272d56b4d4d87fc6632e541053a413515fc4821c.tar.gz
tk-272d56b4d4d87fc6632e541053a413515fc4821c.tar.bz2
* macosx/tkMacOSXDraw.c: workaround leak in Carbon SetPortPenPixPat()
API [Bug 1863346]; avoid repeated PixPat allocation/deallocation.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 37456c5..75e9327 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-02-27 Daniel Steffen <das@users.sourceforge.net>
+
+ * macosx/tkMacOSXDraw.c: workaround leak in Carbon SetPortPenPixPat()
+ API [Bug 1863346]; avoid repeated PixPat allocation/deallocation.
+
2008-02-06 Don Porter <dgp@users.sourceforge.net>
*** 8.4.18 TAGGED FOR RELEASE ***