Support for PropertyGroup as a child of When and Otherwise
[mono.git] / mcs / class / Microsoft.JScript / ChangeLog
1 2006-07-26  César Octavio López Natarén  <cesar.nataren@gmail.com>
2
3         * Microsoft.JScript.dll.sources: Added JScriptCodeCompiler.cs from
4         Akiramei (mei@work.email.ne.jp) to the build.
5
6 2006-01-08  Cesar Lopez Nataren  <cnataren@novell.com>
7
8         * Makefile: No longer reference the C# compiler for namespace
9         lookup.
10
11 2005-10-21  Carlos Alberto Cortez <calberto.cortez@gmail.com>
12
13         * SemanticAnalizer.cs, Import.cs: Update calls to the
14         latest changes in namespace.cs. Keep the old calls for
15         2.0 profile, and update them as soon as these changes are
16         merged to gmcs.
17         
18 2005-09-15  Raja R Harinath  <rharinath@novell.com>
19
20         * Makefile (COMPILER): New.  Points to mcs.exe or gmcs.exe
21         depending on the profile.
22         (LIB_MCS_FLAGS): Pick the profile dependent compiler.
23
24 2005-09-14  Ritvik Mayank  <mritvik@novell.com>
25         
26         * Makefile : Added mcs.exe path
27
28 2005-08-08  Florian Gross  <flgr@ccan.de>
29
30         * Imported Test/Mozilla
31
32 2005-05-18  Marek Safar  <marek.safar@seznam.cz>
33
34         * Microsoft.JScript.dll.sources: Added JScriptCodeGenerator.cs
35
36 2005-05-07  Cesar Lopez Nataren  <cnataren@novell.com>
37
38         * COMFieldInfo.cs, COMMethodInfo.cs, JSMethod.cs: added to the
39         build.
40
41 2005-05-06  Cesar Lopez Nataren  <cnataren@novell.com>
42
43         * Add ArgumentsObject.cs to the build is used on code generated
44         when the implicit arguments object is used inside a method.
45
46 2005-05-03  Cesar Lopez Nataren  <cnataren@novell.com>
47
48         * Microsoft.JScript.dll.sources: IWrappedMember.cs,
49         IVsaScriptCodeItem.cs, IDebugType.cs, IDefineEvent.cs,
50         IEngine2.cs, IMethodsCompletionInfo.cs, INeedEngine.cs,
51         IObjectCompletionInfo.cs, ISite2.cs, MemberInfoInitializer.cs, VSAITEMTYPE2.cs
52         added to the build.
53
54 2005-05-02  Cesar Lopez Nataren  <cnataren@novell.com>
55
56         * Microsoft.JScript.dll.sources: COMMemberInfo.cs,
57         IAuthorServices.cs, IColorizeText.cs, IDebugConvert.cs,
58         IDebuggerObject.cs, IDebugScriptScope.cs, IErrorHandler.cs,
59         IParseText.cs, ITokenColorInfo.cs, ITokenEnumerator.cs,
60         IVsaFullErrorInfo.cs, SourceState.cs, TokenColor.cs added to the
61         build. These are missing interfaces for COM interop.
62
63 2005-02-05  Cesar Lopez Nataren  <cnataren@novell.com>
64
65         * Microsoft.JScript.dll.sources: Nuke SymbolTable.cs
66
67 2004-12-10  Cesar Lopez Nataren  <cesar@ciencias.unam.mx>
68
69         * Microsoft.JScript.dll.sources: add JSPropertyInfo.cs
70
71 2004-10-11  Cesar Lopez Nataren  <cesar@ciencias.unam.mx>
72
73         * Microsoft.JScript.dll.sources: add TypeMananger.cs
74
75 2004-09-20  Cesar Lopez Nataren  <cesar@ciencias.unam.mx>
76
77         * Antlr.Runtime/[antlr, antlr.collections, antlr.collections.impl,
78         antlr.debug, antlr.debug.misc]: Good bye antlr.
79         * Microsoft.JScript.dll.sources: dropped antlr dependency.
80         
81 2004-08-22  Cesar Lopez Nataren  <cesar@ciencias.unam.mx>
82
83         * Microsoft.JScript.dll.sources: added In.cs, Token.cs,
84         TokenStream.cs and Parser.cs to the build. Don't build
85         JScriptLexer.cs and JScriptParser.cs
86
87 2004-04-28  Sebastien Pouliot  <sebastien@ximian.com>
88
89         * Microsoft.JScript.dll.sources: Added Assembly/AssemblyInfo.cs and
90         Locale.cs to the build.
91
92 2004-01-16  Cesar Lopez Nataren  <cesar@ciencias.unam.mx>
93
94         * Microsoft.JScript.dll.sources: added VsaScriptScope to the build.
95         
96 2003-11-10    <cesar@ciencias.unam.mx>
97
98         * Microsoft.JScript.dll.sources: don't build Visitor.cs.
99
100 2003-11-03    <cesar@ciencias.unam.mx>
101
102         *  Microsoft.JScript.dll.sources: Added IdentificationTable.cs,
103         SemanticAnalizer.cs and SymbolTable.cs to the build.
104
105 2003-09-29    <cesar@ciencias.unam.mx>
106         
107         * Makefile: Set TEST_MCS_FLAGS.
108
109         * Microsoft.JScript_test.dll.sources: deleted the building of my
110         local test  BaseVsaEngineTest.
111         
112         * Added Microsoft.JScript_test.dll.sources
113
114         * Makefile: allow test build.
115
116         * Microsoft.JScript.dll.sources: Added VsaItem.cs, VsaItems.cs,
117         VsaGlobalItem.cs, VsaReferenceItem.cs , VsaCodeItem.cs to the build.
118
119 2003-09-24    <cesar@ciencias.unam.mx>
120
121         * Microsoft.JScript/: Deleted VsaEngine.cs and BaseVsaEngine.cs
122
123         * Microsoft.JScript.dll.sources: Changed the namespaces for VsaEngine and BaseVsaEngine.
124         
125
126 2003-07-22  Cesar Lopez Nataren  <cesar@ciencias.unam.mx>
127
128         * Added the new files to the build.
129
130 2003-06-09  Cesar Octavio Lopez Nataren <cesar@ciencias.unam.mx>
131         * Added FormalParameterList, Statement, VariableDeclaration, 
132         VariableStatement and Visitor files to the unix.args.
133
134 2003-04-21  Cesar Octavio Lopez Nataren  <cesar@ciencias.unam.mx>
135
136         * Added Antlr.Runtime, it contains the files needed for compiling
137         the files generated by antlr.
138
139         * Added Antlr.Runtime/antlr, Antlr.Runtime/antlr.collections,
140         Antlr.Runtime/antlr.collections.impl, Antlr.Runtime/antlr.debug,
141         Antlr.Runtime/antlr.debug.misc. 
142
143         * makefile.gnu: Added some more references to the compilation.
144         * unix.args: Erased some newlines and tabs that were confusing
145         mcs.
146         * ScriptObject.cs: Commented "public Object this [params ...]" temp.
147
148 2003-04-20      Cesar Octavio Lopez Nataren <cesar@ciencias.unam.mx>
149
150         * ChangeLog: Added this file.
151         * Added makefile.gnu and unix.args.
152