summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordas <das>2008-02-27 00:12:32 (GMT)
committerdas <das>2008-02-27 00:12:32 (GMT)
commit7d088554d32905ccf1b8f98e9082d7d0d49830a8 (patch)
tree71510bf0cb6d538646615e81a600d9c0b2e21663 /ChangeLog
parent6654ca14fff1fe29caf02e626fb790df3104bd91 (diff)
downloadtk-7d088554d32905ccf1b8f98e9082d7d0d49830a8.zip
tk-7d088554d32905ccf1b8f98e9082d7d0d49830a8.tar.gz
tk-7d088554d32905ccf1b8f98e9082d7d0d49830a8.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 734888a..ec64826 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-23 Joe English <jenglish@users.sourceforge.net>
* library/ttk/combobox.tcl, doc/ttk_combobox.n,