summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornijtmans <nijtmans>2009-06-27 19:53:16 (GMT)
committernijtmans <nijtmans>2009-06-27 19:53:16 (GMT)
commit4afddf85cdfd287a1e6d5d70a087a4b0f8853b81 (patch)
tree4de059e3eb060c0dd51ade548cc53b8de96831ef /ChangeLog
parent22922bbd6ffb30b159c0c8e9f9b9896736dab174 (diff)
downloadtk-4afddf85cdfd287a1e6d5d70a087a4b0f8853b81.zip
tk-4afddf85cdfd287a1e6d5d70a087a4b0f8853b81.tar.gz
tk-4afddf85cdfd287a1e6d5d70a087a4b0f8853b81.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.
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--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e77fd48..693f3ff 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2009-06-27 Jan Nijtmans <nijtmans@users.sf.net>
+
+ * generic/tkInt.decls (Tk(Orient|Smooth)(Parse|Print)Proc):
+ Backport [Bug 2804935]: Expose these functions through
+ the internal stub table as they are useful to existing third-party code.
+
2009-06-23 Jan Nijtmans <nijtmans@users.sf.net>
* generic/tkCanvUtil.c fix [Bug #220935] canvas dash update problem