diff options
author | das <das> | 2008-04-08 15:00:36 (GMT) |
---|---|---|
committer | das <das> | 2008-04-08 15:00:36 (GMT) |
commit | 3cc3f93973c2ef7c8b753e222d3e2012c75e3da7 (patch) | |
tree | 5daaa4e0c9a601e5a0d0ba1d47910a79589a1825 /ChangeLog | |
parent | cf6cbd25cb59c0002784a0a740d36481be63abf8 (diff) | |
download | tk-3cc3f93973c2ef7c8b753e222d3e2012c75e3da7.zip tk-3cc3f93973c2ef7c8b753e222d3e2012c75e3da7.tar.gz tk-3cc3f93973c2ef7c8b753e222d3e2012c75e3da7.tar.bz2 |
* generic/tkDecls.h: make genstubs (genStubs.tcl changes).
* generic/tkIntPlatDecls.h:
* generic/tkIntXlibDecls.h:
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 14 |
1 files changed, 9 insertions, 5 deletions
@@ -1,12 +1,16 @@ +2008-04-08 Daniel Steffen <das@users.sourceforge.net> + + * generic/tkDecls.h: make genstubs (genStubs.tcl changes). + * generic/tkIntDecls.h: + * generic/tkIntPlatDecls.h: + * generic/tkIntXlibDecls.h: + * generic/tkPlatDecls.h: + 2008-04-08 Kevin Kenny <kennykb@acm.org> - * tkDecls.h: Reverted das's change of Tk's stubs pointers - * tkIntDecls.h: from 'extern' to 'EXTERN'. Since the stubs pointer - * tkPlatDecls.h: is always linked statically, its wrong to import - or export it from a DLL, and the change causes - trouble for extensions that build with -DUSE_TK_STUBS. * tkWinEmbed.c: Removed #if 0 code. Trust the revision control system, if you need it again, you can find it. + * tkWinSend.c: Added conditional compilation to silence several compiler warnings. |