diff scripts/ChangeLog @ 7920:e56bb65186f6

improve set functions for Matlab compatibility
author Jaroslav Hajek <highegg@gmail.com>
date Wed, 25 Jun 2008 22:11:07 +0200
parents 3092dd54ad95
children 9316b59903c9
line wrap: on
line diff
--- a/scripts/ChangeLog
+++ b/scripts/ChangeLog
@@ -1,3 +1,12 @@
+2008-07-10  Jaroslav Hajek <highegg@gmail.com>
+
+	* set/unique.m: Implement 'first' and 'last', some simplifications.
+	* set/union.m: Implement output indices.
+	* set/intersect.m: Implement 'rows'.
+	* set/setdiff.m: Implement output indices.
+	* set/setxor.m: Implement 'rows' and output indices.
+	Add tests and adjust docs in all of the above.
+
 2008-06-11  John W. Eaton  <jwe@octave.org>
 
 	* set/ismember.m: Fix fail tests.