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