diff scripts/ChangeLog @ 9438:bac81ac76a57

__go_draw_axes__.m: also use layer property for plot border
author John W. Eaton <jwe@octave.org>
date Fri, 17 Jul 2009 15:40:23 -0400
parents 38a0f9dc0ab4
children bb2ae2210e37
line wrap: on
line diff
--- a/scripts/ChangeLog
+++ b/scripts/ChangeLog
@@ -1,3 +1,9 @@
+2009-07-17  John W. Eaton  <jwe@octave.org>
+
+	* plot/__go_draw_axes__.m: Use "layer" property to decide whether
+	to send "set border front" or "set border layerdefault" to plot
+	stream.  Don't send "set border front" to plot stream for image data.
+
 2009-07-15  Robert T. Short <octave@phaselockedsystems.com>
 
 	* polynomial/conv.m: Fix Matlab incompatibility.  New tests.