# HG changeset patch # User jwe # Date 1170267702 0 # Node ID 7e2d79a712471fcc52bfeee0df442856b09392a5 # Parent 2c300e78b4db8d65552c58992e7cf0e264664fde [project @ 2007-01-31 18:21:42 by jwe] diff --git a/scripts/ChangeLog b/scripts/ChangeLog --- a/scripts/ChangeLog +++ b/scripts/ChangeLog @@ -1,5 +1,11 @@ 2007-01-31 John W. Eaton + * 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 diff --git a/scripts/plot/Makefile.in b/scripts/plot/Makefile.in --- a/scripts/plot/Makefile.in +++ b/scripts/plot/Makefile.in @@ -25,6 +25,7 @@ __errcomm__.m \ __default_colormap__.m \ __errplot__.m \ + __gnuplot_version__.m \ __plr1__.m \ __plr2__.m \ __plt1__.m \