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