comparison scripts/ChangeLog @ 5654:6aae52010e3b

[project @ 2006-03-09 19:04:53 by jwe]
author jwe
date Thu, 09 Mar 2006 19:04:53 +0000
parents 2618a0750ae6
children 960f4b9a26af
comparison
equal deleted inserted replaced
5653:ab9a339fcec8 5654:6aae52010e3b
261 calling system. Only append octave_forge_string if 261 calling system. Only append octave_forge_string if
262 OCTAVE_FORGE_VERSION exists. Use puts instead of disp. 262 OCTAVE_FORGE_VERSION exists. Use puts instead of disp.
263 Call license instead of hard-coding license info here. 263 Call license instead of hard-coding license info here.
264 264
265 * miscellaneous/license.m: Use persistent instead of global for 265 * miscellaneous/license.m: Use persistent instead of global for
266 __octave_licenses__. Use puts instad of disp. 266 __octave_licenses__. Use puts instead of disp.
267 Use getuid and getpwuid instead of calling unix ("id -un"). 267 Use getuid and getpwuid instead of calling unix ("id -un").
268 If nargout = 1, return license info instead of printing usage message. 268 If nargout = 1, return license info instead of printing usage message.
269 269
270 2005-11-29 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> 270 2005-11-29 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com>
271 271
716 plot/loglogerr.m, plot/loglog.m, plot/mesh.m, plot/mplot.m, 716 plot/loglogerr.m, plot/loglog.m, plot/mesh.m, plot/mplot.m,
717 plot/multiplot.m, plot/oneplot.m, plot/plot_border.m, plot/plot.m, 717 plot/multiplot.m, plot/oneplot.m, plot/plot_border.m, plot/plot.m,
718 plot/polar.m, plot/semilogxerr.m, plot/semilogx.m, 718 plot/polar.m, plot/semilogxerr.m, plot/semilogx.m,
719 plot/semilogyerr.m, plot/semilogy.m, plot/shg.m, plot/subplot.m, 719 plot/semilogyerr.m, plot/semilogy.m, plot/shg.m, plot/subplot.m,
720 plot/subwindow.m, plot/title.m, plot/top_title.m: 720 plot/subwindow.m, plot/title.m, plot/top_title.m:
721 Use __gnuplot_raw__ instad of __gnuplot_set__. 721 Use __gnuplot_raw__ instead of __gnuplot_set__.
722 722
723 * plot/replot.m: Use __gnuplot_replot__, not __greplot__. 723 * plot/replot.m: Use __gnuplot_replot__, not __greplot__.
724 724
725 2005-03-24 John W. Eaton <jwe@octave.org> 725 2005-03-24 John W. Eaton <jwe@octave.org>
726 726