Mercurial > hg > octave-lyh
changeset 8342:39b9f7dfbf4a
changelog fix
author | David Bateman <dbateman@free.fr> |
---|---|
date | Mon, 24 Nov 2008 11:05:25 +0100 |
parents | b6c3b16d4cfa |
children | 9f34f7636fe0 |
files | src/ChangeLog |
diffstat | 1 files changed, 6 insertions(+), 6 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,9 @@ +2008-11-24 David Bateman <dbateman@free.fr> + + * graphics.cc (F__go_delete__): Check validity of handles before + deleting them to avoid issues with callback function also deleting + the handles. + 2008-11-21 Jarkko Kaleva <d3roga@gmail.com> * DLD-FUNCTIONS/eig.cc (Feig): Handle generalized eigenvalues and @@ -8,12 +14,6 @@ * DLD_FUNCTIONS/det.cc: Include only DET.h. Retrieve & matrix type & store it after calculation if possible. -2008-11-24 David Bateman <dbateman@free.fr> - - * graphics.cc (F__go_delete__): Check validity of handles before - deleting them to avoid issues with callback function also deleting - the handles. - 2008-11-17 John W. Eaton <jwe@octave.org> * load-path.cc (load_path::dir_info::update): Simplify previous