Mercurial > hg > octave-nkf
diff NEWS @ 3105:f936c7f5074f
[project @ 1997-11-19 04:36:17 by jwe]
author | jwe |
---|---|
date | Wed, 19 Nov 1997 04:37:56 +0000 |
parents | 882b6ea36be6 |
children | a8dcfbf87ea3 |
line wrap: on
line diff
--- a/NEWS +++ b/NEWS @@ -151,6 +151,12 @@ * Structure elements completion on the command line actually works now. + * The new built-in variable `fixed_point_format' controls whether + Octave uses a scaled fixed-point format for displaying matrices. + The default value is 0 unless you use --traditional. + + * The function sumsq now computes sum (x .* conj (x)) for complex values. + * New configure option, --enable-readline. * New configure option, --enable-static.