comparison scripts/ChangeLog @ 5610:9761b7d24e9e

[project @ 2006-02-09 09:12:02 by dbateman]
author dbateman
date Thu, 09 Feb 2006 09:12:03 +0000
parents 5b80eaa366c1
children 691de3e3c2f8
comparison
equal deleted inserted replaced
5609:bf96b0f9dbd7 5610:9761b7d24e9e
1 2006-02-09 David Bateman <dbateman@free.fr>
2
3 * general/triu.m: Minimum change to allow sparse matrix. More needed
4 for arbitrary user type.
5 * general/tril.m: ditto.
6 * sparse/sprand.m : Doc fix.
7 * sparse/sprandn.m: Ditto.
8 * sparse/sprandsym.m: New function.
9 * audio/setaudio.m, general/cart2pol.m, general/cart2sph.m,
10 general/pol2cart.m, general/sph2cart.m, signal/freqz_plot.m:
11 Update for syntax error for latest texinfo.tex file.
12
1 2006-02-02 John W. Eaton <jwe@octave.org> 13 2006-02-02 John W. Eaton <jwe@octave.org>
2 14
3 * plot/grid.m: Append ";\n" to "set grid" command. 15 * plot/grid.m: Append ";\n" to "set grid" command.
4 16
5 2006-02-02 A S Hodel <hodelas@auburn.edu> 17 2006-02-02 A S Hodel <hodelas@auburn.edu>