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:
authorAlexander Köplinger <alex.koeplinger@outlook.com>2016-01-29 21:17:03 +0300
committerAlexander Köplinger <alex.koeplinger@outlook.com>2016-01-29 21:17:06 +0300
commitb03e60628764d66654147bfc7a7e1a3242559888 (patch)
tree3599b29c7f180a5cb3e8cea3e875d26b8ecdeeb4 /mcs/class/System.Drawing.Design
parentbf5947a0fd2b523c30833605ee69b2b041aa43f4 (diff)
Remove ChangeLog files from the repo
They weren't updated in the last 6 years and aren't helpful anymore (e.g. by causing unrelated matches during git grep searches).
Diffstat (limited to 'mcs/class/System.Drawing.Design')
-rw-r--r--mcs/class/System.Drawing.Design/Assembly/ChangeLog14
-rw-r--r--mcs/class/System.Drawing.Design/ChangeLog19
-rw-r--r--mcs/class/System.Drawing.Design/System.Drawing.Design/ChangeLog112
3 files changed, 0 insertions, 145 deletions
diff --git a/mcs/class/System.Drawing.Design/Assembly/ChangeLog b/mcs/class/System.Drawing.Design/Assembly/ChangeLog
deleted file mode 100644
index 93dcda3ba2e..00000000000
--- a/mcs/class/System.Drawing.Design/Assembly/ChangeLog
+++ /dev/null
@@ -1,14 +0,0 @@
-2008-04-23 Andreas Nahr <ClassDevelopment@A-SoftTech.com>
-
- * AssemblyInfo.cs: New format, fix attribute
-
-2008-04-09 Andreas Nahr <ClassDevelopment@A-SoftTech.com>
-
- * AssemblyInfo.cs: Added missing 2.0 attributes
-
-2003-07-21 Andreas Nahr <ClassDevelopment@A-SoftTech.com>
-
- * AssemblyInfo.cs: Added
- * ChangeLog: Added
- * Locale.cs: Added
- * TODOAttribute.cs: Added \ No newline at end of file
diff --git a/mcs/class/System.Drawing.Design/ChangeLog b/mcs/class/System.Drawing.Design/ChangeLog
deleted file mode 100644
index 967571ea100..00000000000
--- a/mcs/class/System.Drawing.Design/ChangeLog
+++ /dev/null
@@ -1,19 +0,0 @@
-2007-05-30 Sebastien Pouliot <sebastien@ximian.com>
-
- * System.Drawing.Design.dll.sources: Add Toolbox* 2.0 classes.
-
-2003-07-21 Andreas Nahr <ClassDevelopment@A-SoftTech.com>
-
- * System.Drawing.Design.dll.sources: Added AssemblyInfo.cs, Locale.cs, TODOAttribute.cs
-
-2003-06-17 Andreas Nahr <ClassDevelopment@A-SoftTech.com>
-
- * Added System.Windows.Forms to makefile.gnu
-
-2003-04-07 Martin Willemoes Hansen <mwh@sysrq.dk>
-
- * Stubed rest of System.Drawing.Design
-
-2003-03-31 Martin Willemoes Hansen <mwh@sysrq.dk>
-
- * Initialized this assembly and made stubs for System.Drawing.Design
diff --git a/mcs/class/System.Drawing.Design/System.Drawing.Design/ChangeLog b/mcs/class/System.Drawing.Design/System.Drawing.Design/ChangeLog
deleted file mode 100644
index 98b6e0e34fa..00000000000
--- a/mcs/class/System.Drawing.Design/System.Drawing.Design/ChangeLog
+++ /dev/null
@@ -1,112 +0,0 @@
-2008-06-03 Ivan N. Zlatev <contact@i-nz.net>
-
- * FontNameEditor.cs: PaintEventArgs.Value is string containing
- the font name and not a Font.
- Based on a patch by Andy Hume <andyhume32@yahoo.co.uk>
- [Fixes bug #396631]
-
-2008-04-01 Ivan N. Zlatev <contact@i-nz.net>
-
- * ColorEditor.cs: Cache the editor contorl instead of creating
- it each time.
-
-2008-02-08 Ivan N. Zlatev <contact@i-nz.net>
-
- * ColorEditor.cs: Fix Height to include the last 8th row.
-
-2008-02-05 Ivan N. Zlatev <contact@i-nz.net>
-
- * ColorEditor.cs: Set the Height to match the custom colors tab
- Height.
- [Fixes bug #356527]
-
-2008-02-04 Ivan N. Zlatev <contact@i-nz.net>
-
- * ColorEditor.cs: Perfom action in OnMouseUp only if in client.
- [Fixes bug #358444]
-
-2007-11-13 Atsushi Enomoto <atsushi@ximian.com>
-
- * ToolboxItemCreator.cs, ToolboxService.cs, ToolboxItemContainer.cs:
- couple of 2.0 API fixes.
-
-2007-05-30 Sebastien Pouliot <sebastien@ximian.com>
-
- * CursorEditor.cs: Add new (2.0) IsDropDownResizable property.
- * ImageEditor.cs: Add new (2.0) GetImageExtenders method.
- * ToolboxItemContainer.cs: New. Stub to reduce MoMA missing report.
- * ToolboxItemCreator.cs: New. Stub to reduce MoMA missing report.
- * ToolboxService.cs: New. Stub to reduce MoMA missing report.
-
-2006-10-25 Chris Toshok <toshok@ximian.com>
-
- * IconEditor.cs: the value we're painting isn't an Image, it's an
- Icon. use Icon.ToBitmap to get something we can actually draw.
-
-2006-10-13 Chris Toshok <toshok@ximian.com>
-
- * ColorEditor.cs: we also need to make sure we set selected_color
- and color_chosen initially.
-
-2006-10-13 Chris Toshok <toshok@ximian.com>
-
- * ColorEditor.cs: windows allows a null to be passed in to
- EditValue (indeed, the property grid when showing a merged view
- requires it). Also, if no change is made we need to return the
- initial value (so, if you pass null in, and don't make a change,
- null should be returned.
-
-2006-07-31 Jonathan Chambers <joncham@gmail.com>
-
- * ColorEditor.cs: Add custom color picker tab.
-
-2006-04-27 Jonathan Chambers <jonathan.chambers@ansys.com>
-
- * ColorEditor.cs: Make into a drop down editor
- and begin work on editor.
-
-2006-04-26 Alexander Olk <alex.olk@googlemail.com>
-
- * ColorEditor.cs: Dispose the SolidBrush that fills the color
- rectangle and don't draw a border which uglifys
- PropertyGrid
-
-2004-02-24 Andreas Nahr <ClassDevelopment@A-SoftTech.com>
-
- * BitmapEditor.cs
- * FontEditor.cs
- * FontNameEditor.cs
- * IconEditor.cs
- * ImageEditor.cs
- * MetafileEditor.cs
- * ColorEditor.cs: beautifications
-
- * ContentAlignmentEditor.cs
- * CursorEditor.cs: Implemented a simple UI
- * ColorEditor.cs: Implemented a simple UI
-
-2003-07-23 Andreas Nahr <ClassDevelopment@A-SoftTech.com>
-
- * IconEditor.cs: Tiny fix to improve created image
-
-2003-07-21 Andreas Nahr <ClassDevelopment@A-SoftTech.com>
-
- * BitmapEditor.cs
- * IconEditor.cs
- * ImageEditor.cs
- * MetafileEditor.cs: Added localization support
-
- * FontNameEditor.cs: Improved implementation
-
-2003-06-17 Andreas Nahr <ClassDevelopment@A-SoftTech.com>
-
- * BitmapEditor.cs
- * FontEditor.cs
- * FontNameEditor.cs
- * IconEditor.cs
- * ImageEditor.cs
- * MetafileEditor.cs: Implemented
-
- * ColorEditor.cs
- * ContentAlignmentEditor.cs
- * CursorEditor.cs: Partially implemented