diff scripts/ChangeLog @ 12085:c5ab026894ef release-3-2-x

correctly toggle hold state
author John W. Eaton <jwe@octave.org>
date Mon, 07 Sep 2009 08:01:41 +0200
parents 16a1e60b4701
children 22395d0870fd
line wrap: on
line diff
--- a/scripts/ChangeLog	Fri Sep 04 06:59:44 2009 +0200
+++ b/scripts/ChangeLog	Mon Sep 07 08:01:41 2009 +0200
@@ -1,3 +1,10 @@
+2009-09-05  John W. Eaton  <jwe@octave.org>
+
+	* plot/hold.m: Correctly toggle hold state.  Set both figure and
+	axes "nextplot" property when turning hold state on.
+	* plot/ishold.m: Check figure and axes nextplot properties.
+	Accept axes or figure handle argument.
+
 2009-08-17  Jaroslav Hajek  <highegg@gmail.com>
 
 	* general/int2str.m: Convert to double before calling log10.