diff options
author | nijtmans <nijtmans> | 2009-06-27 19:53:16 (GMT) |
---|---|---|
committer | nijtmans <nijtmans> | 2009-06-27 19:53:16 (GMT) |
commit | 4afddf85cdfd287a1e6d5d70a087a4b0f8853b81 (patch) | |
tree | 4de059e3eb060c0dd51ade548cc53b8de96831ef /ChangeLog | |
parent | 22922bbd6ffb30b159c0c8e9f9b9896736dab174 (diff) | |
download | tk-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-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 |