File: ChangeLog

package info (click to toggle)
mono 2.10.8.1-8%2Bdeb7u1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 371,440 kB
  • sloc: cs: 2,625,726; xml: 1,867,358; ansic: 394,850; sh: 13,823; makefile: 9,937; perl: 2,231; asm: 716; python: 473; cpp: 376; sql: 95; sed: 16
file content (105 lines) | stat: -rw-r--r-- 2,674 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
2008-03-20  Ivan N. Zlatev  <contact@i-nz.net>

	* EventsTab.cs: Complete implementation.

2008-03-05  Jonathan Pobst  <monkey@jpobst.com>

	EventsTab.cs: corcompare - fix parameter names.

2007-08-30  Jonathan Pobst  <monkey@jpobst.com>

	* ComponentEditorPage.cs, ComponentEditorForm.cs: Override AutoSize,
	AutoSizeChanged.

2007-01-20  Chris Toshok  <toshok@ximian.com>

	* ComponentEditorPage.cs: class status fixes.

	* ComponentEditorForm.cs: same.

2006-11-08  Jonathan Pobst  <monkey@jpobst.com>

	* ToolStripItemDesignerAvailability.cs: Added.
	* ToolStripItemDesignerAvailabilityAttribute.cs: Added.

2005-12-01  Peter Dennis Bartok  <pbartok@novell.com>

	* ComponentEditorForm.cs: Added missing attribute

2005-10-13  Peter Dennis Bartok  <pbartok@novell.com>

	* EventsTab.cs: Made .ctor() private to fix signature

2005-05-14  Rafael Teixeira <rafaelteixeirabr@hotmail.com>
	* EventsTab.cs: Implementation start with many gaping holes

2005-05-09  Marek Safar  <marek.safar@seznam.cz>

	* PropertyTab.cs: Implemented.

2005-02-14  Peter Bartok  <pbartok@novell.com>

	* PropertyTab.cs: Made class abstract

2004-04-14  Andreas Nahr <ClassDevelopment@A-SoftTech.com>

	* AssemblyInfo.cs: Removed
	* TODOAttribute.cs: Removed (duplicate)

	* System.Windows.Forms.Design.csproj.user
	* System.Windows.Forms.Design.csproj: Removed (outdated)

	* WindowsFormsComponentEditor.cs
	* ComponentEditorPage.cs: Added, mostly implemented

	* ComponentEditor.cs: Removed (does not belong here)

2004-02-24  Andreas Nahr <ClassDevelopment@A-SoftTech.com>

	* IWindowsFormsEditorService.cs: Corrected casing,
	  it is not yet corrected in the filename, implemented

2003-08-30  Alexandre Pigolkine <pigolkine@gmx.de>

	* ComponentEditor.cs
	* IUIService.cs: stubs added 

2003-03-31  Alan Tam <Tam@SiuLung.com>

	* UITypeEditor.cs: Removed because it shan't be here

2002-08-04  DennisHayes <dennish@raytek.com>

	* Started cheanglog

2002-08-04  DennisHayes <dennish@raytek.com>

	* AnchorEditor.cs
	* AxImporter.cs
	* ComponentDocumentDesigner.cs
	* ComponentEditorForm.cs: Stubbed out
	
	* ComponentTray.cs
	* ControlDesigner.cs
	* ComponentEditor.cs
	* DocumentDesigner.cs
	* EventsTab.cs
	* FileNameEditor.cs
	* IMenuEditorService.cs
	* IUIService.cs
	* IWindowsformsEditorService.cs
	* MenusCommands.cs
	* ParentControlDesigner.cs
	* PropertyTab.cs
	* ScrollableControlDesigner.cs
	* SelectionRules.cs
	* UITypeEditor.cs: Class body defined only. No stubbs done.
	
	* TODOAttribute.cs:
	  Used to mark unimplemented functions.
	
	* System.Windows.Forms.Design.csproj
	* System.Windows.Forms.Design.csproj.user
	* AssemblyInfo.cs:
	  Needed for Visual Studio compile.