changeset 8316:830ad84d2654

Changelog fix
author David Bateman <dbateman@free.fr>
date Wed, 12 Nov 2008 12:25:19 +0100
parents e9687c313d5f
children 135c0e7d7802
files scripts/ChangeLog
diffstat 1 files changed, 5 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/ChangeLog	Wed Nov 12 12:21:04 2008 +0100
+++ b/scripts/ChangeLog	Wed Nov 12 12:25:19 2008 +0100
@@ -1,14 +1,14 @@
-2008-11-10  John W. Eaton  <jwe@octave.org>
-
-	* polynomial/spline.m: Delete debugging statements.  From
-	Sebastian Schöps <sebastian@schoeps.org>.
-
 2008-11-12  David Bateman  <dbateman@free.fr>
 
 	* plot/__quiver__.m: Only autoscale if more than one element to
 	plot. Modify callbacks for change in order of children.
 	* plot/__stem__.m: Modify callbacks for change in order of children.
 
+2008-11-10  John W. Eaton  <jwe@octave.org>
+
+	* polynomial/spline.m: Delete debugging statements.  From
+	Sebastian Schöps <sebastian@schoeps.org>.
+
 2008-09-28  Jaroslav Hajek <highegg@gmail.com>
 
 	* optimization/__fdjac__.m: New function file.