# HG changeset patch # User jwe # Date 1179328274 0 # Node ID d88d66f8cab65883f789d6b7b7afef00e7105a63 # Parent 37dcb57b80f676e41932f383e59833d430b4cfea [project @ 2007-05-16 15:11:14 by jwe] diff --git a/ChangeLog b/ChangeLog --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2007-05-16 David Bateman + + * PROJECTS: Update. + 2007-04-27 John W. Eaton * examples/Makefile.in (SOURCES): Add all example files to the list. diff --git a/PROJECTS b/PROJECTS --- a/PROJECTS +++ b/PROJECTS @@ -31,7 +31,7 @@ * Support for lp_solve for linear programming problems. - * Free NLP solver. + * Improve sqp. * Fix CollocWt to handle Laguerre polynomials. Make it easy to extend it to other polynomial types. @@ -174,8 +174,6 @@ working on them, it would be good to support other size specifications (integer*2, etc.). - * Make fread and fopen look in the load path for files. - * Move some pr-output stuff to liboctave. * Make the cutoff point for changing to packed storage a @@ -213,8 +211,9 @@ is parsed as IF expr STRING END. - * Consider grouping all preference variables in a structure instead - of further polluting the namespace. Maybe `Octave_options.xxx'? + * Clean up functions in input.cc that handle user input (there + currently seems to be some unnecessary duplication of code and it + seems overly complex). * Consider allowing an arbitrary property list to be attached to any variable. This could be a more general way to handle the help