diff scripts/ChangeLog @ 6286:c6a7b0453f9a

[project @ 2007-02-08 19:04:38 by jwe]
author jwe
date Thu, 08 Feb 2007 19:04:38 +0000
parents 3991a9f0fead
children 6110e7d4e4c4
line wrap: on
line diff
--- a/scripts/ChangeLog
+++ b/scripts/ChangeLog
@@ -1,5 +1,9 @@
 2007-02-08  John W. Eaton  <jwe@octave.org>
 
+	* plot/drawnow.m: Use gnuplot_binary() instead of just "gnuplot"
+	and check gnuplot_use_title_option instead of just assuming -title
+	works.  From Michael Goffioul <michael.goffioul@swing.be>.
+
 	* Makefile.in (DISTFILES): Add move-if-change to the list.
 
 	* audio/Makefile.in, control/base/Makefile.in,
@@ -414,7 +418,7 @@
 
 	* sparse/normest.m: New file.
 
-2006-12-06  Michael Goffioul  <michael.goffioul@swing.be>.
+2006-12-06  Michael Goffioul  <michael.goffioul@swing.be>
 
 	* miscellaneous/copyfile.m, miscellaneous/movefile.m:
 	Work on Windows systems without cp or mv.