# HG changeset patch # User jwe # Date 1095781274 0 # Node ID 1743bf92177366401901f1f841fddb37b87af7b6 # Parent 6ff7d9d61b57c7926d1d750d053c60a9a6eaa0c3 [project @ 2004-09-21 15:41:14 by jwe] diff --git a/scripts/ChangeLog b/scripts/ChangeLog --- a/scripts/ChangeLog +++ b/scripts/ChangeLog @@ -1,3 +1,11 @@ +2004-09-21 David Bateman + + * general/rotdim.m: New function for rotation of an N-d array in an + arbitrary plane. + + * general/flipdim.m: New function to flip an N-d array about an + arbitrary axis. + 2004-09-15 David Bateman * general/bitget.m: Replace Bmax, which is undefined with bitmax @@ -163,12 +171,6 @@ the differences and allow the order of the differences to be larger than the dimension itself. - * general/rotdim.m: New function for rotation of an N-d array in an - arbitrary plane. - - * general/flipdim.m: New function to flip an N-d array about an - arbitrary axis. - * general/rot90.m, general/fliplr.m, general/flipud.m: Limit the use of these functions to 1- and 2-d arrays.