diff options
author | ericm <ericm> | 2000-08-02 01:33:32 (GMT) |
---|---|---|
committer | ericm <ericm> | 2000-08-02 01:33:32 (GMT) |
commit | bdfa3563eabe397a3da9e5701def943cf044c85d (patch) | |
tree | f3a397163c2672f471105a39736bf0ec4c3efa73 /ChangeLog | |
parent | 8f8cdccd5ae74a53f74f32b1c0b68ef6a201fcb4 (diff) | |
download | tk-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-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -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. |