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