# HG changeset patch # User Francesco Potortì # Date 1231754262 -3600 # Node ID 7ca65d74725034bee5682f8b374b3b2f922c7f3e # Parent 9d46d257f6efe54912347643f34c58315f8cdaac add reference to resize function in the manual diff -r 9d46d257f6ef -r 7ca65d747250 doc/ChangeLog --- a/doc/ChangeLog Mon Jan 12 10:56:19 2009 +0100 +++ b/doc/ChangeLog Mon Jan 12 10:57:42 2009 +0100 @@ -1,5 +1,8 @@ 2008-12-26 Francesco Potortì + * interpreter/matrix.txi (Rearranging Matrices): Add reference + to resize function. + * interpreter/plot.txi (Plot Annotations): Add cross reference to Text Properties. (Two-Dimensional Plots): Update introduction to the axis function. diff -r 9d46d257f6ef -r 7ca65d747250 doc/interpreter/matrix.txi --- a/doc/interpreter/matrix.txi Mon Jan 12 10:56:19 2009 +0100 +++ b/doc/interpreter/matrix.txi Mon Jan 12 10:57:42 2009 +0100 @@ -106,6 +106,8 @@ @DOCSTRING(reshape) +@DOCSTRING(resize) + @DOCSTRING(circshift) @DOCSTRING(shiftdim)