comparison src/ChangeLog @ 7283:a1fdd4dabefb

[project @ 2007-12-10 23:13:13 by jwe]
author jwe
date Mon, 10 Dec 2007 23:13:13 +0000
parents 72b5e1701da2
children c8d362c69013
comparison
equal deleted inserted replaced
7282:30100a15625c 7283:a1fdd4dabefb
1 2007-12-10 John W. Eaton <jwe@octave.org> 1 2007-12-10 John W. Eaton <jwe@octave.org>
2 2
3 * DLD-FUNCTIONS/fsolve.cc (Ffsolve): 3 * DLD-FUNCTIONS/fsolve.cc (Ffsolve):
4 For compatibility, return [x, fval, info] instead of [x, info, msg]. 4 For compatibility, return [x, fval, info] instead of [x, info, msg].
5 Move tests here from test/test_nonlin.m. 5 Move tests here from test/test_nonlin.m.
6
7 2007-12-10 David Bateman <dbateman@free.fr>
8
9 * graphics.h.in (data_property::data): Declare as NDArray instead
10 of Matrix. Change all uses.
11
12 2007-12-10 John W. Eaton <jwe@octave.org>
13 6
14 * OPERATORS/op-cm-s.cc: Define function for el_mul with 7 * OPERATORS/op-cm-s.cc: Define function for el_mul with
15 DEFNDBINOP_OP, not DEFBINOP_OP. 8 DEFNDBINOP_OP, not DEFBINOP_OP.
16 9
17 * OPERATORS/op-s-cm.cc: Define functions for el_and and el_or 10 * OPERATORS/op-s-cm.cc: Define functions for el_and and el_or
26 * help.cc (Flookfor): Avoid doubling directory separator. 19 * help.cc (Flookfor): Avoid doubling directory separator.
27 * dirfns.cc (Fmkdir): Likewise. 20 * dirfns.cc (Fmkdir): Likewise.
28 21
29 * pt-mat.cc (tree_matrix::rvalue): Produce sq_string if any 22 * pt-mat.cc (tree_matrix::rvalue): Produce sq_string if any
30 strings are sq_string objects. 23 strings are sq_string objects.
24
25 2007-12-10 David Bateman <dbateman@free.fr>
26
27 * graphics.h.in (data_property::data): Declare as NDArray instead
28 of Matrix. Change all uses.
29
30 2007-12-10 Shai Ayal <shaiay@users.sourceforge.net>
31
32 * graphics.h.in (class figure) Add the color property.
33 * graphics.cc (class figure) Ditto.
31 34
32 2007-12-07 David Bateman <dbateman@free.fr> 35 2007-12-07 David Bateman <dbateman@free.fr>
33 36
34 * data.cc (Fnorm): Don't return a scalar stored as a sparse 37 * data.cc (Fnorm): Don't return a scalar stored as a sparse
35 matrix. Convert it to a scalar. 38 matrix. Convert it to a scalar.