comparison scripts/ChangeLog @ 7285:c8d362c69013

[project @ 2007-12-11 01:54:19 by jwe]
author jwe
date Tue, 11 Dec 2007 01:54:19 +0000
parents 30100a15625c
children c0c6aa5afff4
comparison
equal deleted inserted replaced
7284:a239de118fa6 7285:c8d362c69013
3 * plot/sombrero.m, plot/peaks.m: Use surf instead of mesh. 3 * plot/sombrero.m, plot/peaks.m: Use surf instead of mesh.
4 4
5 * general/issymmetric.m: Use ' instead of .' for compatibility 5 * general/issymmetric.m: Use ' instead of .' for compatibility
6 with previous versions of Octave. 6 with previous versions of Octave.
7 * general/ishermitian.m: Delete. 7 * general/ishermitian.m: Delete.
8 * general/Makefile.in (SOURCES): Remove ishermitian.m from the list.
8 9
9 * plot/fplot.m: In N is not specified, increase initial number of 10 * plot/fplot.m: In N is not specified, increase initial number of
10 points from 3 and 5 to 5 and 8. 11 points from 3 and 5 to 5 and 8.
11 12
12 * signal/detrend.m: Move tests here from test/test_signal.m. 13 * signal/detrend.m: Move tests here from test/test_signal.m.