comparison scripts/ChangeLog @ 4898:8fd9495f5054

[project @ 2004-06-04 13:29:33 by jwe]
author jwe
date Fri, 04 Jun 2004 13:29:34 +0000
parents 89eee52fd4c7
children cf470c996819
comparison
equal deleted inserted replaced
4897:89eee52fd4c7 4898:8fd9495f5054
1 2004-06-04 Paul Kienzle <pkienzle@users.sf.net>
2
3 * plot/errorbar.m: Remove debugging output.
4
5 2004-06-03 Stefan van der Walt <stefan@sun.ac.za>
6
7 * plot/__pltopt__.m: Properly escape @ symbols in doc string.
8
1 2004-06-03 Paul Kienzle <pkienzle@users.sf.net> 9 2004-06-03 Paul Kienzle <pkienzle@users.sf.net>
10
11 * deprecated/com2str.m: Include 'i' suffix for pure imaginary numbers.
12
13 * polynomial/polyout.m: Use parenthesis if necessary around
14 complex polynomial coefficient.
2 15
3 * plot/__errcomm__.m, plot/__errplot__.m: Simplify code and fix 16 * plot/__errcomm__.m, plot/__errplot__.m: Simplify code and fix
4 the bug which causes __errplot__ to ignore the last argument. 17 the bug which causes __errplot__ to ignore the last argument.
5 18
6 2004-06-03 David Bateman <dbateman@free.fr> 19 2004-06-03 David Bateman <dbateman@free.fr>