switch to unix line terminators
authorAlexandre Pigolkine <pigolkine@mono-cvs.ximian.com>
Sat, 21 Jun 2003 16:50:32 +0000 (16:50 -0000)
committerAlexandre Pigolkine <pigolkine@mono-cvs.ximian.com>
Sat, 21 Jun 2003 16:50:32 +0000 (16:50 -0000)
svn path=/trunk/mcs/; revision=15537

mcs/class/System.Drawing/System.Drawing.Design/ChangeLog
mcs/class/System.Drawing/System.Drawing.Design/UITypeEditor.cs
mcs/class/System.Drawing/System.Drawing.Design/UITypeEditorEditStyle.cs

index c8a279e973ed6f6879acfdd0b293cc328ad62d34..b11567750598d7d918d178465871f7a62525a006 100644 (file)
@@ -1,31 +1,31 @@
-2003-03-31  Alan Tam <Tam@SiuLung.com>\r
-\r
-       * UITypeEditor.cs: Added\r
-       * PaintValueEventArgs.cs: Fixed typo in namespace\r
-\r
-2002-12-01  Alejandro Sánchez Acosta <raciel@es.gnu.org>\r
-\r
-       * PaintValueEventArgs.cs,\r
-         ToolboxComponentsCreatingEventArgs.cs,\r
-         PropertyValueItem.cs,\r
-         ToolboxComponentsCreatingEventHandler.cs\r
-         IDesignerHost.cs, \r
-         ToolboxItemCreatorCallback.cs, \r
-         ToolboxItem.cs, \r
-         ToolboxComponentsCreatedEventArgs.cs\r
-         UITypeEditorEditStyle.cs, \r
-         IToolboxUser.cs \r
-         ToolboxComponentsCreatedEventHandler.cs\r
-         CategoryNameCollection.cs : Added\r
-       \r
-2002-11-20  Alejandro Sánchez Acosta <raciel@es.gnu.org>\r
-\r
-       * IPropertyValueUIService.cs: Added\r
-\r
-       * PropertyValueItem.cs: Added\r
-\r
-       * PropertyValueUIHandler.cs: Added\r
-\r
-       * PropertyValueUIItemInvokeHandler.cs: Added\r
-\r
-       * ChangeLog: new file.\r
+2003-03-31  Alan Tam <Tam@SiuLung.com>
+
+       * UITypeEditor.cs: Added
+       * PaintValueEventArgs.cs: Fixed typo in namespace
+
+2002-12-01  Alejandro Sánchez Acosta <raciel@es.gnu.org>
+
+       * PaintValueEventArgs.cs,
+         ToolboxComponentsCreatingEventArgs.cs,
+         PropertyValueItem.cs,
+         ToolboxComponentsCreatingEventHandler.cs
+         IDesignerHost.cs, 
+         ToolboxItemCreatorCallback.cs, 
+         ToolboxItem.cs, 
+         ToolboxComponentsCreatedEventArgs.cs
+         UITypeEditorEditStyle.cs, 
+         IToolboxUser.cs 
+         ToolboxComponentsCreatedEventHandler.cs
+         CategoryNameCollection.cs : Added
+       
+2002-11-20  Alejandro Sánchez Acosta <raciel@es.gnu.org>
+
+       * IPropertyValueUIService.cs: Added
+
+       * PropertyValueItem.cs: Added
+
+       * PropertyValueUIHandler.cs: Added
+
+       * PropertyValueUIItemInvokeHandler.cs: Added
+
+       * ChangeLog: new file.
index da57cd5985d9107218d624f5450c746eb2942dcd..f1d9ac46e212975bb80289dc3ef6d6574406130e 100644 (file)
@@ -1,66 +1,66 @@
-// System.Drawing.Design.UITypeEditor.cs\r
-// \r
-// Author:\r
-//     Alan Tam Siu Lung <Tam@SiuLung.com>\r
-// \r
-// (C) 2003 Alan Tam Siu Lung <Tam@SiuLung.com>\r
-// \r
-\r
-using System;\r
-using System.ComponentModel;\r
-\r
-namespace System.Drawing.Design\r
-{\r
-       /// <summary>\r
-       /// Summary description for UITypeEditor.\r
-       /// </summary>\r
-       public class UITypeEditor\r
-       {\r
-               [MonoTODO]\r
-               public UITypeEditor()\r
-               {\r
-               }\r
-\r
-               [MonoTODO]\r
-               public virtual object EditValue(ITypeDescriptorContext context,\r
-                                               IServiceProvider provider, object value)\r
-               {\r
-                       throw new NotImplementedException ();\r
-               }\r
-\r
-               public object EditValue(IServiceProvider provider, object value)\r
-               {\r
-                       throw new NotImplementedException ();\r
-               }\r
-\r
-               [MonoTODO]\r
-               public virtual UITypeEditorEditStyle GetEditStyle(ITypeDescriptorContext context)\r
-               {\r
-                       throw new NotImplementedException ();\r
-               }\r
-\r
-               [MonoTODO]\r
-               public UITypeEditorEditStyle GetEditStyle()\r
-               {\r
-                       throw new NotImplementedException ();\r
-               }\r
-\r
-               [MonoTODO]\r
-               public virtual bool GetPaintValueSupported(ITypeDescriptorContext context)\r
-               {\r
-                       throw new NotImplementedException ();\r
-               }\r
-\r
-               [MonoTODO]\r
-               public void PaintValue(object value, Graphics canvas, Rectangle rectangle)\r
-               {\r
-                       throw new NotImplementedException ();\r
-               }\r
-\r
-               [MonoTODO]\r
-               public virtual void PaintValue(PaintValueEventArgs e)\r
-               {\r
-                       throw new NotImplementedException ();\r
-               }\r
-       }\r
-}\r
+// System.Drawing.Design.UITypeEditor.cs
+// 
+// Author:
+//     Alan Tam Siu Lung <Tam@SiuLung.com>
+// 
+// (C) 2003 Alan Tam Siu Lung <Tam@SiuLung.com>
+// 
+
+using System;
+using System.ComponentModel;
+
+namespace System.Drawing.Design
+{
+       /// <summary>
+       /// Summary description for UITypeEditor.
+       /// </summary>
+       public class UITypeEditor
+       {
+               [MonoTODO]
+               public UITypeEditor()
+               {
+               }
+
+               [MonoTODO]
+               public virtual object EditValue(ITypeDescriptorContext context,
+                                               IServiceProvider provider, object value)
+               {
+                       throw new NotImplementedException ();
+               }
+
+               public object EditValue(IServiceProvider provider, object value)
+               {
+                       throw new NotImplementedException ();
+               }
+
+               [MonoTODO]
+               public virtual UITypeEditorEditStyle GetEditStyle(ITypeDescriptorContext context)
+               {
+                       throw new NotImplementedException ();
+               }
+
+               [MonoTODO]
+               public UITypeEditorEditStyle GetEditStyle()
+               {
+                       throw new NotImplementedException ();
+               }
+
+               [MonoTODO]
+               public virtual bool GetPaintValueSupported(ITypeDescriptorContext context)
+               {
+                       throw new NotImplementedException ();
+               }
+
+               [MonoTODO]
+               public void PaintValue(object value, Graphics canvas, Rectangle rectangle)
+               {
+                       throw new NotImplementedException ();
+               }
+
+               [MonoTODO]
+               public virtual void PaintValue(PaintValueEventArgs e)
+               {
+                       throw new NotImplementedException ();
+               }
+       }
+}
index 6a571cc7cc4bb8f9dfa7897269137a840f5dcc3b..5c606ea05003ad262137b81e7485b422593dbcff 100644 (file)
@@ -1,15 +1,15 @@
-//\r
-// System.Drawing.Design.UITypeEditorEditStyle.cs\r
-//\r
-// (C) 2001 Ximian, Inc.  http://www.ximian.com\r
-// Author: Dennis Hayes (dennish@raytek.com)\r
-//\r
-using System;\r
-namespace System.Drawing.Design\r
-{\r
-       public enum  UITypeEditorEditStyle{\r
-                       DropDown=1,\r
-                       Modal=2,\r
-                       None=3\r
-       }\r
+//
+// System.Drawing.Design.UITypeEditorEditStyle.cs
+//
+// (C) 2001 Ximian, Inc.  http://www.ximian.com
+// Author: Dennis Hayes (dennish@raytek.com)
+//
+using System;
+namespace System.Drawing.Design
+{
+       public enum  UITypeEditorEditStyle{
+                       DropDown=1,
+                       Modal=2,
+                       None=3
+       }
 }
\ No newline at end of file