summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornijtmans <nijtmans>2009-06-27 19:33:35 (GMT)
committernijtmans <nijtmans>2009-06-27 19:33:35 (GMT)
commite4a87c21cb59539eeddcc65d359e9b06d597fed3 (patch)
treec6fbb61aa54a9cdd8851f9a3d4e0b16392f5a387 /ChangeLog
parent501fcd66876991e90384cad2039ec6ee83d3c485 (diff)
downloadtk-e4a87c21cb59539eeddcc65d359e9b06d597fed3.zip
tk-e4a87c21cb59539eeddcc65d359e9b06d597fed3.tar.gz
tk-e4a87c21cb59539eeddcc65d359e9b06d597fed3.tar.bz2
Expose TkSmooth(Parse|Print)Proc through the internal stub table. It was the last set of internal function of this type which was not exposed yet.macosx_cocoa_premerge
Removed TkTile(Parse|Print)Proc from tkInt.h, because they don't exist. Follow-up to [Bug 2804935], now all Tk*(Parse|Print)Proc functions are exposed through the internal stub table.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 8 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 08d35c3..64926b5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2009-06-27 Jan Nijtmans <nijtmans@users.sf.net>
+
+ * generic/tkInt.decls (added TkSmooth(Parse|Print)Proc,
+ removed TkTile(Parse|Print)Proc which don't exist):
+ Follow-up to [Bug 2804935]: Expose these functions through the
+ internal stub table as they are useful to existing third-party code.
+
2009-06-26 Daniel Steffen <das@users.sourceforge.net>
* carbon/ (new directory): copy of current state of 'macosx'
@@ -12,7 +19,7 @@
2009-06-22 Jan Nijtmans <nijtmans@users.sf.net>
- * generic/tkCanvUtil.c fix [Bug #220935] canvas dash update problem
+ * generic/tkCanvUtil.c fix [Bug 220935] canvas dash update problem
2009-06-12 Donal K. Fellows <dkf@users.sf.net>