diff src/ChangeLog @ 7799:199181592240

ChangeLog fixes
author John W. Eaton <jwe@octave.org>
date Wed, 21 May 2008 14:12:16 -0400
parents 42c42c640108
children 5861b95e9879
line wrap: on
line diff
--- a/src/ChangeLog	Wed May 21 17:14:08 2008 +0200
+++ b/src/ChangeLog	Wed May 21 14:12:16 2008 -0400
@@ -1,3 +1,8 @@
+2008-05-21  Jaroslav Hajek <highegg@gmail.com>
+
+	* DLD-FUNCTIONS/matrix_type.cc: Fix tests relying on the
+	older more optimistic hermitian check.
+
 2008-05-21  David Bateman  <dbateman@free.fr>
 
 	* DLD-FUNCTIONS/rcond.cc (Frcond): Add support for single precision.
@@ -12,11 +17,6 @@
 	(Feps): Modify behavior for a single numerical argument to give
 	difference to next largest value in the class of the type passed.
 
-2008-05-21  Jaroslav Hajek <highegg@gmail.com>
-
-	* DLD-FUNCTIONS/matrix_type.cc: Fix tests relying on the
-	older more optimistic hermitian check.
-
 2008-05-21  John W. Eaton  <jwe@octave.org>
 
 	* pt-idx.h (tree_index_expression::tree_index_expression (int, int)):