Mercurial > hg > octave-lyh
diff scripts/ChangeLog @ 6164:d90b16110095
[project @ 2006-11-14 21:08:00 by jwe]
author | jwe |
---|---|
date | Tue, 14 Nov 2006 21:08:01 +0000 |
parents | 8614649c454c |
children | 17f25cd588b2 |
line wrap: on
line diff
--- a/scripts/ChangeLog +++ b/scripts/ChangeLog @@ -1,3 +1,19 @@ +2006-11-14 John W. Eaton <jwe@octave.org> + + * image/image_viewer.m: Set default values here. + * image/image.m: Not here. + + * image/image_viewer.m: Always return old values. Check arguments. + * image/__img_gnuplot__.m: Rename from __img__m. + +2006-11-14 Søren Hauberg <soren@hauberg.org> + + * image/image_viewer.m: New function. + * image/__img_via_file__.m: New function. + * image/image.m: Use image_viewer to determine which program to + use for image viewing. + * scripts/image/__img__.m: Silently accept more than 3 args. + 2006-11-14 John W. Eaton <jwe@octave.org> * plot/__do_legend__.m, plot/__errplot__.m,