svn path=/branches/mono-1-1-9/mcs/; revision=51207
[mono.git] / mcs / class / Microsoft.JScript / Microsoft.Vsa / ChangeLog
1 2005-02-14  Cesar Lopez Nataren  <cnataren@novell.com>
2
3         * BaseVsaEngine.cs (Compile): Guide the compilation process when
4         the VsaItem is a VsaCodeItem.
5
6 2004-01-16  Cesar Lopez Nataren  <cesar@ciencias.unam.mx>
7
8         * Microsoft.Vsa/BaseVsaEngine.cs: added setter for InitNewCalled.
9
10 2003-09-29    <cesar@ciencias.unam.mx>
11
12         * BaseVsaEngine.cs: added default constructor, added exceptions
13         for Close (),  implemented GetOption, added properties that let
14         know the state of the engine.
15
16 2003-09-25    <cesar@ciencias.unam.mx>
17
18         * BaseVsaEngine.cs: Implemented the properties of "the kind of
19         state machine" that BaseVsaEngine is. There are some tiny details
20         - properly marked to be fixed - missing ;-). They were: Assembly,
21         Evidence, GenerateDebug, IsCompiled, IsDirty, IsRunning, Language,
22         LCID, Name, RootMoniker, RootNamespace, Site.
23         
24