diff scripts/ChangeLog @ 6293:b649aa46950d

[project @ 2007-02-09 21:50:40 by jwe]
author jwe
date Fri, 09 Feb 2007 21:50:40 +0000
parents 6110e7d4e4c4
children 0fcce0872e02
line wrap: on
line diff
--- a/scripts/ChangeLog
+++ b/scripts/ChangeLog
@@ -1,5 +1,10 @@
 2007-02-09  John W. Eaton  <jwe@octave.org>
 
+	* plot/figure.m: Call drawnow for current figure before creating
+	or switching to a new figure.
+	* plot/__uiobject_init_figure__.in: Handle empty arg the same as
+	nargin == 0 case.
+
 	* testfun/assert.m: Try to avoid problems when comparisons involve
 	strange values like Inf+NaNi.