diff options
author | ericm <ericm@noemail.net> | 2000-08-03 21:02:19 (GMT) |
---|---|---|
committer | ericm <ericm@noemail.net> | 2000-08-03 21:02:19 (GMT) |
commit | c5e11f8dc12919b9034d1e466fd731fa17ce95d0 (patch) | |
tree | 5af873be4a2bf0f9e0eef21003893de3571d64bf /ChangeLog | |
parent | 96de7fd1aa5ce7dcd4868b91ba15859e6a0cbbb1 (diff) | |
download | tk-c5e11f8dc12919b9034d1e466fd731fa17ce95d0.zip tk-c5e11f8dc12919b9034d1e466fd731fa17ce95d0.tar.gz tk-c5e11f8dc12919b9034d1e466fd731fa17ce95d0.tar.bz2 |
* generic/tkInt.h: Replace Tk_BindCmd prototype with
Tk_BindObjCmd prototype.
* generic/tkWindow.c: Updated "bind" command entry to use
Tcl_Obj'ified command.
* generic/tkCmds.c (Tk_BindObjCmd): Tcl_Obj'ified [bind] command.
FossilOrigin-Name: 30698c56dc85982af1fda753f98c2a425a179124
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,5 +1,13 @@ 2000-08-03 Eric Melski <ericm@ajubasolutions.com> + * generic/tkInt.h: Replace Tk_BindCmd prototype with + Tk_BindObjCmd prototype. + + * generic/tkWindow.c: Updated "bind" command entry to use + Tcl_Obj'ified command. + + * generic/tkCmds.c (Tk_BindObjCmd): Tcl_Obj'ified [bind] command. + * tests/bind.test: Tweaked expected error messages for [bindtags] to comply with updated error messages. |