Mercurial > hg > octave-lyh
diff scripts/ChangeLog @ 8189:8e8afefe9466
Remove reliance on ishandle(vec) == false.
author | Ben Abbott <bpabbott@mac.com> |
---|---|
date | Mon, 06 Oct 2008 20:39:44 -0400 |
parents | 946035db5605 |
children | 73d6b71788c0 |
line wrap: on
line diff
--- a/scripts/ChangeLog +++ b/scripts/ChangeLog @@ -1,5 +1,10 @@ 2008-10-06 Ben Abbott <bpabbott@mac.com> + * plot/orient.m: Figure handle must be scalar. + * plot/hold.m: Axis handle must be scalar. + * plot/axes.m: Axis handle must be scalar. + * plot/__plt_get_axis_arg__.m: Handle must be scalar. + * miscellaneous/delete.m: Permit a vector of handles to be deleted. 2008-10-02 John W. Eaton <jwe@octave.org>