summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorericm <ericm>2000-08-02 01:33:32 (GMT)
committerericm <ericm>2000-08-02 01:33:32 (GMT)
commitbdfa3563eabe397a3da9e5701def943cf044c85d (patch)
treef3a397163c2672f471105a39736bf0ec4c3efa73 /ChangeLog
parent8f8cdccd5ae74a53f74f32b1c0b68ef6a201fcb4 (diff)
downloadtk-bdfa3563eabe397a3da9e5701def943cf044c85d.zip
tk-bdfa3563eabe397a3da9e5701def943cf044c85d.tar.gz
tk-bdfa3563eabe397a3da9e5701def943cf044c85d.tar.bz2
* generic/tkInt.h: Replaced prototype for Tk_MessageCmd with
prototype for Tk_MessageObjCmd. * generic/tkWindow.c: Marked message command as using the new MessageObjCmd instead of the old MessageCmd. * tests/message.test: Added tests for the message widget. * generic/tkMessage.c: Obj'ified the message widget. * generic/tkInt.h: Removed prototype for Tk_ClipboardCmd, added prototype for Tk_ClipboardObjCmd. * generic/tkWindow.c: Updated function pointers for clipboard command to use Tcl_Obj version.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index cf2e0ee..e8af9bb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,15 @@
2000-08-01 Eric Melski <ericm@ajubasolutions.com>
+ * generic/tkInt.h: Replaced prototype for Tk_MessageCmd with
+ prototype for Tk_MessageObjCmd.
+
+ * generic/tkWindow.c: Marked message command as using the new
+ MessageObjCmd instead of the old MessageCmd.
+
+ * tests/message.test: Added tests for the message widget.
+
+ * generic/tkMessage.c: Obj'ified the message widget.
+
* generic/tkInt.h: Removed prototype for Tk_ClipboardCmd, added
prototype for Tk_ClipboardObjCmd.