diff scripts/ChangeLog @ 6717:b319df52ba87

[project @ 2007-06-13 20:25:53 by jwe]
author jwe
date Wed, 13 Jun 2007 20:25:53 +0000
parents 3b4a5f838de7
children 01036667884a
line wrap: on
line diff
--- a/scripts/ChangeLog	Wed Jun 13 15:40:07 2007 +0000
+++ b/scripts/ChangeLog	Wed Jun 13 20:25:53 2007 +0000
@@ -1,12 +1,6 @@
-2007-06-12  David Bateman  <dbateman@free.fr>
-
-	* general/Makefile.in (SOURCES): Include __spline__.m, interp3.m
-	and interpn.m.
-
-2007-06-12  David Bateman  <dbateman@free.fr>
-
-	* pkg/pkg.m (pkg:load_package_dirs): Check for field "loaded" in
-	structure before using it.
+2007-06-13  John W. Eaton  <jwe@octave.org>
+
+	* miscellaneous/mkoctfile.m: Quote args too.
 
 2007-06-13  Michael Goffioul  <michael.goffioul@swing.be>
 
@@ -19,6 +13,14 @@
 
 2007-06-12  David Bateman  <dbateman@free.fr>
 
+	* general/Makefile.in (SOURCES): Include __spline__.m, interp3.m
+	and interpn.m.
+
+	* pkg/pkg.m (pkg:load_package_dirs): Check for field "loaded" in
+	structure before using it.
+
+2007-06-12  David Bateman  <dbateman@free.fr>
+
 	* general/interp1.m: Change examples to use new graphics interface.
 	* general/__splinen__.m: New support function for N-dimensional
 	spline interpolation.