diff scripts/ChangeLog @ 5214:eecc24b92d97

[project @ 2005-03-16 17:14:12 by jwe]
author jwe
date Wed, 16 Mar 2005 17:14:12 +0000
parents 59592dcbb5d8
children 32c569794216
line wrap: on
line diff
--- a/scripts/ChangeLog	Wed Mar 16 05:34:27 2005 +0000
+++ b/scripts/ChangeLog	Wed Mar 16 17:14:12 2005 +0000
@@ -1,3 +1,18 @@
+2005-03-16  John W. Eaton  <jwe@octave.org>
+
+	* __axis_label__.m, __errplot__.m, __plt__.m, axis.m, bar.m,
+	bottom_title.m, contour.m, errorbar.m, figure.m, grid.m, loglog.m,
+	loglogerr.m, mesh.m, meshgrid.m, mplot.m, multiplot.m, oneplot.m,
+	plot.m, plot_border.m, polar.m, semilogx.m, semilogxerr.m,
+	semilogy.m, semilogyerr.m, shg.m, stairs.m, subplot.m,
+	subwindow.m, title.m, top_title.m, xlabel.m: Use __gplot__ instead
+	of gplot, __gsplot__ instead of gsplot, __gset__ instead of gset.
+	Remove gplot, gsplot from @seealso docs.
+
+2005-03-16  John W. Eaton  <jwe@octave.org>
+
+	* plot/replot.m: New file.
+
 2005-03-15  David Bateman  <dbateman@free.fr>
 
 	* set/unique.m, set/ismember.m: Handle cell arrays.