# HG changeset patch # User jwe # Date 1170276775 0 # Node ID e892a83f8840edeec037b00b56890d60f1e295cf # Parent 7e2d79a712471fcc52bfeee0df442856b09392a5 [project @ 2007-01-31 20:52:55 by jwe] diff -r 7e2d79a71247 -r e892a83f8840 scripts/ChangeLog --- a/scripts/ChangeLog Wed Jan 31 18:21:42 2007 +0000 +++ b/scripts/ChangeLog Wed Jan 31 20:52:55 2007 +0000 @@ -1,5 +1,7 @@ 2007-01-31 John W. Eaton + * image/image.m: Don't call drawnow. + * plot/__gnuplot_version__.m: Restore from CVS Attic. * plot/Makefile.in (SOURCES_M): Add it to the list. diff -r 7e2d79a71247 -r e892a83f8840 scripts/image/image.m --- a/scripts/image/image.m Wed Jan 31 18:21:42 2007 +0000 +++ b/scripts/image/image.m Wed Jan 31 20:52:55 2007 +0000 @@ -88,6 +88,4 @@ h = tmp; endif - drawnow (); - endfunction