diff scripts/ChangeLog @ 7313:7fd7abd37113

[project @ 2007-12-12 22:36:15 by jwe]
author jwe
date Wed, 12 Dec 2007 22:36:15 +0000
parents 1ebbf0924217
children 3ceb12c499e9
line wrap: on
line diff
--- a/scripts/ChangeLog	Wed Dec 12 22:22:10 2007 +0000
+++ b/scripts/ChangeLog	Wed Dec 12 22:36:15 2007 +0000
@@ -1,5 +1,9 @@
 2007-12-12  John W. Eaton  <jwe@octave.org>
 
+	* image/loadimage.m: Avoid calling eval.  Avoid calling exist.
+
+	* plot/pie.m: Avoid calling "exist".
+
 	* linear-algebra/condest.m: Use nargin instead of size(varargin,2).	
 	Condense argument processing logic.  Allow 6 arguments.
 	Use issquare.  Avoid calling "exist".