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:
Diffstat (limited to 'mcs/class/System/System.ComponentModel/ChangeLog')
-rw-r--r--mcs/class/System/System.ComponentModel/ChangeLog165
1 files changed, 0 insertions, 165 deletions
diff --git a/mcs/class/System/System.ComponentModel/ChangeLog b/mcs/class/System/System.ComponentModel/ChangeLog
deleted file mode 100644
index d37e3b5f2dc..00000000000
--- a/mcs/class/System/System.ComponentModel/ChangeLog
+++ /dev/null
@@ -1,165 +0,0 @@
-2002-06-23 Gonzalo Paniagua Javier <gonzalo@ximian.com>
-
- * TypeConverter.cs: flushed local changes.
-
-2002-06-20 Gonzalo Paniagua Javier <gonzalo@ximian.com>
-
- * StringConverter.cs: stubbed out.
- * TypeConverter.cs: stubbed the rest out and added some implementation.
-
- Five errors left when compiling System.Web in linux.
-
-2002-06-20 Gonzalo Paniagua Javier <gonzalo@ximian.com>
-
- * TypeConverterAttribute.cs: attribute used by
- TypeDescriptor.Getconverter ().
-
- * TypeDescriptor.cs: implemented GetConverter in the right way.
-
-2002-06-15 Gonzalo Paniagua Javier <gonzalo@ximian.com>
-
- * TypeConverter.cs:
- * ITypeDescriptorContext.cs:
- * TypeDescriptor.cs: implemented minimal set of features needed by xsp,
- which uses ColorConverter.
-
-2002-05-12 Daniel Morgan <danmorg@sc.rr.com>
-
- * IComponent.cs
- * ISite.cs: added using System
-
- * MarshalByValueComponent.cs: changed all throwing of Not ImplementedException
- to // TODOs and added using System. The throwing of the exceptions prevented
- System.Data from running.
-
-2002-05-10 Rodrigo Moya <rodrigo@ximian.com>
-
- * EventDescriptorCollection.cs (this[index]): call eventList[index],
- not this[index], which issues an 'ambigous call' error on Linux.
-
-2002-05-07 Rodrigo Moya <rodrigo@ximian.com>
-
- * EventDescriptor.cs: added missing constructors.
-
- * EventDescriptorCollection.cs: fixed interface methods implementation
-
- * IDataErrorInfo.cs:
- * IEditableObject.cs: new interfaces.
-
-2002-05-05 Gonzalo Paniagua Javier <gonzalo@ximian.com>
-
- * System.ComponentModel/AttributeCollection.cs: added a cast to make
- it compile.
-
-2002-05-03 Rodrigo Moya <rodrigo@ximian.com>
-
- * AttributeCollection.cs:
- * EventDescriptor.cs:
- * EventDescriptorCollection.cs:
- * ICustomTypeDescriptor.cs: new files.
-
-2002-05-01 Duncan Mak <duncan@ximian.com>
-
- * ListChangedType.cs:
- * ListChangedEventHandler.cs:
- * ListChangedEventArgs.cs: Added to fix build.
-
-2002-05-01 Miguel de Icaza <miguel@ximian.com>
-
- * PropertyDescriptorCollection.cs: Added the IList explicit
- implementation methods.
-
- lots of bug fixes to get the build to compile again.
-
-2002-05-01 Duncan Mak <duncan@ximian.com>
-
- * ListSortDirection.cs: EnumChecked.
-
-2002-05-01 Rodrigo Moya <rodrigo@ximian.com>
-
- * ListSortDirection.cs: new enumeration. Please, somebody run
- EnumCheck on it, as I don't have a windows machine.
-
- * PropertyDescriptorCollection.cs: new class.
-
- * ITypedList.cs:
- * IBindingList.cs: new interfaces.
-
-2002-04-28 Duncan Mak <duncan@ximian.com>
-
- * CollectionChangeAction.cs: Changed enum layout to fit the MS
- implementation. Please use EnumCheck!
-
-2002-04-28 Rodrigo Moya <rodrigo@ximian.com>
-
- * CollectionChangeAction.cs: new enumeration.
-
- * CategoryAttribute.cs: moved the 'return' keyword to the
- end of the method, to avoid compilation errors on Linux for
- all CategoryAttribute properties.
-
-2002-04-28 Rodrigo Moya <rodrigo@ximian.com>
-
- * IListSource.cs:
- * ISupportInitialize.cs:
- * MarshalByValueComponent.cs: new stubs, needed for System.Data
- compilation.
-
- * PropertyChangedEventArgs.cs:
- * CollectionChangeEventHandler.cs:
- * CollectionChangeEventArgs.cs: implemented.
-
-2002-04-28 Lawrence Pit <loz@cable.a2000.nl>
-
- * Added error code 11001 to Win32Exception, used by Dns.c
-
-2002-04-04 Dick Porter <dick@ximian.com>
-
- * ISynchronizeInvoke.cs: Needed by Process
-
-2002-01-23 Dick Porter <dick@ximian.com>
-
- * Win32Exception.cs: implement, with support for looking up
- runtime errors.
-
-2002-01-17 Miguel de Icaza <miguel@ximian.com>
-
- * Win32Exception.cs: Add.
-
-2002-01-05 Ravi Pratap <ravi@ximian.com>
-
- * CategoryAttribute.cs, Component.cs, ComponentCollection.cs: MonoTODO.
-
- * Container.cs, MemberDescriptor.cs, PropertyDescriptor.cs : Ditto.
-
-2001-10-27 Miguel de Icaza <miguel@ximian.com>
-
- * DesignerSerializationVisibilityAttribute.cs: Implemented.
-
- * DesignerSerializationVisibility.cs: New enumeration.
-
- * LocalizableAttribute.cs: Implemented.
-
- * BrowsableAttribute.cs: Implemented.
-
- * DesignOnlyAttribute.cs: Implemented.
-
- * DescriptionAttribute.cs: Implement.
-
- * MemberDescriptor.cs: Implemented.
-
- * CategoryAttribute.cs: implemented.
-
-2001-08-21 Nick Drochak <ndrochak@gol.com>
-
- * Component.cs: Eliminated compile errors by removing redundant fields and
- using the ISite member instead. Also raised the Disposed event, but not
- sure if it's correct now. Look for FIXME in the comments.
-
-2001-08-02 Miguel de Icaza <miguel@ximian.com>
-
- * EventHandlerList.cs: New file.
-
- * Container.cs, Component.cs, IContainer.cs, IComponent.cs,
- ComponentCollection.cs, ISite.cs: New classes
-