diff options
author | jenglish <jenglish@flightlab.com> | 2004-01-31 20:27:52 (GMT) |
---|---|---|
committer | jenglish <jenglish@flightlab.com> | 2004-01-31 20:27:52 (GMT) |
commit | 5a4965f1fbe6901da747bcb0653fb0280088417f (patch) | |
tree | f24ecb59524780df3aff8fc9906c4a7c7905d4df /ChangeLog | |
parent | b943941ae6c6a3b3fbfdae1ee6faeaa1c2935dc6 (diff) | |
download | tk-5a4965f1fbe6901da747bcb0653fb0280088417f.zip tk-5a4965f1fbe6901da747bcb0653fb0280088417f.tar.gz tk-5a4965f1fbe6901da747bcb0653fb0280088417f.tar.bz2 |
Replaced TclpGetTime() with Tcl_GetTime(), to remove
dependency on tclInt.h [Bug 874745].
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2003-01-31 Joe English <jenglish@users.sourceforge.net> + * unix/tkUnixWm.c, unix/tkUnixEvent.c: Replaced + TclpGetTime() with Tcl_GetTime(), to remove dependency + on tclInt.h [Bug 874745]. + 2003-01-27 Daniel Steffen <das@users.sourceforge.net> * generic/tkTextIndex.c: added '#include <tclInt.h>' since the |