comparison 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
comparison
equal deleted inserted replaced
5213:390f13fc0f4a 5214:eecc24b92d97
1 2005-03-16 John W. Eaton <jwe@octave.org>
2
3 * __axis_label__.m, __errplot__.m, __plt__.m, axis.m, bar.m,
4 bottom_title.m, contour.m, errorbar.m, figure.m, grid.m, loglog.m,
5 loglogerr.m, mesh.m, meshgrid.m, mplot.m, multiplot.m, oneplot.m,
6 plot.m, plot_border.m, polar.m, semilogx.m, semilogxerr.m,
7 semilogy.m, semilogyerr.m, shg.m, stairs.m, subplot.m,
8 subwindow.m, title.m, top_title.m, xlabel.m: Use __gplot__ instead
9 of gplot, __gsplot__ instead of gsplot, __gset__ instead of gset.
10 Remove gplot, gsplot from @seealso docs.
11
12 2005-03-16 John W. Eaton <jwe@octave.org>
13
14 * plot/replot.m: New file.
15
1 2005-03-15 David Bateman <dbateman@free.fr> 16 2005-03-15 David Bateman <dbateman@free.fr>
2 17
3 * set/unique.m, set/ismember.m: Handle cell arrays. 18 * set/unique.m, set/ismember.m: Handle cell arrays.
4 19
5 2005-03-09 John W. Eaton <jwe@octave.org> 20 2005-03-09 John W. Eaton <jwe@octave.org>