# HG changeset patch # User David Bateman # Date 1227521125 -3600 # Node ID 39b9f7dfbf4ac3388d6956563cc3aec0812a0169 # Parent b6c3b16d4cfa9f47ab9cc76dba65809a74da902c changelog fix diff --git a/src/ChangeLog b/src/ChangeLog --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,9 @@ +2008-11-24 David Bateman + + * 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 * 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 - - * 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 * load-path.cc (load_path::dir_info::update): Simplify previous