# HG changeset patch # User jwe # Date 1112025951 0 # Node ID 454e3c98300d00950bcdc5ed71e456d47841b340 # Parent 8386f7982831b821e92e3bd0088b3bb2651bd0d4 [project @ 2005-03-28 16:05:51 by jwe] diff -r 8386f7982831 -r 454e3c98300d scripts/ChangeLog --- a/scripts/ChangeLog Fri Feb 01 21:27:04 2008 -0500 +++ b/scripts/ChangeLog Mon Mar 28 16:05:51 2005 +0000 @@ -1,3 +1,7 @@ +2005-03-28 Dmitri A. Sergatskov + + * plot/replot.m: Use __gnuplot_replot__, not __greplot__. + 2005-03-24 John W. Eaton * optimization/glpkmex.m: Texinfoize Doc string. diff -r 8386f7982831 -r 454e3c98300d scripts/plot/replot.m --- a/scripts/plot/replot.m Fri Feb 01 21:27:04 2008 -0500 +++ b/scripts/plot/replot.m Mon Mar 28 16:05:51 2005 +0000 @@ -27,9 +27,9 @@ function replot () if (nargin == 0) - ## No semicolon following the __greplot__ line unless you also fix - ## gplot.l to allow it. - __greplot__ + ## No semicolon following the __gnuplot_replot__ line unless you + ## also fix gplot.l to allow it. + __gnuplot_replot__ else usage ("replot ()"); endif diff -r 8386f7982831 -r 454e3c98300d src/ChangeLog --- a/src/ChangeLog Fri Feb 01 21:27:04 2008 -0500 +++ b/src/ChangeLog Mon Mar 28 16:05:51 2005 +0000 @@ -1,3 +1,10 @@ +2005-03-28 John W. Eaton + + * DLD-FUNCTIONS/gplot.l (Fgraw): Recommend __gnuplot_raw__, not + __gnuplot__raw__. + (Fgshow): Recommend __gnuplot_show__, not __gnuplot__show__. + Don't add "mark_as_rawcommand ("replot")" to PKG_ADD file. + 2005-03-26 John W. Eaton * input.cc (gnu_readline): Don't wrap call to command_editor::readline diff -r 8386f7982831 -r 454e3c98300d src/DLD-FUNCTIONS/gplot.l --- a/src/DLD-FUNCTIONS/gplot.l Fri Feb 01 21:27:04 2008 -0500 +++ b/src/DLD-FUNCTIONS/gplot.l Mon Mar 28 16:05:51 2005 +0000 @@ -10,7 +10,6 @@ // PKG_ADD: mark_as_rawcommand ("gplot"); // PKG_ADD: mark_as_rawcommand ("gset"); // PKG_ADD: mark_as_rawcommand ("gsplot"); -// PKG_ADD: mark_as_rawcommand ("replot"); // PKG_ADD: mark_as_command ("__gnuplot_show__"); @@ -1425,7 +1424,7 @@ DEFUN_DLD (graw, args, , "") { - DEPRECATED_BODY (graw, __gnuplot__raw__); + DEPRECATED_BODY (graw, __gnuplot_raw__); } DEFUN_DLD (gset, args, , @@ -1437,7 +1436,7 @@ DEFUN_DLD (gshow, args, , "") { - DEPRECATED_BODY (gshow, __gnuplot__show__); + DEPRECATED_BODY (gshow, __gnuplot_show__); } static int