Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGonzalo Paniagua Javier <gonzalo.mono@gmail.com>2004-01-16 06:27:24 +0300
committerGonzalo Paniagua Javier <gonzalo.mono@gmail.com>2004-01-16 06:27:24 +0300
commitdbea39aa4615fb6e7d59fb185537342396450159 (patch)
tree6d51c8c0c6738d75c52038bbfc71d9cd0036670f /mcs/class/System/ChangeLog
parentf1c67e9f3650624df04e6c75e1a41375a7eaa88d (diff)
2004-01-16 Gonzalo Paniagua Javier <gonzalo@ximian.com>
* System.dll.sources: added new files. * System_test.dll.sources: added new test. * System.IO/DefaultWatcher.cs: stub for the default watcher. * System.IO/WindowsWatcher.cs: stub for the windows watcher. * System.IO/FAMWatcher.cs: FAM watcher. * System.IO/FileAction.cs: enum with event types. * System.IO/FileSystemEventArgs.cs: added SetName property. * System.IO/FileSystemWatcher.cs: added support for the 3 watchers. * System.IO/IFileWatcher.cs: interface implemented by the watchers. * System.IO/SearchPattern.cs: copied from corlib. * Test/System.IO/FileSystemWatcherTest.cs: new test. svn path=/trunk/mcs/; revision=22139
Diffstat (limited to 'mcs/class/System/ChangeLog')
-rw-r--r--mcs/class/System/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/mcs/class/System/ChangeLog b/mcs/class/System/ChangeLog
index 20be7ebe36e..41d9a86e155 100644
--- a/mcs/class/System/ChangeLog
+++ b/mcs/class/System/ChangeLog
@@ -1,3 +1,9 @@
+2004-01-16 Gonzalo Paniagua Javier <gonzalo@ximian.com>
+
+ * System.dll.sources: added new files.
+
+ * System_test.dll.sources: added new test.
+
2004-01-01 Nick Drochak <ndrochak@gol.com>
* Makefile: Suppress warnings about multiple Regex defs and obsolete