summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorericm <ericm>2000-08-07 21:49:15 (GMT)
committerericm <ericm>2000-08-07 21:49:15 (GMT)
commitf8f2b7eabba7d0eb1f588b09bbc9c4c0521f21ef (patch)
treea551a35deb26a51e03dd25d179cef33971158fcf /ChangeLog
parent123abb82c44a1c5eaaa8c21cf24b24f251077a48 (diff)
downloadtk-f8f2b7eabba7d0eb1f588b09bbc9c4c0521f21ef.zip
tk-f8f2b7eabba7d0eb1f588b09bbc9c4c0521f21ef.tar.gz
tk-f8f2b7eabba7d0eb1f588b09bbc9c4c0521f21ef.tar.bz2
* 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.
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";