File: ChangeLog

package info (click to toggle)
mono 1.2.2.1-1etch1
  • links: PTS
  • area: main
  • in suites: etch
  • size: 142,720 kB
  • ctags: 256,408
  • sloc: cs: 1,495,736; ansic: 249,442; sh: 18,327; xml: 12,463; makefile: 5,046; perl: 1,248; asm: 635; yacc: 285; sql: 7
file content (29 lines) | stat: -rw-r--r-- 1,022 bytes parent folder | download | duplicates (2)
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
2006-03-10  Raja R Harinath  <rharinath@novell.com>

	* CodeDomSerializerException.cs: Move to System.Design.dll.

2006-03-09  Zoltan Varga  <vargaz@gmail.com>

	* CodeDomSerializerException.cs: New file.

2005-10-18  Sebastien Pouliot  <sebastien@ximian.com> 
 
	* InstanceDescriptor.cs: Added CAS permissions (unrestricted at class
	level).

2005-10-18  Sebastien Pouliot  <sebastien@ximian.com>

	* InstanceDescriptor.cs: Fix Invoke method as there's no 'this' for ctors.

2005-01-27  LLuis Sanchez Gual  <lluis@novell.com>

	* InstanceDescriptor.cs: Constructors don't need to be static.

2003-06-28  Andreas Nahr <ClassDevelopment@A-SoftTech.com>

	* ContextStack.cs: Redone based on a stack and completely implemented
	* DesignerLoader.cs: Removed unneeded members
	* DesignerSerializerAttribute.cs: Implemented, fixed AttributeUsage
	* ResolveNameEventArgs.cs: Visibility bug fixed
	* RootDesignerSerializerAttribute.cs: Fixed and implemented, fixed AttributeUsage
	* InstanceDescriptor.cs: Completely Implemented