Dave's "To do" list (feel free to jump in and do any one
of these things if you're inclined).

1.   Work on the SWIG library!  

2.   Default/optional function arguments

3.   I think the SWIG documentation system is going to need a
     major overhaul very soon now.

4.   Continued improvements to C++ support :

	Stuff I have ideas about :
	     - Multiple inheritance
             - Function overloading
             - Operator overloading

        Stuff I have no clue about :
             - Templates
             - Operator overloading

5.   More target languages (as appropriate).

6.   [incr Tcl] shadow classes (similar to Python shadow
     classes).

7.   A rewrite of the SWIG parser to make it easier to support
     more complicated things like arrays and function pointers
     (this will be the big 2.0 release).

8.   A language-independent exception mechanism.

9.   Work on a way to turn the SWIG library into a collection
     of pre-built modules for various scripting languages.

10.  More improvements to the Perl5 module.  I'd like to make it
     integrate with Perl a little better and maybe utilize some
     of Perl5's object oriented features.

11.  More work on Python shadow classes.

12.  To figure out a clean way for different SWIG modules to
     talk to each other.

13.  Use SWIG to do more cool stuff.

