* X11Keyboard.cs: Send up/down input when generating
[mono.git] / mcs / tools / ChangeLog
1 2004-12-10  Atsushi Enomoto  <atsushi@ximian.com>
2
3         * Makefile : added dtd2xsd.
4
5 2004-12-07  Raja R Harinath  <rharinath@novell.com>
6
7         * Makefile (run-test-ondotnet-local, uninstall-local): New.
8
9 2004-11-22  Raja R Harinath  <rharinath@novell.com>
10
11         * Makefile (net_1_1_bootstrap_SUBDIRS): Add 'security' directory.
12
13 2004-10-29  Raja R Harinath  <rharinath@novell.com>
14
15         * Makefile (net_2_0_SUBDIRS): New.  Only build 'wsdl' in the
16         net_2_0 profile.
17
18 2004-06-11  Raja R Harinath  <rharinath@novell.com>
19
20         * Makefile (PROGRAM_INSTALL_DIR): New define.
21         (install-local, uninstall-local): Use it.
22
23 2004-05-27  Duncan Mak  <duncan@ximian.com>
24
25         * Makefile (Module): Add mono-rpm-helpers
26
27 2004-04-28  Jackson Harper  <jackson@ximian.com>
28
29         * Makefile: Add gacutil to the build
30         
31 2004-01-15  Zoltan Varga  <vargaz@freemail.hu>
32
33         * Makefile: Added al directory.
34
35 2003-12-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
36
37         * Makefile: added browsercaps-updater directory.
38
39 2003-12-03  Lluis Sanchez Gual  <lluis@ximian.com>
40
41         * Makefile: Added soapsuds to build.
42
43 2003-10-21  Lluis Sanchez Gual  <lluis@ximian.com>
44
45         * Makefile: Added disco directory.
46
47 2003-09-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
48
49         * Makefile: added SqlSharp to the build.
50
51 2003-09-17  Lluis Sanchez Gual  <lluis@ximian.com>
52
53         * Makefile: Added genxs directory.
54
55 2003-08-28  Lluis Sanchez Gual  <lluis@ximian.com>
56
57         * Makefile: Added wsdl directory.
58
59 2003-07-16  Peter Williams  <peter@newton.cx>
60
61         * Makefile (DIST_ONLY_SUBDIRS): Don't build SqlSharp, it's
62         very old and doesn't build on Windows.
63
64 2003-05-01  Duncan Mak  <duncan@ximian.com>
65
66         * makefile:
67         * makefile.gnu: Add 'cilc' to the build.
68         
69 2003-03-14  Daniel Morgan  <danmorg@sc.rr.com>
70
71         * mono-win32-setup.nsi: added NSIS 
72         (NullSoft Installer System) script file for building
73         a Mono release for Windows NT/2000/XP
74
75 2003-03-08  Sebastien Pouliot  <spouliot@videotron.ca>
76
77         * ASN1.cs: Removed - now part of Mono.Security assembly
78         * cert2spc.cs: Moved to /mcs/tools/security
79         * makefile: Removed cert2spc and secutil tools and added reference
80         to makefile inside security directory.
81         * makefile.gnu: Same.
82         * secutil.cs: Moved to /mcs/tools/security
83
84 2003/01/20 Nick Drochak <ndrochak@gol.com>
85
86         * makefile: take out type-reflector since it's gone.
87
88 2003-01-18  Sebastien Pouliot  <spouliot@videotron.ca>
89
90         * makefile, makefile.gnu: Renamed Cert2Spc.exe to cert2spc.exe.
91
92 2003-01-09  Gaurav Vaish <gvaish_mono AT lycos.com>
93
94         * assemblies.xml     : Needed for Mobile controls enumerations.
95
96 2002-12-31  Jonathan Pryor <jonpryor@vt.edu>
97
98   * makefile.gnu: Add support for DIRS to all, install targets.  This was done
99     so type-reflector's install target could be independent/self-contained.
100
101 2002-12-27  Sebastien Pouliot  <spouliot@videotron.ca>
102
103         * ASN1.cs: New. Classes to manipulate Abstract Syntax Notation 1
104         structures.
105         * cert2spc.cs: New tool to generate Software Publisher Certificate
106         (SPC) from a list of X509 certificate and CRL.
107         * secutils.cs: Changed copyright notice.
108         * makefile: Added cert2spc.exe to Windows build.
109         * makefile.gnu: Added cert2spc.exe to Linux build.
110
111 2002-12-22  Sebastien Pouliot  <spouliot@videotron.ca>
112
113         * secutils.cs: New tool to extract strongname and X509 certificate
114         from assembly (or other signed files).
115         * makefile: Added secutil.exe to Windows build.
116         * makefile.gnu: Added secutil.exe to Linux build.
117
118 2002-12-06  Duncan Mak  <duncan@ximian.com>
119
120         * makefile.gnu (clean): Remove *.dbg files.
121
122 2002-10-16  Daniel Morgan <danmorg@sc.rr.com>
123
124         * SqlSharpCli.cs: SQL query tool moved 
125         from mcs/class/System.Data/Test
126         to mcs/tools/SqlSharp.  Include it in the build
127         so people can have a place to test connection strings
128         and the ADO.NET providers
129
130 2002-09-01  Jonathan Pryor <jonpryor@vt.edu>
131         * type-reflector: new tool.  See type-reflector/README for more information.
132
133 2002-03-09  Martin Baulig  <martin@gnome.org>
134
135         * DumpCultureInfo.cs: New tool to dump culture info. Incomplete,
136         we need to get unicode support working before we can use this.
137
138 2002-03-05  Gaurav Vaish <gvaish@iitk.ac.in>
139
140         * GenerateDelegate.cs: Generates delegates (EventHandler) as
141           specified. The output is quite simple, a delegate that has
142           the prototype as -->
143           public delegate void <given-name>EventHandler(object sender,
144              <given-name>EventArgs e)
145
146 2002-03-01  Martin Baulig  <martin@gnome.org>
147
148         * scan-tests.pl: Catch exceptions when running the tests so that we
149         always run all the tests in a test suite even if some of them fail.
150
151 2002-02-27  Martin Baulig  <martin@gnome.org>
152
153         * scan-tests.pl: Moved this script here from ../class/corlib/Test.
154
155 2002-02-22  Nick Drochak  <ndrochak@gol.com>
156
157         * makefile: move corcompare to it's own directory to hold multiple
158         class files.  still makes old corcompare for now.  will remove that
159         soon.
160
161 2002-02-18  Duncan Mak  <duncan@ximian.com>
162
163         * serialize.cs: When appropriate, changed Type.GetType calls to
164         the faster typeof operator.
165
166 2002-02-19  Nick Drochak  <ndrochak@gol.com>
167
168         * corcompare.cs: Reorganized into collaberating classes to analyze
169         and generate reports.  Still needs to find the MonoTODO's, and
170         has a little more prototype code in there, but it's almost done.
171
172         * makefile: output XML file in the tools directory for now.
173
174 2002-02-15  Nick Drochak  <ndrochak@gol.com>
175
176         * corcompare.cs: Adding stuff to collect all the missing and todo
177         information need to generate nice looking HTML pages.  Not quite 
178         done and needs some re-org, but Duncan can take a look.
179
180         * sample.xml: an example of how the XML will look that corcompare
181         will generate.  Can be used to start working on the XSLT.
182
183 2002-02-13  Nick Drochak  <ndrochak@gol.com>
184
185         * makefile: 'clean' target now removes file generated by CorCompare
186
187 2002-02-03  Duncan Mak  <duncan@ximian.com>
188
189         * serialize.cs: Added namespace block.
190
191 2002-02-01  Duncan Mak  <duncan@ximian.com>
192
193         * serialize.cs: Added a new tool for serializing objects. It
194         can create new types dynamically, but can only handle
195         arguments that are of primitive types.
196
197 2002-01-26  Gaurav Vaish <gvaish@iitk.ac.in>
198
199         * EnumCheckAssemblyCollection.cs,
200         * assemblies.xml:  Files related to EnumCheck checked-in. Now EnumCheck does
201                            not have any path hardcoded. It takes the assemblies to
202                            search from a xml files, which by default is assemblies.xml
203
204 2002-01-25  Nick Drochak  <ndrochak@gol.com>
205
206         * .cvsignore: ignore .dll files now since we build NUnitCore.dll ourselves
207
208 2002-01-18  Duncan Mak  <duncan@ximian.com>
209
210         * EnumCheck.cs: A checkin for Miguel to make EnumCheck not hardcode
211         path to corlib.dll.
212
213 2002-01-19  Nick Drochak  <ndrochak@gol.com>
214
215         * makefile: corcompare works again now, so make xml of missing types
216         * CorCompare.cs: use exception that .NET v1 throws to get types in mono corlib
217
218 2002-01-18  Nick Drochak  <ndrochak@gol.com>
219
220         * makefile: remove path to beta2 csc.exe.  path to csc.exe must be in PATH instead.
221         don't generate xml from corcompare for now.  it throws an error on v1.0 of .NET
222
223 2002-01-17  Nick Drochak  <ndrochak@gol.com>
224
225         * IFaceDisco.cs, XMLUtil.cs: Added new files for interface discovery tool.
226         * makefile: added target for IFaceDisco.exe and added to clean target for same
227
228 2002-01-08  John Barnette <jbarn@httcb.net>
229
230         * Removed todo.cs and related makefile data.
231
232
233
234 2002-01-07  John Barnette <jbarn@httcb.net>
235
236         
237
238         * makefile: added todo target, fixed EnumCheck target, simplified clean
239
240         
241         * todo.cs: new file.  generates todo list XML and compares assemblies
242
243
244
245 2002-01-07  Gaurav Vaish <gvaish@iitk.ac.in>
246
247         * EnumCheck.cs:  Get the numerical values of an enumeration.
248
249 2002-01-06  Nick Drochak  <ndrochak@gol.com>
250
251         * corcompare.cs: Catch the FileNotFoundException and handle it nicely.
252
253 2002-01-05  Nick Drochak  <ndrochak@gol.com>
254
255         * makefile: build corcompare
256         * corcompare.cs: add new file.  compares an assembly with mscorlib