2008-08-01  Rolf Bjarne Kvinge <RKvinge@novell.com> 

	* ScriptableObjectGenerator.cs: Moved and stubbed stuff according to
	  SL2B2.

2008-07-31  Rolf Bjarne Kvinge <RKvinge@novell.com> 

	* WebApplication.cs: GetProperty isn't generic anymore.

2008-07-22  Rolf Bjarne Kvinge <RKvinge@novell.com> 

	* WebApplication.cs: Removed ApplicationUnhandledException.

2008-04-01  Rolf Bjarne Kvinge <RKvinge@novell.com> 

	* ScriptableObjectGenerator.cs: Completely remove Kind.NPOBJ.

2007-08-20  Jb Evain  <jbevain@novell.com>

	* ScriptableObjectGenerator.cs: use Helper methods to
	avoid calling internal methods of mscorlib.

2007-08-09  Miguel de Icaza  <miguel@novell.com>

	* ScriptableObjectGenerator.cs: Some changes to compile with the
	2.1 mscorlib, it does not build completely yet, and am afraid we
	will have to resort to using friend assemblies. 

2007-08-06  Jackson Harper  <jackson@ximian.com>

	* ScriptableObjectGenerator.cs: Fix function name.

2007-08-06  Jackson Harper  <jackson@ximian.com>

	* WebApplication.cs: initParams doesn't require a key=value string
	according to the docs
	(http://msdn2.microsoft.com/en-us/library/bb417075.aspx). In the
	"param1, param2" case just add the keys.

2007-08-02  Chris Toshok  <toshok@ximian.com>

	* WebApplication.cs: populate the StartupArgs dictionary based on
	the plugin's initParams.

2007-07-27  Jackson Harper  <jackson@ximian.com>

	* ScriptableObjectGenerator.cs: Expose some of these methods
	(maybe we should move them to agmono?).
	- Add value<->npobj support

2007-07-25  Chris Toshok  <toshok@ximian.com>

	* ScriptableObjectGenerator.cs: more gross stuff.  add event
	adding/emitting.

2007-07-21  Chris Toshok  <toshok@ximian.com>

	* WebApplication.cs, ScriptableObjectGenerator.cs: rework the
	scriptable object stuff pretty substantially.  separate type
	validation from the generation of the wrapper object.  This is so
	that eventually with events we won't need to validate the type
	whenever we wrap event args (since we'll already have validated it
	during the course of validating the class containing the
	scriptable event.)  Also, fix property sets, gets, and invocation.
	everything except events should be working.  Also, leave a comment
	about the Binder implementation (and how it's not necessaryin the
	long term.)

2007-07-17  Chris Toshok  <toshok@ximian.com>

	* ScriptableObjectGenerator.cs (InvokeFromUnmanaged): marshal the
	args manually.

2007-07-16  Chris Toshok  <toshok@ximian.com>

	* ScriptableObjectGenerator.cs: change InvokeFromUnmanaged to take
	an IntPtr[] for its args, instead of Value[], and do the
	marshalling manually.  this gets the bubblemark start/stop links
	working.

2007-07-16  Chris Toshok  <toshok@ximian.com>

	* ScriptableObjectGenerator.cs: implement this in terms of the
	plugin p/invokes for scriptable object wrappers.

	* WebApplication.cs: rename "instance" to "plugin_handle", and
	ScriptableObjectGenerator doesn't return a string now - it
	actually creates the wrapper class in the plugin.

2007-06-14  Atsushi Enomoto  <atsushi@ximian.com>

	* WebApplication.cs : more impl. based on assumed PInvokes.

2007-06-08  Atsushi Enomoto  <atsushi@ximian.com>

	* ScriptableObjectGenerator.cs : generate javascript object from
	  [Scriptable] object.
	* WebApplication.cs : use above (still nothing works)

2007-06-06  Atsushi Enomoto  <atsushi@ximian.com>

	* WebApplication.cs : some code, still does nothing.

2007-06-02  Atsushi Enomoto  <atsushi@ximian.com>

	* ApplicationUnhandledExceptionEventArgs.cs WebApplication.cs :
	  (practically) stubs.
