changeset 5251:454e3c98300d

[project @ 2005-03-28 16:05:51 by jwe]
author jwe
date Mon, 28 Mar 2005 16:05:51 +0000
parents 8386f7982831
children 3d9afb170a39
files scripts/ChangeLog scripts/plot/replot.m src/ChangeLog src/DLD-FUNCTIONS/gplot.l
diffstat 4 files changed, 16 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- 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  <dasergatskov@gmail.com>
+
+	* plot/replot.m: Use __gnuplot_replot__, not __greplot__.
+
 2005-03-24  John W. Eaton  <jwe@octave.org>
 
 	* optimization/glpkmex.m: Texinfoize Doc string.
--- 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
--- 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  <jwe@octave.org>
+
+	* 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 <jwe@octave.org>
 
 	* input.cc (gnu_readline): Don't wrap call to command_editor::readline
--- 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