summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorericm <ericm>2000-08-04 00:46:32 (GMT)
committerericm <ericm>2000-08-04 00:46:32 (GMT)
commite362ccb25a38008c0f631717e1cc8c73b7987b84 (patch)
treefde6063717a4670883cc80b3f9ffd34b2c3d3cbb /ChangeLog
parentdf81a224e1174214893a5a153dbafccc832ad1c3 (diff)
downloadtk-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--ChangeLog19
1 files changed, 15 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 609dfb5..3a9e318 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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