# HG changeset patch # User jwe # Date 1161707070 0 # Node ID 95f153281c9762b6e0e20a4d7d31229f126dd56b # Parent b15a143c5607804b7088f81df4a3a497610bbcde [project @ 2006-10-24 16:24:30 by jwe] diff --git a/doc/interpreter/var.txi b/doc/interpreter/var.txi --- a/doc/interpreter/var.txi +++ b/doc/interpreter/var.txi @@ -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, diff --git a/scripts/ChangeLog b/scripts/ChangeLog --- a/scripts/ChangeLog +++ b/scripts/ChangeLog @@ -1,6 +1,9 @@ 2006-10-24 John W. Eaton + * 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