changeset 10216:f3c1fd990f3f

note some deprecated functions are still in Matlab, so don't remove with other functions deprecated in 3.0.0
author John W. Eaton <jwe@octave.org>
date Thu, 28 Jan 2010 07:43:28 -0500
parents 60d382fd0063
children db7fdd6a1512
files doc/interpreter/obsolete.txi scripts/ChangeLog scripts/deprecated/clg.m scripts/deprecated/isstr.m scripts/deprecated/setstr.m
diffstat 5 files changed, 9 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/doc/interpreter/obsolete.txi	Thu Jan 28 06:06:28 2010 -0500
+++ b/doc/interpreter/obsolete.txi	Thu Jan 28 07:43:28 2010 -0500
@@ -53,7 +53,6 @@
 @item @code{chisquare_pdf} @tab @code{chi2pdf} @tab 3.4.0
 @item @code{chisquare_rnd} @tab @code{chi2rnd} @tab 3.4.0
 @item @code{clearplot} @tab @code{clf} @tab 3.4.0
-@item @code{clg} @tab @code{clf} @tab 3.4.0
 @item @code{com2str} @tab @code{num2str} @tab 3.4.0
 @item @code{exponential_cdf} @tab @code{expcdf} @tab 3.4.0
 @item @code{exponential_inv} @tab @code{expinv} @tab 3.4.0
@@ -86,7 +85,6 @@
 @item @code{is_struct} @tab @code{isstruct} @tab 3.4.0
 @item @code{is_symmetric} @tab @code{issymmetric} @tab 3.4.0
 @item @code{is_vector} @tab @code{isvector} @tab 3.4.0
-@item @code{isstr} @tab @code{ischar} @tab 3.4.0
 @item @code{lognormal_cdf} @tab @code{logncdf} @tab 3.4.0
 @item @code{lognormal_inv} @tab @code{logninv} @tab 3.4.0
 @item @code{lognormal_pdf} @tab @code{lognpdf} @tab 3.4.0
@@ -105,7 +103,6 @@
 @item @code{poisson_pdf} @tab @code{poisspdf} @tab 3.4.0
 @item @code{poisson_rnd} @tab @code{poissrnd} @tab 3.4.0
 @item @code{polyinteg} @tab @code{polyint} @tab 3.4.0
-@item @code{setstr} @tab @code{char} @tab 3.4.0
 @item @code{struct_contains} @tab @code{isfield} @tab 3.4.0
 @item @code{struct_elements} @tab @code{fieldnames} @tab 3.4.0
 @item @code{t_cdf} @tab @code{tcdf} @tab 3.4.0
--- a/scripts/ChangeLog	Thu Jan 28 06:06:28 2010 -0500
+++ b/scripts/ChangeLog	Thu Jan 28 07:43:28 2010 -0500
@@ -1,3 +1,9 @@
+2010-01-28  John W. Eaton  <jwe@octave.org>
+
+	* deprecated/isstr.m, deprecated/clg.m, deprecated/setstr.m:
+	Note that Matlab still has these functions, so they probabl
+	should not be removed with other functions deprecated in 3.0.0.
+
 2010-01-27  Thorsten Meyer  <thorsten.meyier@gmx.de>
 
 	* plot/gnuplot_drawnow.m: Add "emf" to the list of enhanced
--- a/scripts/deprecated/clg.m	Thu Jan 28 06:06:28 2010 -0500
+++ b/scripts/deprecated/clg.m	Thu Jan 28 07:43:28 2010 -0500
@@ -24,6 +24,7 @@
 ## Author: jwe
 
 ## Deprecated in version 3.0
+## Matlab still has this function, so don't remove just yet.
 
 function clg ()
 
--- a/scripts/deprecated/isstr.m	Thu Jan 28 06:06:28 2010 -0500
+++ b/scripts/deprecated/isstr.m	Thu Jan 28 07:43:28 2010 -0500
@@ -24,6 +24,7 @@
 ## Author: jwe
 
 ## Deprecated in version 3.0
+## Matlab still has this function, so don't remove just yet.
 
 function retval = isstr (varargin)
 
--- a/scripts/deprecated/setstr.m	Thu Jan 28 06:06:28 2010 -0500
+++ b/scripts/deprecated/setstr.m	Thu Jan 28 07:43:28 2010 -0500
@@ -24,6 +24,7 @@
 ## Author: jwe
 
 ## Deprecated in version 3.0
+## Matlab still has this function, so don't remove just yet.
 
 function retval = setstr (varargin)