Mercurial > hg > octave-jordi
changeset 9314:3a447ea9e77b
fix behavior of clear
author | Jaroslav Hajek <highegg@gmail.com> |
---|---|
date | Mon, 08 Jun 2009 08:00:13 +0200 |
parents | 330672f4daaa |
children | 73e36b147e45 |
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.