summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog16
1 files changed, 15 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 83b408b..c382ca7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,17 @@
+2000-08-07 Eric Melski <ericm@ajubasolutions.com>
+
+ * generic/tkWindow.c: Updated [selection] command entry to use
+ new Tcl_Obj interface.
+
+ * generic/tkInt.h: Replaced Tk_SelectionCmd prototype with
+ Tk_SelectionObjCmd prototype.
+
+ * tests/select.test: Updated test suite to recognize standardized
+ error messages.
+
+ * generic/tkSelect.c (Tk_SelectionObjCmd): Tcl_Obj'ified
+ [selection] command.
+
2000-08-05 Jeff Hobbs <hobbs@scriptics.com>
* library/safetk.tcl: rationalized the setting of tk_library when
@@ -16,7 +30,7 @@
* generic/tkGrab.c (Tk_GrabObjCmd): Tcl_Obj'ified [grab] command.
* generic/tkInt.h: Removed Tk_AfterCmd function prototype; the
- function does not exist (since 7.4p3). Cleaned up some line
+ function does not exist (since 4.0p3). Cleaned up some line
wrapping.
* generic/tk.h: Removed "#define Tk_AfterCmd Tcl_AfterCmd";