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