diff options
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 |