changeset 6077:95f153281c97

[project @ 2006-10-24 16:24:30 by jwe]
author jwe
date Tue, 24 Oct 2006 16:24:30 +0000
parents b15a143c5607
children 34b1758d3247
files doc/interpreter/var.txi scripts/ChangeLog
diffstat 2 files changed, 6 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/doc/interpreter/var.txi	Tue Oct 24 16:09:21 2006 +0000
+++ b/doc/interpreter/var.txi	Tue Oct 24 16:24:30 2006 +0000
@@ -93,7 +93,9 @@
 @end example
 
 @noindent
-the value of the global variable @code{gvar} is 1, not 2.
+the value of the global variable @code{gvar} is 1, not 2.  Issuing a
+@samp{clear a} command does not change the above behavior, but
+@samp{clear all} does.
 
 It is necessary declare a variable as global within a function body in
 order to access it.  For example,
--- a/scripts/ChangeLog	Tue Oct 24 16:09:21 2006 +0000
+++ b/scripts/ChangeLog	Tue Oct 24 16:24:30 2006 +0000
@@ -1,6 +1,9 @@
 2006-10-24  John W. Eaton  <jwe@octave.org>
 
+	* plot/sombrero.m: Don't return anything if nargout == 0.
+
 	* plot/__plt3__.m: Create using clause if none is supplied.
+	* plot/mesh.m: Always pass empty using string to __plt3__.
 
 2006-10-20  Bill Denney  <denney@seas.upenn.edu>