diff scripts/ChangeLog @ 5115:57372235194b

[project @ 2005-01-24 18:38:45 by jwe]
author jwe
date Mon, 24 Jan 2005 18:38:45 +0000
parents 10004c9625c3
children 67320fb4ae5c
line wrap: on
line diff
--- a/scripts/ChangeLog	Fri Jan 21 17:02:21 2005 +0000
+++ b/scripts/ChangeLog	Mon Jan 24 18:38:45 2005 +0000
@@ -1,3 +1,15 @@
+2005-01-24  John W. Eaton  <jwe@octave.org>
+
+	* plot/__plr2__.m, plot/__plt2__.m: Improve diagnostics.
+
+	* plot/__plr__.m: Use __plt__, not specific __pltXX__ functions.
+	* plot/__plt1__.m, plot/__plt2__.m, plot/__plt2mm__.m,
+	plot/__plt2mv__.m, plot/__plt2ss__.m, plot/__plt2vm__.m,
+	plot/__plt2vv__.m:
+	Return data and gnuplot commands instead of evaluating them.
+	* plot/__plt__.m: Handle evaluation of all gnuplot commands here.
+	Based on changes from Daniel J Sebald <daniel.sebald@ieee.org>.
+
 2005-01-18  John W. Eaton  <jwe@octave.org>
 
 	* linear-algebra/cross.m: Allocate idx1 before use.