Thu Apr 23 19:38:28 1998  Owen Taylor  <otaylor@gtk.org>

	* types.cc MICO.xs - Support for fixed,longlong,ulonglong and
	longdouble types.
	
	* MICO/Fixed.pm - implementation of fixed point arithmentic
	in terms of BigInt.pm
	
	* MICO/LongLong.pm ULongLong.pm LongDouble.pm - provide
	overloading for extended types.
	
	* exttypes.{cc/h} : Functions to read/write longlong,
	ulonglong and longdouble from strings. (Should use
	library funcs, but don't know how portable that is)

	* MICO.xs : Support the new CORBA-2.2 run()/shutdown(),
	functions in mico-2.0.6.
	
Wed Apr  1 00:38:39 1998  Owen Taylor  <owt1@cornell.edu>

	* types.cc: Arrays

	* MICO.xs true.cc server: Support for persistancy and bind()

Sun Mar 29 01:05:23 1998  Owen Taylor  <owt1@cornell.edu>

	* client-activate: client example, but using micod
	to activate server

	* MICO.xs: CORBA::ORB::bind() implemented

	* start-servers.sh: Start up micod as well. Add
	an entry for client-activate

Sat Mar 28 20:14:56 1998  Owen Taylor  <owt1@cornell.edu>

	* tictactoe: Peer-to-peer tictactoe game

Sat Mar 28 20:14:21 1998  Owen Taylor  <owt1@cornell.edu>

	* MICO.xs gtkmico.[cc h]: Support for GtkDispatcher

	* types.cc (pmico_instvars_get): Make sure that SV
	is magical before calling mg_find.

Thu Mar 26 23:22:10 1998  Owen Taylor  <owt1@cornell.edu>

	* interfaces.cc: typecode_cache wasn't initialized
	* types.cc: add String support