comparison scripts/ChangeLog @ 5317:1c5fe2690d2c

[project @ 2005-04-28 17:57:29 by jwe]
author jwe
date Thu, 28 Apr 2005 17:57:29 +0000
parents 2fbcdc356fc7
children 9a72639b62a7
comparison
equal deleted inserted replaced
5316:aaa6df7aa13a 5317:1c5fe2690d2c
1 2005-04-28 toni saarela <toni.saarela@helsinki.fi>
2
3 * statistics/tests/anova.m: Compute total_mean as mean of all
4 data, not mean of group_mean.
5
6 2005-04-28 John W. Eaton <jwe@octave.org>
7
8 * startup/local-rcfile: New file.
9 * startup/main-rcfile: Rename from startup/octaverc.
10 * startup/Makefile.in (SOURCES): Add inputrc to the list.
11 (install install-strip): Install main-rcfile in $(fcnfiledir)/startup.
12 Install local-rcfile in $(localfcnfiledir)/startup.
13
14 2005-04-28 Keith Goodman <kwgoodman@gmail.com>
15
16 * startup/inputrc: New file.
17 * startup/octaverc: Configure readline using inputrc from
18 startupfiledir.
19 * startup/Makefile.in (install, install-strip): Install octaverc
20 in $(fcnfiledir)/startup.
21
1 2005-04-27 John W. Eaton <jwe@octave.org> 22 2005-04-27 John W. Eaton <jwe@octave.org>
2 23
3 * optimization/qp.m: Define n_in after removing -Inf bounds from Ain. 24 * optimization/qp.m: Define n_in after removing -Inf bounds from Ain.
4 25
5 2005-04-21 John W. Eaton <jwe@octave.org> 26 2005-04-21 John W. Eaton <jwe@octave.org>