Mercurial > hg > octave-nkf
diff scripts/ChangeLog @ 10400:b14fd5116c29
Ensure that 'limits' is a 2 or 4 vector, and that 'fn' is a function
author | Soren Hauberg <hauberg@gmail.com> |
---|---|
date | Fri, 05 Mar 2010 14:29:47 -0800 |
parents | f7cf1a53e1c5 |
children | 6d1e49abf95f |
line wrap: on
line diff
--- a/scripts/ChangeLog +++ b/scripts/ChangeLog @@ -1,3 +1,8 @@ +2010-03-05 Soren Hauberg <hauberg@gmail.com> + + * plot/fplot.m: Ensure that 'limits' is a 2 or 4 vector, and that 'fn' is a + function. + 2010-03-05 Jaroslav Hajek <highegg@gmail.com> * testfun/test.m: Support catching warnings and errors by IDs.