Mercurial > hg > octave-lyh
changeset 5317:1c5fe2690d2c
[project @ 2005-04-28 17:57:29 by jwe]
author | jwe |
---|---|
date | Thu, 28 Apr 2005 17:57:29 +0000 |
parents | aaa6df7aa13a |
children | 9a72639b62a7 |
files | scripts/ChangeLog scripts/statistics/tests/anova.m |
diffstat | 2 files changed, 22 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/scripts/ChangeLog +++ b/scripts/ChangeLog @@ -1,3 +1,24 @@ +2005-04-28 toni saarela <toni.saarela@helsinki.fi> + + * statistics/tests/anova.m: Compute total_mean as mean of all + data, not mean of group_mean. + +2005-04-28 John W. Eaton <jwe@octave.org> + + * startup/local-rcfile: New file. + * startup/main-rcfile: Rename from startup/octaverc. + * startup/Makefile.in (SOURCES): Add inputrc to the list. + (install install-strip): Install main-rcfile in $(fcnfiledir)/startup. + Install local-rcfile in $(localfcnfiledir)/startup. + +2005-04-28 Keith Goodman <kwgoodman@gmail.com> + + * startup/inputrc: New file. + * startup/octaverc: Configure readline using inputrc from + startupfiledir. + * startup/Makefile.in (install, install-strip): Install octaverc + in $(fcnfiledir)/startup. + 2005-04-27 John W. Eaton <jwe@octave.org> * optimization/qp.m: Define n_in after removing -Inf bounds from Ain.