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