summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorericm <ericm>2000-08-03 21:14:29 (GMT)
committerericm <ericm>2000-08-03 21:14:29 (GMT)
commitdf81a224e1174214893a5a153dbafccc832ad1c3 (patch)
tree17251d727ff49968ee4e8794da8fbf390ccecdec /ChangeLog
parent028fd3679535d4b97a8f3fa248a61e97249441a5 (diff)
downloadtk-df81a224e1174214893a5a153dbafccc832ad1c3.zip
tk-df81a224e1174214893a5a153dbafccc832ad1c3.tar.gz
tk-df81a224e1174214893a5a153dbafccc832ad1c3.tar.bz2
* generic/tkInt.h: Removed Tk_AfterCmd function prototype; the
function does not exist (since 7.4p3). * generic/tk.h: Removed Tk_AfterCmd => Tcl_AfterCmd #define; nothing in the core uses it, and Tcl_AfterCmd doesn't exist anymore anyway.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5ae81d7..609dfb5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
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/tk.h: Removed Tk_AfterCmd => Tcl_AfterCmd #define;
+ nothing in the core uses it, and Tcl_AfterCmd doesn't exist
+ anymore anyway.
+
* generic/tkInt.h: Replace Tk_BindCmd prototype with
Tk_BindObjCmd prototype.