diff options
author | ericm <ericm> | 2000-08-08 19:21:18 (GMT) |
---|---|---|
committer | ericm <ericm> | 2000-08-08 19:21:18 (GMT) |
commit | 33dfdb962c35a1f9a9c1b61e10ab8bd93b1704b6 (patch) | |
tree | 2a6d14dee1938780ae6220656dce380c37b42e99 /ChangeLog | |
parent | d6e970588203e0065e68d0d64c1bf8ebadc8397c (diff) | |
download | tk-33dfdb962c35a1f9a9c1b61e10ab8bd93b1704b6.zip tk-33dfdb962c35a1f9a9c1b61e10ab8bd93b1704b6.tar.gz tk-33dfdb962c35a1f9a9c1b61e10ab8bd93b1704b6.tar.bz2 |
* tests/place.test: Extended test suite to test error returns from
[place].
* generic/tkInt.h: Replaced Tk_PlaceCmd prototype with
Tk_PlaceObjCmd prototype.
* generic/tkWindow.c: Updated [place] command entry to use new
Tcl_Obj interface.
* generic/tkPlace.c (Tk_PlaceObjCmd): Tcl_Obj'ified [place] command.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -1,3 +1,16 @@ +2000-08-08 Eric Melski <ericm@ajubasolutions.com> + + * tests/place.test: Extended test suite to test error returns from + [place]. + + * generic/tkInt.h: Replaced Tk_PlaceCmd prototype with + Tk_PlaceObjCmd prototype. + + * generic/tkWindow.c: Updated [place] command entry to use new + Tcl_Obj interface. + + * generic/tkPlace.c (Tk_PlaceObjCmd): Tcl_Obj'ified [place] command. + 2000-08-07 Eric Melski <ericm@ajubasolutions.com> * generic/tkWindow.c: Updated [selection] command entry to use |