Mercurial > hg > octave-lyh
diff scripts/ChangeLog @ 7146:c7e5e638a8d0
[project @ 2007-11-09 17:49:44 by jwe]
author | jwe |
---|---|
date | Fri, 09 Nov 2007 17:51:42 +0000 |
parents | 30c0533e39ae |
children | 735086cfd405 |
line wrap: on
line diff
--- a/scripts/ChangeLog +++ b/scripts/ChangeLog @@ -1,5 +1,17 @@ +2007-11-09 John W. Eaton <jwe@octave.org> + + * plot/surfc.m, plot/meshc.m: Don't change view if hold is on. + +2007-11-09 Kai Habel <kai.habel@gmx.de> + + * plot/mesh.m, plot/pcolor.m, plot/surf.m, plot/surface.m: + Don't change view if hold is on. + 2007-11-09 David Bateman <dbateman@free.fr> + * plot/area.m, plot/__area__.m: New functions + * plot/Makefile.in (SOURCES): Add them to the list of files. + * plot/patch.m: Correctly handle case of axis handle as first arg. 2007-11-09 Joseph P. Skudlarek <Jskud@Jskud.com>