# HG changeset patch # User jwe # Date 857185060 0 # Node ID c05ed7ef4c1a510d6ccbae2199eed20d53183119 # Parent 62dc317d97b970e179550ffdd3c8a8c9b2d6eded [project @ 1997-03-01 02:55:05 by jwe] diff --git a/NEWS b/NEWS --- a/NEWS +++ b/NEWS @@ -1,6 +1,9 @@ Summary of changes for version 2.0.5: ------------------------------------ + * A `switch' statement is now available. See the Statements chapter + in the manual for details. + * Commands like ls, save, and cd may now also be used as formal parameters for functions. diff --git a/doc/ChangeLog b/doc/ChangeLog --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,8 @@ +Fri Feb 28 20:53:40 1997 John W. Eaton + + * texinfo.tex: Update to latest version from Karl Berry, and apply + previous patch too. + Thu Feb 27 03:34:48 1997 John W. Eaton * texinfo.tex (\codeunder): Maybe make it work for @var{} inside diff --git a/liboctave/ChangeLog b/liboctave/ChangeLog --- a/liboctave/ChangeLog +++ b/liboctave/ChangeLog @@ -1,3 +1,17 @@ +Fri Feb 28 20:11:23 1997 John W. Eaton + + * CmplxQR.cc (ComplexQR::init): New function. + (ComplexQR::ComplexQR): Use it. Use initializer list too. + * CmplxQRP.cc (ComplexQRP::init): New function. + Get sizes right in all cases. + (ComplexQR::ComplexQRP): Use it. Use initializer list too. + + * dbleQR.cc (QR::init): New function. + (QR::QR): Use it. Use initializer list too. + * dbleQRP.cc (QRP::init): New function. + Get sizes right in all cases. + (QR::QRP): Use it. Use initializer list too. + Wed Feb 26 15:46:28 1997 John W. Eaton * mach-info.cc (oct_mach_info::string_to_float_format):