diff options
author | nijtmans <nijtmans> | 2009-12-02 21:16:43 (GMT) |
---|---|---|
committer | nijtmans <nijtmans> | 2009-12-02 21:16:43 (GMT) |
commit | 0497ee90f268c6a29d29c88057e594fc8a93c487 (patch) | |
tree | e7c6ac83eb26ee8b7f1ff29abc94dd3eefa8e531 /ChangeLog | |
parent | 9d09aa493bc63b125972d889115a22795f8b784a (diff) | |
download | tk-0497ee90f268c6a29d29c88057e594fc8a93c487.zip tk-0497ee90f268c6a29d29c88057e594fc8a93c487.tar.gz tk-0497ee90f268c6a29d29c88057e594fc8a93c487.tar.bz2 |
win/Makefile.in Use tktest86.dll for all tests.
win/tkWinInt.h mark various functions MODULE_SCOPE
generic/tkInt.decls make TkWinChildProc available in private
stub table. [Bug #220600] and [Bug #220690].
generic/tkIntPlatDecls.h (regenerated)
generic/tkStubInit.c (regenerated)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -1,6 +1,12 @@ 2009-12-02 Jan Nijtmans <nijtmans@users.sf.net> * win/configure (regenerated) + * win/Makefile.in Use tktest86.dll for all tests. + * win/tkWinInt.h mark various functions MODULE_SCOPE + * generic/tkInt.decls make TkWinChildProc available in private + stub table. [Bug #220600] and [Bug #220690]. + * generic/tkIntPlatDecls.h (regenerated) + * generic/tkStubInit.c (regenerated) 2009-11-30 Jan Nijtmans <nijtmans@users.sf.net> @@ -9,7 +15,7 @@ 2009-11-29 Jan Nijtmans <nijtmans@users.sf.net> - * generic/tclInt.h Make all internal initialization + * generic/tkInt.h Make all internal initialization * generic/tkTest.c routines MODULE_SCOPE * generic/tkOldTest.c * generic/tkSquare.c |