Mercurial > hg > octave-nkf
changeset 3035:882b6ea36be6
[project @ 1997-06-05 21:35:44 by jwe]
author | jwe |
---|---|
date | Thu, 05 Jun 1997 21:35:44 +0000 |
parents | ad0e94b6784c |
children | b8c5ded2751f |
files | NEWS |
diffstat | 1 files changed, 24 insertions(+), 17 deletions(-) [+] |
line wrap: on
line diff
--- a/NEWS +++ b/NEWS @@ -1,22 +1,6 @@ -Summary of changes for version 2.0.6: +Summary of changes for version 2.1.x: ------------------------------------ - This is primarily a bug-fixing release. There are only a few new - user-visible features. - - * The new built-in variable default_eval_print_flag controls whether - Octave prints the results of commands executed by eval() that do - not end with semicolons. The default is 1. - - * The new built-in constant OCTAVE_HOME specifies the top-level - directory where Octave is installed. - - * Octave no longer includes functions to work with NPSOL or QPSOL, - because they are not free software. - -Summary of changes since version 2.0.5: --------------------------------------- - * Octave's expression parser is more general and consistent. It is now possible to access structure elements and index arbitrary values. For example, expressions like @@ -169,6 +153,29 @@ * New configure option, --enable-readline. + * New configure option, --enable-static. + +Summary of changes for version 2.0.7: +------------------------------------ + + This is a bug-fixing release. There are no new user-visible features. + +Summary of changes for version 2.0.6: +------------------------------------ + + This is primarily a bug-fixing release. There are only a few new + user-visible features. + + * The new built-in variable default_eval_print_flag controls whether + Octave prints the results of commands executed by eval() that do + not end with semicolons. The default is 1. + + * The new built-in constant OCTAVE_HOME specifies the top-level + directory where Octave is installed. + + * Octave no longer includes functions to work with NPSOL or QPSOL, + because they are not free software. + Summary of changes for version 2.0.5: ------------------------------------