diff options
author | ericm <ericm> | 2000-08-03 21:14:29 (GMT) |
---|---|---|
committer | ericm <ericm> | 2000-08-03 21:14:29 (GMT) |
commit | df81a224e1174214893a5a153dbafccc832ad1c3 (patch) | |
tree | 17251d727ff49968ee4e8794da8fbf390ccecdec /ChangeLog | |
parent | 028fd3679535d4b97a8f3fa248a61e97249441a5 (diff) | |
download | tk-df81a224e1174214893a5a153dbafccc832ad1c3.zip tk-df81a224e1174214893a5a153dbafccc832ad1c3.tar.gz tk-df81a224e1174214893a5a153dbafccc832ad1c3.tar.bz2 |
* generic/tkInt.h: Removed Tk_AfterCmd function prototype; the
function does not exist (since 7.4p3).
* generic/tk.h: Removed Tk_AfterCmd => Tcl_AfterCmd #define;
nothing in the core uses it, and Tcl_AfterCmd doesn't exist
anymore anyway.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,5 +1,12 @@ 2000-08-03 Eric Melski <ericm@ajubasolutions.com> + * generic/tkInt.h: Removed Tk_AfterCmd function prototype; the + function does not exist (since 7.4p3). + + * generic/tk.h: Removed Tk_AfterCmd => Tcl_AfterCmd #define; + nothing in the core uses it, and Tcl_AfterCmd doesn't exist + anymore anyway. + * generic/tkInt.h: Replace Tk_BindCmd prototype with Tk_BindObjCmd prototype. |