comparison scripts/ChangeLog @ 4478:7afd4bf05aa8

[project @ 2003-07-30 19:15:31 by jwe]
author jwe
date Wed, 30 Jul 2003 19:15:31 +0000
parents b7360f8eb035
children 96a25f032846
comparison
equal deleted inserted replaced
4477:87c2e107f811 4478:7afd4bf05aa8
1 2003-07-30 John W. Eaton <jwe@bevo.che.wisc.edu> 1 2003-07-30 John W. Eaton <jwe@bevo.che.wisc.edu>
2
3 * linear-algebra/cond.m: Behave as though old built-in variable
4 propagate_empty_matrices is always 1. Also handle empty matrices
5 with one non-zero dimension.
2 6
3 * miscellaneous/dump_prefs.m: Add warn_separator_insert and 7 * miscellaneous/dump_prefs.m: Add warn_separator_insert and
4 warn_single_quote_string to the list. 8 warn_single_quote_string to the list.
5 Delete whitespace_in_literal_matrix from the list. 9 Delete whitespace_in_literal_matrix and propagate_empty_matrices
10 from the list.
6 11
7 2003-07-25 Paul Kienzle <pkienzle@users.sf.net> 12 2003-07-25 Paul Kienzle <pkienzle@users.sf.net>
8 13
9 * signal/autocov.m: Transpose result of conj because diag returns 14 * signal/autocov.m: Transpose result of conj because diag returns
10 a column vector, not a row vector. 15 a column vector, not a row vector.