changeset 6628:d88d66f8cab6

[project @ 2007-05-16 15:11:14 by jwe]
author jwe
date Wed, 16 May 2007 15:11:14 +0000
parents 37dcb57b80f6
children 7e2b5d0cf7ad
files ChangeLog PROJECTS
diffstat 2 files changed, 8 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Wed May 16 15:02:13 2007 +0000
+++ b/ChangeLog	Wed May 16 15:11:14 2007 +0000
@@ -1,3 +1,7 @@
+2007-05-16  David Bateman  <dbateman@free.fr>
+
+	* PROJECTS: Update.
+
 2007-04-27  John W. Eaton  <jwe@octave.org>
 
 	* examples/Makefile.in (SOURCES): Add all example files to the list.
--- a/PROJECTS	Wed May 16 15:02:13 2007 +0000
+++ b/PROJECTS	Wed May 16 15:11:14 2007 +0000
@@ -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