diff liboctave/ChangeLog @ 6456:7f5316cadaa2

[project @ 2007-03-26 16:18:26 by jwe]
author jwe
date Mon, 26 Mar 2007 16:18:26 +0000
parents 7e90124eddba
children a58b5981ab65
line wrap: on
line diff
--- a/liboctave/ChangeLog	Mon Mar 26 16:02:04 2007 +0000
+++ b/liboctave/ChangeLog	Mon Mar 26 16:18:26 2007 +0000
@@ -1,7 +1,12 @@
-2007-03-24  Luis Ortiz <lortiz@interactivesupercomputing.com>
-
-	* MatrixType.cc (MatrixType::MatrixType(void)): Initialize
-	sp_bandden to zero for performance reasons as its not used.
+2007-03-26  John W. Eaton  <jwe@octave.org>
+
+	* chNDArray.cc, chMatrix.cc: Also generate comparison and bool ops.
+	* chNDArray.h, chMatrix.h: Provide decls.
+
+2007-03-24  Luis Ortiz  <lortiz@interactivesupercomputing.com>
+
+	* MatrixType.cc (MatrixType::MatrixType (void)): Initialize
+	sp_bandden to zero for performance reasons as it's not used.
 
 2007-03-23  David Bateman  <dbateman@free.fr>