diff options
author | dgp <dgp@users.sourceforge.net> | 2005-09-28 18:31:57 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2005-09-28 18:31:57 (GMT) |
commit | 242ca27e8759537c7fe5c640c66084aee13fc51f (patch) | |
tree | be807328b612492b3c2370bd43c69bb8a2a3d2aa /ChangeLog | |
parent | cf7a15b4c3e49dc9076c2c8fb3e80f179928946d (diff) | |
download | tk-242ca27e8759537c7fe5c640c66084aee13fc51f.zip tk-242ca27e8759537c7fe5c640c66084aee13fc51f.tar.gz tk-242ca27e8759537c7fe5c640c66084aee13fc51f.tar.bz2 |
* unix/tkUnixPort.h: Disabled inclusion of the private Tcl header
* win/tkWinPort.h: file tclInt.h. Tk ought to have a tiny and
shrinking number of calls of private Tcl routines. Each Tk source
file doing this should follow the convention in the macosx port and
have its own #include "tclInt.h".
* generic/tkEvent.c: Disabled calls to private Tcl routine
TclInExit(). See comment in TkCreateExitHandler() for full rationale.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,3 +1,14 @@ +2005-09-28 Don Porter <dgp@users.sourceforge.net> + + * unix/tkUnixPort.h: Disabled inclusion of the private Tcl header + * win/tkWinPort.h: file tclInt.h. Tk ought to have a tiny and + shrinking number of calls of private Tcl routines. Each Tk source + file doing this should follow the convention in the macosx port and + have its own #include "tclInt.h". + + * generic/tkEvent.c: Disabled calls to private Tcl routine + TclInExit(). See comment in TkCreateExitHandler() for full rationale. + 2005-09-21 Donal K. Fellows <donal.k.fellows@manchester.ac.uk> * generic/tkEvent.c (TkCreateThreadExitHandler, TkFinalizeThread) |