summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorericm <ericm>2000-08-03 21:02:19 (GMT)
committerericm <ericm>2000-08-03 21:02:19 (GMT)
commit028fd3679535d4b97a8f3fa248a61e97249441a5 (patch)
tree5af873be4a2bf0f9e0eef21003893de3571d64bf /ChangeLog
parent0cdb0677540aa8995226f52ec82b9037920b6d29 (diff)
downloadtk-028fd3679535d4b97a8f3fa248a61e97249441a5.zip
tk-028fd3679535d4b97a8f3fa248a61e97249441a5.tar.gz
tk-028fd3679535d4b97a8f3fa248a61e97249441a5.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.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f79d34f..5ae81d7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.