2003-12-23 Lluis Sanchez Gual * SynchronizationAttribute.cs: Several bug fixes. 2003-11-21 Lluis Sanchez Gual * Context.cs: Added internal static_data field. 2003-11-19 Lluis Sanchez Gual * Context.cs: Implemented several missing methods and properties: ContextProperties, DoCallBack, AllocateDataSlot, AllocateNamedDataSlot, FreeNamedDataSlot, GetData, GetNamedDataSlot, SetData. * SynchronizationAttribute.cs: Fixed check for current context. 2003-11-18 Lluis Sanchez Gual * SynchronizationAttribute.cs: Implemented. 2003-11-14 Miguel de Icaza * ContextProperty.cs: Add implementaion bits. 2003-07-28 Duncan Mak * ContextAttribute.cs: Removed constructor. 2003-04-03 Lluis Sanchez Gual * CrossContextChannel.cs: Improved support for OneWay and Async messages. 2003-03-20 Lluis Sanchez Gual * Context.cs: Implemented support for dynamic properties and dynamic message sinks. * CrossContextChannel.cs: Added support for dynamic message sinks. 2003-03-03 Lluis Sanchez Gual * Context.cs : Management of the default context moved to the runtime. Implemented creation of the client context, server context, object and envoy sinks. Added method for creating a new context. * CrossContextChannel.cs : Removed check for construction messages. Now construction go through the IActivators. 2003-02-18 Lluis Sanchez Gual * Contexts.cs : Added methods for getting the client context sink chain and the envoy sink chain. Also added stub methods for context switch and creation. * CrossContextChannel.cs : Added. 2003-02-03 Patrik Torstensson * Contexts.cs : Changed order of fields to match the runtime implementation. 2003-01-29 Lluis Sanchez Gual * Context.cs: Object sinks must be created for each object (they can contain object-specific info). 2002-12-20 Lluis Sanchez Gual * Context.cs: Added creation of default server context and object context sinks. 2002-07-31 Duncan Mak * SynchronizationAttribute.cs: Added more interfaces, it implements them (via CorCompare), but they're not listed in the docs. * ContextProperty.cs: * CrossContextDelegate.cs: Added to CVS. * ContextAttribute.cs: Added missing constructor. 2002-07-29 Duncan Mak * IContributeServerContentSink.cs: Removed. * IContributeServerContextSink.cs: Replaces IContributeServerContentSink. 2002-07-24 Duncan Mak * SynchronizationAttribute.cs: Added missing attributes. * IContextPropertyActivator.cs: * IContributeClientContextSink.cs: * IContributeDynamicSink.cs: * IContributeEnvoySink.cs: * IContributeObjectSink.cs: * IContributeServerContentSink.cs: Added the missing interfaces.