Flush ChangeLog
authorMiguel de Icaza <miguel@gnome.org>
Sun, 5 May 2002 17:08:13 +0000 (17:08 -0000)
committerMiguel de Icaza <miguel@gnome.org>
Sun, 5 May 2002 17:08:13 +0000 (17:08 -0000)
svn path=/trunk/mcs/; revision=4311

mcs/class/System.Data/ChangeLog

index 87900747bbefc5ec7f0097be26a80a08fcf427e6..fafe7615ae1cf40f76af77e63377a30dd7521645 100644 (file)
@@ -1,3 +1,23 @@
+2002-05-05  Miguel de Icaza  <miguel@ximian.com>
+
+       * System.Data/DataSet.cs: Remove [Serializable] attributes from
+       methods, those only apply to structs or classes.
+
+       Stub out ISerializable, ISupportInitialize, and IListSource methods 
+       
+       * System.Data/DataRowView.cs: Stub out interface methods for
+       IEditableObject, ICustomTypeDescriptor and IDataErrorInfo
+
+       * System.Data/DataView.cs: Comment out non-implemented
+       interfaces. 
+
+       * System.Data/DataViewSettingsCollection.cs: Type cast variables
+       to the correct type to make it compile.
+
+       * System.Data/DataViewSettings.cs: remove reference to
+       non-existance type ApplyDefaultSort, it is a boolean.
+       
+
 2002-05-05  Tim Coleman <tim@timcoleman.com>
         * System.Data.SqlTypes/SqlBinary.cs:
         * System.Data.SqlTypes/SqlBoolean.cs: