summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
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.