diff options
author | ericm <ericm> | 2000-08-04 00:46:32 (GMT) |
---|---|---|
committer | ericm <ericm> | 2000-08-04 00:46:32 (GMT) |
commit | e362ccb25a38008c0f631717e1cc8c73b7987b84 (patch) | |
tree | fde6063717a4670883cc80b3f9ffd34b2c3d3cbb /ChangeLog | |
parent | df81a224e1174214893a5a153dbafccc832ad1c3 (diff) | |
download | tk-e362ccb25a38008c0f631717e1cc8c73b7987b84.zip tk-e362ccb25a38008c0f631717e1cc8c73b7987b84.tar.gz tk-e362ccb25a38008c0f631717e1cc8c73b7987b84.tar.bz2 |
* generic/tkWindow.c: Updated "grab" command entry to use
Tcl_Obj'ified command.
* generic/tkInt.h: Replaced Tk_GrabCmd prototype with
Tk_GrabObjCmd prototype.
* tests/grab.test: Initial suite of tests for [grab] command.
* generic/tkGrab.c (Tk_GrabObjCmd): Tcl_Obj'ified [grab] command.
* generic/tkCmds.c: Fixed casting problem in Tk_BindtagsObjCmd.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 19 |
1 files changed, 15 insertions, 4 deletions
@@ -1,10 +1,21 @@ 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/tkWindow.c: Updated "grab" command entry to use + Tcl_Obj'ified command. + + * generic/tkInt.h: Replaced Tk_GrabCmd prototype with + Tk_GrabObjCmd prototype. + + * tests/grab.test: Initial suite of tests for [grab] command. - * generic/tk.h: Removed Tk_AfterCmd => Tcl_AfterCmd #define; - nothing in the core uses it, and Tcl_AfterCmd doesn't exist + * generic/tkGrab.c (Tk_GrabObjCmd): Tcl_Obj'ified [grab] command. + + * generic/tkInt.h: Removed Tk_AfterCmd function prototype; the + function does not exist (since 7.4p3). Cleaned up some line + wrapping. + + * generic/tk.h: Removed "#define Tk_AfterCmd Tcl_AfterCmd"; + nothing in the core uses Tk_AfterCmd, and Tcl_AfterCmd doesn't exist anymore anyway. * generic/tkInt.h: Replace Tk_BindCmd prototype with |