
Things that should appear in the next release (1.0) in late May.
----------------------------------------------------------------

1. Support for remaining CORBA types (Array, Union, etc.)

2. Support for inout/out parameters (pass by reference)

3. Support returning of complex types (structures, sequences, etc.)

4. More powerful excpetion support.  Convert user defined exceptions to
their string form so they can be processed in some fashion by the tcl
script, or used in arguments to other orb calls.

5. Support for Orbix 2.0 (standard C++ language bindings)

6. Modify the orbRequest command so that it is optional to specify the
parameter names. Example:

	Instead of typing:

		invokeMethod $objRef set n 1 m 1 value 100

	You can now also optionally use the form:

		invokeMethod $objRef set 1 1 100

I prefer the first form since it makes the script more readable, but other
people have expressed interest in the second form.

7. Win32 support (if there are any required changes)

8. Switch to autoconf and create shared library for tclIR so
   that it can be loaded with new tcl 7.5 load command.

9. Support for other ORBs? (If other people send me patches)


