Mercurial > hg > octave-thorsten
changeset 11973:5b967e2c319a release-3-2-x
fix behavior of clear
author | Jaroslav Hajek <highegg@gmail.com> |
---|---|
date | Mon, 08 Jun 2009 08:00:13 +0200 |
parents | 66a3701c9105 |
children | 28d4a6acbf0a |
files | src/ChangeLog src/variables.cc |
diffstat | 2 files changed, 7 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,8 @@ +2009-06-08 Jaroslav Hajek <highegg@gmail.com> + + * variables.cc (Fclear): Clear also globals when called without + arguments. + 2009-06-07 Jaroslav Hajek <highegg@gmail.com> * graphics.cc (color_property::do_set): Allow a wider range of types.