diff src/ChangeLog @ 8733:3ef774603887

rename all uses of sortrows_idx to sort_rows_idx
author John W. Eaton <jwe@octave.org>
date Thu, 12 Feb 2009 15:16:35 -0500
parents a669df7beb73
children 767ed8cc6634
line wrap: on
line diff
--- a/src/ChangeLog	Thu Feb 12 14:37:43 2009 -0500
+++ b/src/ChangeLog	Thu Feb 12 15:16:35 2009 -0500
@@ -1,5 +1,9 @@
 2009-02-12  John W. Eaton  <jwe@octave.org>
 
+	* ov-base-diag.h, ov-base-mat.h, ov-base-scalar.h, ov-base.h,
+	ov-cell.h, ov-perm.h, ov-range.h, ov.h, data.cc, ov-base.cc,
+	ov-cell.cc: Rename all uses of sortrows_idx to sort_rows_idx.
+
 	* TEMPLATE-INST/Array-tc.cc: Don't instantiate sort functions for
 	Arrays of octave_value objects.
 	(octave_sort<octave_value>::ascending_compare,