changeset 6261:7e2d79a71247

[project @ 2007-01-31 18:21:42 by jwe]
author jwe
date Wed, 31 Jan 2007 18:21:42 +0000
parents 2c300e78b4db
children e892a83f8840
files scripts/ChangeLog scripts/plot/Makefile.in
diffstat 2 files changed, 7 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/ChangeLog	Wed Jan 31 18:18:30 2007 +0000
+++ b/scripts/ChangeLog	Wed Jan 31 18:21:42 2007 +0000
@@ -1,5 +1,11 @@
 2007-01-31  John W. Eaton  <jwe@octave.org>
 
+	* plot/__gnuplot_version__.m: Restore from CVS Attic.
+	* plot/Makefile.in (SOURCES_M): Add it to the list.
+
+	* plot/__uiobject_draw_axes__.m: Delete useless call to
+	__gnuplot_save_data__.
+
 	* image/image.m: Accept 2 args, but ignore the second for now.
 
 2007-01-30  David Bateman  <dbateman@free.fr>
--- a/scripts/plot/Makefile.in	Wed Jan 31 18:18:30 2007 +0000
+++ b/scripts/plot/Makefile.in	Wed Jan 31 18:21:42 2007 +0000
@@ -25,6 +25,7 @@
   __errcomm__.m \
   __default_colormap__.m \
   __errplot__.m \
+  __gnuplot_version__.m \
   __plr1__.m \
   __plr2__.m \
   __plt1__.m \