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:
authorCarlos Alberto Cortez <calberto.cortez@gmail.com>2006-03-27 18:09:27 +0400
committerCarlos Alberto Cortez <calberto.cortez@gmail.com>2006-03-27 18:09:27 +0400
commit6d92fba9a1a9c108f14efec38e878e6fb967fef4 (patch)
treeae6f4d55c16ba10a802e4f1f9c3d979fd311dd8f /mcs/class/System/System.IO.Ports/ChangeLog
parent9c2c8abc15abc81943cd252200f2c97d0d9ae787 (diff)
2006-03-27 Carlos Alberto Cortez <calberto.cortez@gmail.com>
* SerialPort.cs: Inherit from Component, and use protected Events property to save the event handlers. Also add internal methods to trigger the events and remove pragmas. svn path=/trunk/mcs/; revision=58580
Diffstat (limited to 'mcs/class/System/System.IO.Ports/ChangeLog')
-rw-r--r--mcs/class/System/System.IO.Ports/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/mcs/class/System/System.IO.Ports/ChangeLog b/mcs/class/System/System.IO.Ports/ChangeLog
index 5f56d673888..589b57cf1d7 100644
--- a/mcs/class/System/System.IO.Ports/ChangeLog
+++ b/mcs/class/System/System.IO.Ports/ChangeLog
@@ -1,3 +1,9 @@
+2006-03-27 Carlos Alberto Cortez <calberto.cortez@gmail.com>
+
+ * SerialPort.cs: Inherit from Component, and use protected
+ Events property to save the event handlers. Also add internal
+ methods to trigger the events and remove pragmas.
+
2006-03-15 Miguel de Icaza <miguel@gnome.org>
* SerialPort.cs: We will do detection of systems differently as we