diff scripts/ChangeLog @ 7269:3fade00a6ac7

[project @ 2007-12-07 19:26:20 by jwe]
author jwe
date Fri, 07 Dec 2007 19:26:21 +0000
parents 7da4a5262e2e
children c18512d0ddb6
line wrap: on
line diff
--- a/scripts/ChangeLog	Fri Dec 07 17:11:28 2007 +0000
+++ b/scripts/ChangeLog	Fri Dec 07 19:26:21 2007 +0000
@@ -1,5 +1,15 @@
+2007-12-07  David Bateman  <dbateman@free.fr>
+
+	* plot/surf.m: Don't set facecolor property.
+
 2007-12-06  John W. Eaton  <jwe@octave.org>
 
+	* plot/print.m: Pass mono to drawnow.
+	* plot/drawnow.m: New arg, mono.  Pass it to __go_draw_figure__.
+	* plot/__go_draw_figure__.m: New arg, mono.  Pass it to __go_draw_axes.
+	* plot/__go_draw_axes__.m: New arg, mono.  If mono is true,
+	disable color specifications.
+
 	* general/issymmetric.m: Move tests here from test/test_number.m
 
 2007-12-06  Jason Riedy  <ejr@cs.berkeley.edu>