Mercurial > hg > octave-lyh
diff scripts/ChangeLog @ 8610:85c9906abfd1
use endif and endfor instead of end
author | John W. Eaton <jwe@octave.org> |
---|---|
date | Tue, 27 Jan 2009 23:17:37 -0500 |
parents | fcf762ba66cf |
children | 20d23d65cc84 |
line wrap: on
line diff
--- a/scripts/ChangeLog +++ b/scripts/ChangeLog @@ -1,5 +1,9 @@ 2009-01-27 John W. Eaton <jwe@octave.org> + * general/arrayfun.m, image/imwrite.m, plot/axis.m, plot/clf.m, + plot/ribbon.m, plot/gnuplot_drawnow.m, plot/cla.m, set/unique.m: + Use endif or endfor instead of "end". + * path/savepath.m: Call command_line_path instead of commandlinepath. 2009-01-27 Jason Riedy <jason@acm.org>