diff options
author | ericm <ericm> | 2000-08-03 20:36:15 (GMT) |
---|---|---|
committer | ericm <ericm> | 2000-08-03 20:36:15 (GMT) |
commit | 0cdb0677540aa8995226f52ec82b9037920b6d29 (patch) | |
tree | ff2867076396bc073331bbed420d5ef47e09b88e /ChangeLog | |
parent | 7d67184a277c2923bc3f951b256ad643113c6a8e (diff) | |
download | tk-0cdb0677540aa8995226f52ec82b9037920b6d29.zip tk-0cdb0677540aa8995226f52ec82b9037920b6d29.tar.gz tk-0cdb0677540aa8995226f52ec82b9037920b6d29.tar.bz2 |
* tests/bind.test: Tweaked expected error messages for [bindtags]
to comply with updated error messages.
* generic/tkMenu.c (CloneMenu): Replaced calls to Tk_BindtagsCmd
with equivalent calls to Tk_BindtagsObjCmd.
* generic/tkInt.h: Replace Tk_BindtagsCmd prototype with
Tk_BindtagsObjCmd prototype.
* generic/tkWindow.c: Updated "bindtags" command entry to use
Tcl_Obj'ified command.
* generic/tkCmds.c (Tk_BindtagsObjCmd): Tcl_Obj'ified [bindtags]
command.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
@@ -1,3 +1,20 @@ +2000-08-03 Eric Melski <ericm@ajubasolutions.com> + + * tests/bind.test: Tweaked expected error messages for [bindtags] + to comply with updated error messages. + + * generic/tkMenu.c (CloneMenu): Replaced calls to Tk_BindtagsCmd + with equivalent calls to Tk_BindtagsObjCmd. + + * generic/tkInt.h: Replace Tk_BindtagsCmd prototype with + Tk_BindtagsObjCmd prototype. + + * generic/tkWindow.c: Updated "bindtags" command entry to use + Tcl_Obj'ified command. + + * generic/tkCmds.c (Tk_BindtagsObjCmd): Tcl_Obj'ified [bindtags] + command. + 2000-08-02 Eric Melski <ericm@ajubasolutions.com> * generic/tkCmds.c (Tk_TkwaitObjCmd): Tcl_Obj'ified [tkwait] command. |