diff scripts/ChangeLog @ 6828:d069de22e9aa

[project @ 2007-08-24 16:59:47 by jwe]
author jwe
date Fri, 24 Aug 2007 16:59:48 +0000
parents 59e22e30aff8
children 6c85f7d37e61
line wrap: on
line diff
--- a/scripts/ChangeLog
+++ b/scripts/ChangeLog
@@ -1,3 +1,12 @@
+2007-08-24  John W. Eaton  <jwe@octave.org>
+
+	* plot/subplot.m, plot/plot.m, plot/grid.m:
+	Use p = get (h, "prop") instead of obj = get (h); p = obj.prop.
+
+	* miscellaneous/movefile.m: Separate second and third args and
+	use p1 and p2, not f1 and f2 when constructing arguments for
+	calls to system.  From Michael Goffioul <michael.goffioul@gmail.com>.
+
 2007-08-24  Michael Goffioul  <michael.goffioul@gmail.com>
 
 	* set/intersect.m: Make it work with cell arrays of strings.