diff src/ChangeLog @ 7070:7593f8e83a2e

[project @ 2007-10-25 20:41:16 by jwe]
author jwe
date Thu, 25 Oct 2007 20:41:17 +0000
parents 88417316c1b0
children 405cf85b435c
line wrap: on
line diff
--- a/src/ChangeLog	Thu Oct 25 07:16:07 2007 +0000
+++ b/src/ChangeLog	Thu Oct 25 20:41:17 2007 +0000
@@ -1,3 +1,13 @@
+2007-10-25  John W. Eaton  <jwe@octave.org>
+
+	* graphics.cc (figure::properties::set_currentaxes): 
+	Allow currentfigure to be NaN.
+
+2007-10-25  Michael Goffioul <michael.goffioul@gmail.com>
+
+	* DLD-FUNCTIONS/__contourc__.cc: Use unsigned int instead of uint.
+	(drawcn): Use 1 << k instead of pow (2, k).
+
 2007-10-25  John W. Eaton  <jwe@octave.org>
 
 	* symtab.h (symbol_record::TYPE): Delete trailing comma in enum decl.