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