Mercurial > hg > octave-lyh
diff scripts/ChangeLog @ 8065:6333da0dfdfd
hold.m: if hold is applied to a figure, set state for all child axes objects
author | John W. Eaton <jwe@octave.org> |
---|---|
date | Tue, 26 Aug 2008 18:05:13 -0400 |
parents | 09f32aac8fbc |
children | c64c9581e9bf |
line wrap: on
line diff
--- a/scripts/ChangeLog +++ b/scripts/ChangeLog @@ -1,3 +1,8 @@ +2008-08-26 John W. Eaton <jwe@octave.org> + + * plot/hold.m: If hold is applied to a figure, set state for all + child axes objects. + 2008-08-26 Michael Goffioul <michael.goffioul@gmail.com> * plot/backend.m: New function to handle backend switch.