diff scripts/ChangeLog @ 7274:44fdc33e5207

[project @ 2007-12-10 07:36:50 by jwe]
author jwe
date Mon, 10 Dec 2007 07:36:50 +0000
parents c18512d0ddb6
children 1e8e64d71e34
line wrap: on
line diff
--- a/scripts/ChangeLog
+++ b/scripts/ChangeLog
@@ -1,10 +1,16 @@
+2007-12-10  John W. Eaton  <jwe@octave.org>
+
+	* plot/__go_draw_axes__.m: If we have a grid, send "set grid
+	front" to gnuplot.
+
 2007-12-10  David Bateman  <dbateman@free.fr>
 
-	* __go_draw_axes__.m: Issue "set view map" for pcolor, and "set
+	* plot/__go_draw_axes__.m: Issue "set view map" for pcolor, and "set
 	border front" from images.
-	* __go_draw_figure__.m: Issue "set autoscale fix" for gnuplot.
-	* pcolor.m: Set axis "box" property.
-	* title.m, xlabel.m, ylabel.m, xlabel.m: Mark as commands.
+	* plot/__go_draw_figure__.m: Issue "set autoscale fix" for gnuplot.
+	* plot/pcolor.m: Set axis "box" property.
+	* plot/title.m, plot/xlabel.m, plot/ylabel.m, plot/xlabel.m:
+	Mark as commands.
 
 2007-12-07  David Bateman  <dbateman@free.fr>