2002-10-09 Daniel Morgan <danmorg@sc.rr.com>
[mono.git] / ChangeLog
1 2002-10-09  Daniel Morgan <danmorg@sc.rr.com>
2
3         * data/config.in: add entry for MySQL native shared libraries
4           which are different on Windows and Linux
5
6 2002-10-04  Diego Sevilla Ruiz  <dsevilla@um.es>
7
8         * doc/ccvs: Fixed some ugly formatting.
9
10 2002-10-03  Dick Porter  <dick@ximian.com>
11
12         * acconfig.h:
13         * configure.in:  Freebsd pthread_t is a pointer
14
15 2002-10-01  Duncan Mak  <duncan@ximian.com>
16
17         * mono/os/Makefile.am: Add gc_wrapper.h.
18
19         * runtime/Makefile.am: Fix the path for monoresgen.exe.
20
21 2002-09-27  Dick Porter  <dick@ximian.com>
22
23         * configure.in: Check for semaphore.h.  Patch for BSD from
24         jmmv@hispabsd.org (Julio Merino).
25
26 2002-09-20  Duncan Mak  <duncan@ximian.com>
27
28         * data/config.in: Added reference to libxslt.
29
30 2002-09-20  Mark Crichton  <crichton@gimp.org>
31
32         * configure.in: added NEED_LINK_UNLINK to make io-layer more portable.
33         Linux has a "virtual fs" for UNIX sockets, Solaris and BSD don't.
34         For systems that do not have such a virtual FS, define
35         NEED_LINK_UNLINK.
36
37         * acconfig.h: added NEED_LINK_UNLINK
38         
39 Wed Sep 4 18:09:58 CEST 2002 Paolo Molaro <lupus@ximian.com>
40
41         * configure.in: add some needed defines to fix support of
42         threads in the GC.
43
44 2002-09-19  Mark Crichton  <crichton@gimp.org>
45
46         * configure.in: Added checks for Solaris to use X/Open functionality.
47         Really needed for the io-layer code.
48
49 2002-09-15  Andrew Birkett  <andy@nobugs.org>
50
51         * man/mcs.1: --probe is now --expect-error.
52
53 2002-09-09  Dick Porter  <dick@ximian.com>
54
55         * acconfig.h: 
56         * configure.in: Simplify thread checks, by using canned rules for
57         particular systems (based on the sleepycat db configure.in).
58         Tested on linux/x86, freebsd and w32.  Solaris also added, but I
59         don't have a solaris machine to try it on.
60
61 2002-09-04  Juli Mallett  <jmallett@FreeBSD.org>
62
63         * configure.in: Include <sys/types.h> when checking <sys/un.h> stuff.
64
65 2002-09-02  Diego Sevilla Ruiz  <dsevilla@um.es>
66
67         * doc/ccvs: Added how to convert SSH keys (from SSH Communications
68         Security) to the OpenSSH keys required by mono CVS
69         access.
70
71 2002-09-01  Juli Mallett  <jmallett@FreeBSD.org>
72
73         * configure.in, mono/interpreter/interp.c,
74         mono/io-layer/handles.c, mono/io-layer/processes.c,
75         mono/io-layer/threads.c, mono/io-layer/timed-thread.c,
76         mono/io-layer/wait.c, mono/jit/helpers.c, mono/jit/jit.c,
77         mono/metadata/appdomain.c, mono/metadata/class.c,
78         mono/metadata/domain.c, mono/metadata/gc.c,
79         mono/metadata/object.c, mono/metadata/reflection.c,
80         mono/metadata/threads.c, mono/os/gc_wrapper.h,
81         mono/utils/mono-hash.c: Add a new header, gc_wrapper.h, to
82         wrap inclusion of gc.h for boehm, since from FreeBSD and
83         OpenBSD ports, gc.h is <gc.h>, but on GNU it seems to be
84         in <gc/gc.h>.  This will reduce the diffs FreeBSD ports has
85         to apply, and also makes it possible for me to build with
86         GC on OpenBSD/macppc built by hand.
87
88 2002-09-01  Juli Mallett  <jmallett@FreeBSD.org>
89
90         * configure.in: On BSD don't try to use -ldl, we simply don't use it.
91
92 2002-09-01  Juli Mallett  <jmallett@FreeBSD.org>
93
94         * mono/dis/dis-cil.c:
95         * configure.in: Check for <wchar.h> via autoconf, don't use it if
96         it isn't there, as it seems to work fine without it on OpenBSD.
97
98 2002-08-28  Dick Porter  <dick@ximian.com>
99
100         * mono/os/win32/util.c: 
101         * mono/os/unix/util.c: 
102         * mono/os/util.h: mono_set_rootdir() doesnt take any args now.
103         (It doesn't do anything on unix builds, and the w32 version no
104         longer needs an arg.)
105
106         * configure.in: Add HOST_CC for w32 builds
107
108 Tue Aug 27 18:17:43 CEST 2002 Paolo Molaro <lupus@ximian.com>
109
110         * configure.in: remove iconv checks.
111
112 2002-08-24  Juli Mallett  <jmallett@FreeBSD.org>
113
114         * configure.in: Recognise OpenBSD/macppc as PowerPC.
115
116 Tue Aug 20 15:15:52 CEST 2002 Paolo Molaro <lupus@ximian.com>
117
118         * configure.in: patch by noa@metamatrix.se (Daniel Resare)
119         to error out if bison is missing.
120
121 2002-08-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
122
123         * configure.in: don't link against libdl on windoze.
124
125 2002-08-12  Dick Porter  <dick@ximian.com>
126
127         * mono.pc.in: Add $includedir to Cflags
128
129 Fri Jul 19 18:38:38 CEST 2002 Paolo Molaro <lupus@ximian.com>
130
131         * configure.in, Makefile.am, mono.pc.in: add a mono.pc file for use
132         with pkg-config.
133         * */Makefile.am: makefile overhaul to create a shared libmono library.
134         * */*.h: do not include config.h in headers that should be installed.
135
136 2002-07-12  Dick Porter  <dick@ximian.com>
137
138         * acconfig.h:
139         * configure.in: Check the size of sockaddr_un.sun_path
140
141 2002-06-23  Miguel de Icaza  <miguel@ximian.com>
142
143         * man/Makefile.am (man_MANS): Added new man page
144
145         * man/mono-config.5: New manual page describing the mono-config
146         file format. 
147
148 2002-06-10  Jaroslaw Kowalski <jarek@atm.com.pl>
149
150         * configure.in: added checks for MSG_NOSIGNAL
151
152 2002-05-30  Daniel Morgan <danmorg@sc.rr.com>
153
154         * doc/ado-net: update the ado-net web page on go-mono.com
155         input parameters support, beginnings of Mono.Data.MySQL 
156         and System.Data.OleDb, updated the sample source code,
157         and output from a PostgresTest
158
159 2002-05-21  Martin Baulig  <martin@gnome.org>
160
161         * mono.1: Documented the "--debug-args" debugging arguments.
162
163 2002-05-21  Martin Baulig  <martin@gnome.org>
164
165         * mono.1: Updated to reflect my latest changes and beautified this a bit.
166         (FIXME: There are still command line argument which aren't documented here.)
167
168 2002-05-19  Daniel Morgan <danmorg@sc.rr.com>
169
170         * doc/ado-net: updated page to include C# code snippets using
171         System.Data.  Update status: handle reading NULL values, DataSet/DataAdapter
172         works, executing/reading multiple results, and stored procedures.
173         And other tweaks about the providers.  
174
175 2002-05-19  Martin Baulig  <martin@gnome.org>
176
177         * mono/Makefile.am (SUBDIRS): Added `os', it's referenced by
178         interpreter/Makefile.am.
179
180 Wed May 15 12:22:09 CEST 2002 Paolo Molaro <lupus@ximian.com>
181
182         * configure.in: search for pthread functions also in libc_r (patch
183         from Garrett Rooney <rooneg@electricjellyfish.net>).
184
185 2002-05-11  Daniel Morgan <danmorg@sc.rr.com>
186
187         * doc/ado-net: added instructions for installing PostgreSQL on Linux
188         and for using nant to re-compile just the System.Data.dll assembly
189         on Windows.
190
191 2002-05-10  Rodrigo Moya <rodrigo@ximian.com>
192
193         * doc/ado-net: added instructions for compiling System.Data.dll
194         (a subset of) on Linux.
195
196 2002-05-10  Daniel Morgan <danmorg@sc.rr.com>
197
198         * doc/ado-net: added links
199
200 2002-05-09  Dick Porter  <dick@ximian.com>
201
202         * configure.in: Set CPPFLAGS not CFLAGS (bug 23767)
203
204 2002-05-05  Daniel Morgan <danmorg@sc.rr.com>
205
206         * doc/ado-net: correct formatting
207         * doc/index: added credit i forgot to add
208
209 2002-05-05  Daniel Morgan <danmorg@sc.rr.com>
210
211         * doc/ado-net: i did not format it correctly earlier, i 
212         tried added various tags where appropriate.
213         
214         * doc/index: added news item for May 5, 2002 - ado.net able
215         to retrieve data now
216
217 2002-05-05  Daniel Morgan <danmorg@sc.rr.com>
218
219         * doc/ado-net: updated the current status which
220         I kept forgetting to do.
221
222 2002-05-05  Daniel Morgan <danmorg@sc.rr.com>
223
224         * doc/ado-net: updated to includes an example for
225         running ipc-daemon as a Windows service.  Thanks
226         to gonzalo.
227
228 2002-05-05  Daniel Morgan <danmorg@sc.rr.com>
229
230         * doc/ado-net: updated to include installation of
231         PostgreSQL DBMS under cygwin.  It is a TODO for Linux though.
232         Also included notes on running the System.Data/Test/PostgresTest.cs
233         that should work on a lot of Mono installations that have
234         PostgreSQL installed.  If not please let me, rodrigo, or gonzalo
235         know.
236
237 2002-05-01  Rodrigo Moya <rodrigo@ximian.com>
238
239         * doc/ado-net: updated a little bit.
240
241 2002-04-30  Jeffrey Stedfast  <fejj@ximian.com>
242
243         * configure.in: Added checks for timezone stuff.
244
245 2002-04-30  Dick Porter  <dick@ximian.com>
246
247         * acconfig.h:
248         * configure.in: Added option to disable using shared memory for
249         handles
250
251 2002-04-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
252
253         * configure.in: fix for conditional "THREADS_PTHREAD" was never 
254         defined problem under cygwin with latest version of automake and
255         autoconf. Patch from Jeroen Janssen <japj@darius.demon.nl>.
256
257 2002-04-23  Gonzalo Paniagua Javier <gonzalo@ximian.com>
258
259         * configure.in: removed -Wshadow from CFLAGS.
260
261 2002-04-12  Rodrigo Moya <rodrigo@ximian.com>
262
263         * status/maintainers.xml: added danmorg and myself for System.Data.*
264         classes.
265
266         * status/class.xml: added System.Data.* classes.
267
268 2002-04-08  Dick Porter  <dick@ximian.com>
269
270         * configure.in: Set -mno-cygwin here rather than in the build script
271
272 2002-04-05  Dietmar Maurer  <dietmar@ximian.com>
273
274         * mono/tests/remoting2.cs: new test for async invoke of proxy calls
275
276 2002-03-29  Martin Baulig  <martin@gnome.org>
277
278         * doc/jit-debug, docs/jit-debug-sample, docs/jit-debug-sample2:
279         New files, added documentation for the debugging code.
280
281         * doc/web/commands: Added the debugging pages.
282
283         * docs/jit-debug: Removed, this is now on the web site.
284
285 2002-03-24  Martin Baulig  <martin@gnome.org>
286
287         * man/mcs.1: Documented the new --debug option and added a section
288         about debugging support.
289
290         * man/mono.1: Documented the new --dwarf and --dwarf-plus options.
291
292 2002-03-21  Martin Baulig  <martin@gnome.org>
293
294         * configure.in: Added check for <elf.h>.
295
296 2002-03-18  Dick Porter  <dick@ximian.com>
297
298         * configure.in: Only look for libgc on the system.  Default to not
299         using GC at all, because it doesn't work with the jit.
300
301 2002-03-17  Miguel de Icaza  <miguel@ximian.com>
302
303         * configure.in: Add support for building the included boehm GC.
304
305 Thu Mar 7 17:19:44 CET 2002 Paolo Molaro <lupus@ximian.com>
306
307         * configure.in: detect Boehm GC libs and add --with-gc switch.
308         Boehm GC needs to be explicitly enabled since the JIT currently fails
309         in some cases with it.
310
311 2002-02-27  Dietmar Maurer  <dietmar@ximian.com>
312
313         * mono/tests/fib.cs: it is now possible to pass a repeat count as
314         command line argument, for example fib.exe 20 runs the test 20
315         times. 
316
317 2002-02-25  Sergey Chaban  <serge@wildwestsoftware.com>
318         * configure.in: added support for ARM target arch.
319         Uncommented and modified arm-*-linux* target,
320         added mono/arch/arm/Makefile to AC_OUTPUT list.
321
322 2002-02-21  Mark Crichton  <crichton@gimp.org>
323
324         * status/class.xml: Added contact info for RNGCryptoServiceProvider
325         class and Rijndael classes.
326         * status/maintainers.xml: Added contact info to maintainers list.
327
328 2002-02-21  Mark Crichton  <crichton@gimp.org>
329  
330         * configure.in: Add checks for a system-provided entropy device
331         * acconfig.h: Added HAVE_CRYPT_RNG and NAME_DEV_RANDOM
332
333 2002-02-20  Dick Porter  <dick@ximian.com>
334
335         * acconfig.h:
336         * configure.in: Always build without cygwin support on windows
337
338 2002-02-19  Radek Doulik  <rodo@ximian.com>
339
340         * mono/tests/pinvoke.cs: use more pinvoke test methods
341
342 2002-02-19  Radek Doulik  <rodo@ximian.com>
343
344         * mono/tests/libtest.c (mono_test_many_short_arguments): new test
345         method
346         (mono_test_many_byte_arguments): ditto
347
348 2002-02-18  Radek Doulik  <rodo@ximian.com>
349
350         * mono/tests/Makefile.am: added small test library for pinvoke
351         testing
352
353         * mono/tests/libtest.c (mono_test_many_int_arguments): new file,
354         new function to test pinvoke
355
356         * mono/tests/pinvoke.cs (Test): added pinvoked method with 10 int
357         arguments
358
359         * mono/tests/Makefile.am: display # of passing tests too
360         added simple shared library libtest with testing function for
361         pinvoke
362
363 2002-02-17  Radek Doulik  <rodo@ximian.com>
364
365         * mono/tests/Makefile.am (test): display # of failed tests
366
367 2002-02-16  Jeffrey Stedfast  <fejj@ximian.com>
368
369         * configure.in: Add checks for SOL_IP, SOL_TCP, and
370         IP_PKTINFO. Also check for struct ip_mreqn.
371
372 2002-02-14  Jeffrey Stedfast  <fejj@ximian.com>
373
374         * configure.in: Add checks to see if we need to link to libsocket,
375         libnsl, and/or librt. Also check for inet_pton and inet_aton.
376
377 2002-02-13  Jeffrey Stedfast  <fejj@ximian.com>
378
379         * acconfig.h: #undef USE_MONO_MUTEX
380
381         * configure.in: If the system pthread implementation is lacking,
382         default to using mono-mutex.
383
384 2002-02-05  Dietmar Maurer  <dietmar@ximian.com>
385
386         * mono/tests/enum2.cs: new file with more enum tests.
387
388 2002-02-01  Dietmar Maurer  <dietmar@ximian.com>
389
390         * mono/tests/jit-long.cs: added some SHL/SHR tests
391
392 Fri Feb 1 15:32:36 CET 2002 Paolo Molaro <lupus@ximian.com>
393
394         * configure.in: allow PKG_CONFIG_PATH for the build-platform
395         pkg-config invocation.
396
397 Fri Feb 1 15:13:25 CET 2002 Paolo Molaro <lupus@ximian.com>
398
399         * configure.in: add some support/fixes for cross-compilation.
400
401 2002-01-14  Dietmar Maurer  <dietmar@ximian.com>
402
403         * mono/tests/exception6.cs: new tests for ADD_OVF, MUL_OVF
404         added tests for SUB_OVF, SUB_OVF_UN
405
406 2001-12-21  Dietmar Maurer  <dietmar@ximian.com>
407
408         * mono/tests/Makefile.am (TESTSRC): disabled stream-writer test
409
410 2001-12-21  Aaron Weber  <aaron@ximian.com>
411
412         * doc/faq (A): added a linebreak that was missing and was causing
413         a heading to appear badly.
414
415 2001-12-20  Aaron Weber  <aaron@ximian.com>
416
417         * doc/faq: added <a name=""> nav links, and moved all MSFT-related
418         questions into a single section.
419
420 2001-12-17  Aaron Weber  <aaron@ximian.com>
421
422         * doc/faq (Q): Question-by-question, line-by-line revision.
423
424 2001-12-17  Dietmar Maurer  <dietmar@ximian.com>
425
426         * mono/tests/time.cs: new test
427
428 2001-11-30  Radek Doulik  <rodo@ximian.com>
429
430         * configure.in: remove ACCESS_UNALIGNED="no" from ppc
431
432 2001-11-29  Radek Doulik  <rodo@ximian.com>
433
434         * configure.in (ACCESS_UNALIGNED): uncommented and modified
435         powerpc-*-linux* 
436         generate mono/arch/ppc/Makefile
437
438 2001-11-26  Dietmar Maurer  <dietmar@ximian.com>
439
440         * mono/tests/exception3.cs: modified the test to show a bug in the
441         current exception handling implementation.
442
443 2001-11-13  Dick Porter  <dick@ximian.com>
444
445         * configure.in: Some more tests for pthread features
446         (specifically, glibc 2.1 doesnt define pthread_mutex_timedlock but
447         still needs _GNU_SOURCE for PTHREAD_MUTEX_RECURSIVE)
448
449 2001-11-09  Dick Porter  <dick@ximian.com>
450
451         * configure.in: Try and get large file support, but it's not fatal
452         if it's not there (the io-layer just ignores the high word in that
453         case.)
454
455         Check for windows builds, and only bother to look for pthreads and
456         large files if we're not building for cygwin or native win32.  Not
457         having pthread support on Posix systems is now a fatal error.
458
459         * autogen.sh: Fix ACLOCAL_FLAGS - it wasn't being passed to
460         aclocal
461
462 2001-10-15  Dietmar Maurer  <dietmar@ximian.com>
463
464         * mono/tests/Makefile.am: removed JITTESTS, simply run all tests for
465         target testjit. 
466
467 2001-10-11  Dietmar Maurer  <dietmar@ximian.com>
468
469         * docs/object-layout: more documentation
470
471 Mon Oct 8 20:27:50 CEST 2001 Paolo Molaro <lupus@ximian.com>
472
473         * configure.in: define NO_UNALIGNED_ACCESS for platforms that
474         can't read on unaligned boundaries
475
476 2001-10-04  Dick Porter  <dick@ximian.com>
477
478         * configure.in: Do some deeper checks on pthreads for some of the
479         more interesting functions
480
481 2001-09-24  Dietmar Maurer  <dietmar@ximian.com>
482
483         * mono/tests/Makefile.am (testjit): a new target to test the JITer
484
485         * mono/tests/jit-*: added some test for the JITer
486
487 2001-09-23  Dick Porter  <dick@ximian.com>
488
489         * configure.in: Arrange to compile dummy thread support routines
490         if pthread isnt available
491         
492 2001-09-23  Dick Porter  <dick@ximian.com>
493
494         * configure.in: Check for pthread.h, so that we can check for the
495         HAVE_PTHREAD_H define in config.h
496
497 2001-09-21  Dick Porter  <dick@ximian.com>
498
499         * configure.in: Check for libpthread
500
501 2001-09-19  Dietmar Maurer  <dietmar@ximian.com>
502
503         * mono/tests/test-ops.cs: added more tests
504
505 Mon Sep 10 20:19:00 CEST 2001 Paolo Molaro <lupus@ximian.com>
506
507         * configure.in: check for sizeof(void*) and for the architecture.
508
509 2001-09-05  Dick Porter  <dick@ximian.com>
510
511         * autogen.sh: Fixed the section that adds $ACLOCAL_FLAGS to the
512         aclocal invocation, so putting aclocal files in /usr/local works
513
514 2001-08-30  Dietmar Maurer  <dietmar@ximian.com>
515
516         * *: removed the libffi dependency, mono now compiles on cygwin 
517
518         * mono/wrapper/build-dll: new file.
519
520 2001-08-28  Dietmar Maurer  <dietmar@ximian.com>
521
522         * mono/tests/console.cs: impl.
523
524         * mono/tests/box.cs: impl.
525
526         * mono/tests/stream-writer.cs: impl.
527
528 Mon Aug 27 20:24:26 CEST 2001 Paolo Molaro <lupus@ximian.com>
529
530         * mono/tests/*: New test cases, mostly for virtual method dispatch.
531         Use make testb for the slow benchmarking programs,
532         make test for the usual regression test checks.
533
534 2001-08-22  Rodrigo Moya <rodrigo@ximian.com>
535
536         * mono/cil/Makefile.am:
537         * mono/wrapper/Makefile.am: use correct variables for installation
538         directories
539
540 Tue Aug 21 18:54:06 CEST 2001 Paolo Molaro <lupus@ximian.com>
541
542         * mono/tests/exceptions*: enhanced and added more tests for
543         exceptions.
544
545 2001-08-20  Miguel de Icaza  <miguel@ximian.com>
546
547         * mono/Makefile.am (SUBDIRS): Remove `test' from here to allow us
548         to pass make distcheck
549
550         * mono/wrapper/Makefile.am (EXTRA_DIST): Include genwrapper.pl
551
552         * configure.in, Makefile.am, runtime/Makefile.am (dist-hook,
553         install-data-hook): Added mechanism to distribute and install the
554         dll files.
555
556 2001-08-20  Dietmar Maurer  <dietmar@ximian.com>
557
558         * mono/tests/stream.cs: new tests for the Stream class
559
560         * configure.in: I really need LIBTOOL for libmonowrapper.so, so I
561         added it again.
562
563 2001-08-16  Alex Graveley  <alex@ximian.com>
564
565         * configure.in: Replace AM_PROG_LIBTOOL with AC_PROG_RANLIB. This
566         removes libtool dependency on all of Mono.
567
568 2001-08-10  Dietmar Maurer  <dietmar@ximian.com>
569
570         * mono/tests/array.cs: more array tests
571
572 2001-08-09  Dietmar Maurer  <dietmar@ximian.com>
573
574         * mono/tests/array.cs: more array tests
575
576 2001-08-06  Dietmar Maurer  <dietmar@ximian.com>
577
578         * mono/tests/pinvoke.cs: we can now print strings ;-)
579
580         * mono/tests/array.cs: new test for arrays
581
582 2001-08-02  Alex Graveley  <alex@ximian.com>
583
584         * libffi/*: Import libffi CVS version, with minor changes to make it 
585           compile.
586
587         * mono/interpreter/Makefile.am: Link against 
588           ../../libffi/.libs/libffi.a.
589
590         * Makefile.am: Add libffi
591
592         * autogen.sh: Replace with adapted gnome autogen.sh
593
594         * configure.in: Add AC_CONFIG_SUBDIRS(libffi).
595
596 2001-08-02  Dietmar Maurer  <dietmar@ximian.com>
597
598         * mono/tests/pinvoke.cs: impl.
599
600 Wed Aug 1 22:34:52 CEST 2001 Paolo Molaro <lupus@ximian.com>
601
602         * configure.in, mono/tests: added some tests for the interpreter.
603
604 2001-07-15  Sean MacIsaac  <macisaac@ximian.com>
605
606         * doc/download: added instructions for cygwin
607         
608         * doc/c-sharp: removed bit about compiling
609         
610         * status/compare-assembly.cs: basedir should be there if
611         parameters are provided.
612
613         * status/makefile: made targets to dump info.
614         
615 2001-07-15  Joe Shaw  <joe@ximian.com>
616
617         * configure.in: Don't create doc/Makefile as there's nothing there
618         to make.
619
620         * Makefile.am: Don't build the doc directory because there's no
621         Makefile.am there.
622
623         * autogen.sh: Call aclocal with the $ACLOCAL_FLAGS env var.
624
625 2001-07-15  Miguel de Icaza  <miguel@ximian.com>
626
627         * doc/class-library (A): Updated FAQ with question on error 1595.
628
629 2001-07-14  Miguel de Icaza  <miguel@ximian.com>
630
631         * doc/index: 
632
633 Wed Jul 11 00:36:36 CEST 2001 Paolo Molaro <lupus@ximian.com>
634
635         * status/*: scripts and data to create statistics about the
636         class library status.
637
638 2001-07-09  Alex Graveley  <alex@ximian.com>
639
640         * doc/makefile (clean): Add clean target.
641         * doc/web/makefile (clean): Ditto.
642
643 2001-07-09  Alex Graveley  <alex@ximian.com>
644
645         * doc/makefile (all-docs): Fix typo.
646
647 2001-05-30  Miguel de Icaza  <miguel@ximian.com>
648
649         * NEWS: 
650