fe1c0f6a03b59c2a08428733521b61f7f26f2b2f
[mono.git] / mcs / class / System / System.IO / ChangeLog
1 2003-03-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2
3         * FileSystemWatcher.cs: added attributes and some more implementation.
4         Now only the guts left to do.
5
6         * FileSystemEventArgs.cs:
7         * RenamedEventArgs.cs: implemented a couple of properties.
8
9 2002-10-31  Dick Porter  <dick@ximian.com>
10
11         * MonoIO.cs: Return the error status in a parameter, as the
12         GetLastError() value has long since been blown away if we try and
13         look it up in a subsequent internal call invocation.
14
15 2002-09-15  Duncan Mak  <duncan@ximian.com>
16
17         * FileSystemWatcher.cs (FileSystemWatcher): Fixed the null-param
18         constructor.
19
20 2002-08-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
21
22         * FileSystemWatcher.cs: IDisposable fixes.
23
24 2002-08-23  Gonzalo Paniagua Javier <gonzalo@ximian.com>
25
26         * InternalBufferOverflowException.cs:
27         * NotifyFilters.cs:
28         * WatcherChangeTypes.cs: little fixes based on class status page.
29
30 2002-08-15  Tim Coleman <tim@timcoleman.com>
31         * ErrorEventArgs.cs:
32         * ErrorEventHandler.cs:
33         * FileSystemEventArgs.cs:
34         * FileSystemEventHandler.cs:
35         * FileSystemWatcher.cs:
36         * InternalBufferOverflowException.cs:
37         * IODescriptionAttribute.cs:
38         * NotifyFilters.cs:
39         * RenamedEventArgs.cs:
40         * RenamedEventHandler.cs:
41         * WaitForChangedResult.cs:
42         * WatcherChangeTypes.cs:
43                 New stubs added.
44
45 2002-07-20  Dick Porter  <dick@ximian.com>
46
47         * MonoIO.cs: Cut down copy of corlib/System.IO/MonoIO.cs, so it
48         can be used from the System assembly but still not be exposed to
49         users.
50