File: ChangeLog

package info (click to toggle)
mono 2.6.7-5.1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 327,344 kB
  • ctags: 413,649
  • sloc: cs: 2,471,883; xml: 1,768,594; ansic: 350,665; sh: 13,644; makefile: 8,640; perl: 1,784; asm: 717; cpp: 209; python: 146; sql: 81; sed: 16
file content (742 lines) | stat: -rw-r--r-- 28,550 bytes parent folder | download | duplicates (5)
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
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
2009-10-22 Lluis Sanchez Gual <lluis@novell.com>

	* CodeNamespaceImportCollection.cs: Properly update the internal
	keys hashtable when there are changes in the items.

2009-09-30 Gonzalo Paniagua Javier <gonzalo@novell.com>

	* CodeNamespace.cs:
	* CodeTypeReference.cs:
	* CodeMemberMethod.cs:
	* CodeCompileUnit.cs:
	* CodeNamespaceImportCollection.cs:
	* CodeTypeDeclaration.cs: renamed/added fields so that we're
	compatible with MS serialization.

2009-08-13  Marek Habersack  <mhabersack@novell.com>

	* CodeTypeReference.cs: generic types specialized on arrays must
	not be treated as array declarations. Fixes bug #523341

2008-02-10  Juraj Skripsky  <js@hotfeet.ch>

	* CodeObject.cs: Add empty Visit method implementation.
	
	* CodeArgumentReferenceExpression.cs, CodeArrayCreateExpression.cs,
	CodeArrayIndexerExpression.cs, CodeAssignStatement.cs,
	CodeAttachEventStatement.cs, CodeBaseReferenceExpression.cs,
	CodeBinaryOperatorExpression.cs, CodeCastExpression.cs,
	CodeCommentStatement.cs, CodeConditionStatement.cs,
	CodeConstructor.cs, CodeDefaultValueExpression.cs,
	CodeDelegateCreateExpression.cs, CodeDelegateInvokeExpression.cs,
	CodeDirectionExpression.cs, CodeEntryPointMethod.cs,
	CodeEventReferenceExpression.cs, CodeExpressionStatement.cs,
	CodeFieldReferenceExpression.cs, CodeGotoStatement.cs,
	CodeIndexerExpression.cs, CodeIterationStatement.cs,
	CodeLabeledStatement.cs, CodeMemberEvent.cs,
	CodeMemberField.cs, CodeMemberMethod.cs,
	CodeMemberProperty.cs, CodeMethodInvokeExpression.cs,
	CodeMethodReferenceExpression.cs, CodeMethodReturnStatement.cs,
	CodeObjectCreateExpression.cs, CodeParameterDeclarationExpression.cs,
	CodePrimitiveExpression.cs, CodePropertyReferenceExpression.cs,
	CodePropertySetValueReferenceExpression.cs, CodeRemoveEventStatement.cs, 
	CodeSnippetExpression.cs, CodeSnippetTypeMember.cs,
	CodeThisReferenceExpression.cs, CodeThrowExceptionStatement.cs,
	CodeTryCatchFinallyStatement.cs, CodeTypeConstructor.cs,
	CodeTypeOfExpression.cs, CodeTypeReferenceExpression.cs,
	CodeVariableDeclarationStatement.cs, CodeVariableReferenceExpression.cs:
	Add Visit method implementation.

2007-01-18  Atsushi Enomoto  <atsushi@ximian.com>

	* CodeTypeReference.cs :
	  Support generic type definition in .ctor(Type)
	  Handle generic type in straightforward way in .ctor(Type), no need
	  to do ToString() and Parse().
	  Supply "`n" in .ctor(string,params CodeTypeReference[]).

2006-03-11  Miguel de Icaza  <miguel@novell.com>

	* CodeNamespaceImportCollection.cs: It turns out that a lot of the
	errors flagged with "!" were just missing explicit interface
	implementations.  

	Implement.

2005-11-30  Gert Driesen  <drieseng@users.sourceforge.net>

	* CodeRemoveEventStatement.cs: Event returns new CodeEventReference
	if underlying value is null.

2005-11-20  Gert Driesen  <drieseng@users.sourceforge.net>

	* CodeParameterDeclarationExpressionCollection.cs: Use CollectionBase
	implementation of IList.Remove to handle removal of item from
	collection.
	* CodeCatchClauseCollection.cs: Same.
	* CodeStatementCollection.cs: Same.
	* CodeAttributeDeclarationCollection.cs: Same.
	* CodeTypeMemberCollection.cs: Same.
	* CodeDirectiveCollection.cs: Same.
	* CodeTypeDeclarationCollection.cs: Same.
	* CodeNamespaceCollection.cs: Same.
	* CodeExpressionCollection.cs: Same.
	* CodeTypeReferenceCollection.cs: Same.
	* CodeTypeParameterCollection.cs: Same.
	* CodeCommentStatementCollection.cs: Same.
	* CodeAttributeArgumentCollection.cs: Same.

2005-11-20  Gert Driesen  <drieseng@users.sourceforge.net>

	* CodeEventReferenceExpression.cs: Set eol-style to native.
	* CodeArgumentReferenceExpression.cs: Set eol-style to native.
	* CodeParameterDeclarationExpressionCollection.cs: Set eol-style to 
	native.
	* CodeRegionMode.cs: Set eol-style to native.
	* FieldDirection.cs: Set eol-style to native.
	* CodeChecksumPragma.cs: Set eol-style to native.
	* CodeCatchClauseCollection.cs: Set eol-style to native.
	* CodeAttachEventStatement.cs: Set eol-style to native.
	* CodeSnippetCompileUnit.cs: Set eol-style to native.
	* CodeNamespace.cs: Set eol-style to native.
	* CodePropertySetValueReferenceExpression.cs: Set eol-style to native.
	* CodeTypeReference.cs: Set eol-style to native.
	* CodeDirectionExpression.cs: Set eol-style to native.
	* CodeThisReferenceExpression.cs: Set eol-style to native.
	* CodeSnippetStatement.cs: Set eol-style to native.
	* CodeMemberMethod.cs: Set eol-style to native.
	* CodeMemberProperty.cs: Set eol-style to native.
	* CodeEntryPointMethod.cs: Set eol-style to native.
	* CodeTypeReferenceOptions.cs: Set eol-style to native.
	* CodeIndexerExpression.cs: Set eol-style to native.
	* CodeCatchClause.cs: Set eol-style to native.
	* CodeStatementCollection.cs: Set eol-style to native.
	* CodeRegionDirective.cs: Set eol-style to native.
	* CodeTypeParameter.cs: Set eol-style to native.
	* CodeIterationStatement.cs: Set eol-style to native.
	* CodeRemoveEventStatement.cs: Set eol-style to native.
	* CodeVariableReferenceExpression.cs: Set eol-style to native.
	* CodeAttributeDeclarationCollection.cs: Set eol-style to native.
	* CodeTryCatchFinallyStatement.cs: Set eol-style to native.
	* CodeTypeMemberCollection.cs: Set eol-style to native.
	* CodeCompileUnit.cs: Set eol-style to native.
	* CodePrimitiveExpression.cs: Set eol-style to native.
	* CodeDirectiveCollection.cs: Fixed line endings. Set eol-style to 
	native.
	* CodeTypeDeclarationCollection.cs: Set eol-style to native.
	* CodeNamespaceImportCollection.cs: Set eol-style to native.
	* CodeNamespaceCollection.cs: Set eol-style to native.
	* CodeTypeMember.cs: Set eol-style to native.
	* CodeAttributeDeclaration.cs: Set eol-style to native.
	* CodeConditionStatement.cs: Set eol-style to native.
	* CodeExpressionCollection.cs: Set eol-style to native.
	* CodeTypeReferenceCollection.cs: Set eol-style to native.
	* CodeSnippetTypeMember.cs: Set eol-style to native.
	* CodeDelegateCreateExpression.cs: Set eol-style to native.
	* CodeLinePragma.cs: Set eol-style to native.
	* CodeMethodReferenceExpression.cs: Set eol-style to native.
	* CodeVariableDeclarationStatement.cs: Set eol-style to native.
	* CodeTypeReferenceExpression.cs: Set eol-style to native.
	* CodeArrayCreateExpression.cs: Set eol-style to native.
	* CodeFieldReferenceExpression.cs: Set eol-style to native.
	* CodePropertyReferenceExpression.cs: Set eol-style to native.
	* CodeTypeDeclaration.cs: Set eol-style to native.
	* CodeTypeConstructor.cs: Set eol-style to native.
	* CodeNamespaceImport.cs: Set eol-style to native.
	* CodeTypeParameterCollection.cs: Use for loop instead of foreach to 
	add elements in AddRange method. Fixed line endings. Set eol-style to
	native.
	* CodeTypeParameterCollection.cs: Set eol-style to native.
	* CodeExpression.cs: Set eol-style to native.
	* CodeBinaryOperatorType.cs: Set eol-style to native.
	* CodeSnippetExpression.cs: Set eol-style to native.
	* CodeCommentStatementCollection.cs: Set eol-style to native.
	* CodeMethodReturnStatement.cs: Set eol-style to native.
	* CodeObject.cs: Set eol-style to native.
	* CodeParameterDeclarationExpression.cs: Set eol-style to native.
	* CodeDelegateInvokeExpression.cs: Set eol-style to native.
	* CodeThrowExceptionStatement.cs: Set eol-style to native.
	* CodeObjectCreateExpression.cs: Set eol-style to native.
	* CodeTypeDelegate.cs: Set eol-style to native.
	* CodeLabeledStatement.cs: Set eol-style to native.
	* CodeArrayIndexerExpression.cs: Set eol-style to native.
	* CodeBinaryOperatorExpression.cs: Set eol-style to native.
	* CodeAttributeArgumentCollection.cs: Set eol-style to native.
	* MemberAttributes.cs: Set eol-style to native.
	* CodeExpressionStatement.cs: Set eol-style to native.
	* CodeConstructor.cs: Set eol-style to native.
	* CodeTypeOfExpression.cs: Set eol-style to native.
	* CodeCommentStatement.cs: Set eol-style to native.
	* CodeGotoStatement.cs: Set eol-style to native.
	* CodeComment.cs: Set eol-style to native.
	* CodeStatement.cs: Set eol-style to native.
	* CodeMemberEvent.cs: Set eol-style to native.
	* CodeBaseReferenceExpression.cs: Set eol-style to native.
	* CodeAssignStatement.cs: Set eol-style to native.
	* CodeCastExpression.cs: Set eol-style to native.
	* CodeMemberField.cs: Set eol-style to native.
	* CodeMethodInvokeExpression.cs: Set eol-style to native.
	* CodeDirective.cs: Set eol-style to native.

2005-11-19  Gert Driesen  <drieseng@users.sourceforge.net>

	* CodeCatchClauseCollection.cs: Added null check to AddRange overloads
	and use for loop to add elements.
	* CodeAttributeDeclarationCollection.cs: Added null check to AddRange
	overloads and use for loop to add elements.
	* CodeTypeMemberCollection.cs: Added null check to AddRange overloads
	and use for loop to add elements.
	* CodeTypeDeclarationCollection.cs: Added null check to AddRange
	overloads and use for loop to add elements.
	* CodeNamespaceImportCollection.cs: Added null check to Add and perform
	case-insensitive check on namespace to avoid duplicate namespace 
	imports. Added null check to AddRange method.
	* CodeNamespaceCollection.cs: Added null check to AddRange overloads
	and use for loop to add elements.
	* CodeCommentStatementCollection.cs: Added null check to AddRange
	overloads and use for loop to add elements.
	* CodeAttributeArgumentCollection.cs: Added null check to AddRange
	overloads and use for loop to add elements.
	* CodeDirectiveCollection.cs: Added null check to AddRange overloads
	and use for loop to add elements.
	* CodeTypeParameterCollection.cs: Added null check to AddRange 
	overloads and use for loop to add elements.

2005-11-08  Gert Driesen  <drieseng@users.sourceforge.net>

	* CodeExpressionCollection.cs: Fixed OutOfMemoryException when
	passing collection to AddRange method on itself.
	* CodeTypeReferenceCollection.cs: same.
	* CodeParameterDeclarationExpressionCollection.cs: same.
	* CodeStatementCollection.cs: same.

2005-11-04  Gert Driesen  <drieseng@users.sourceforge.net>

	* CodeEventReferenceExpression.cs: EventName now returns zero-length
	string if underlying value is null.
	* CodeParameterDeclarationExpressionCollection.cs: Fixed AddRange to
	add each item to collection using Add method to ensure validation
	is performed.
	* CodeChecksumPragma.cs: FileName now returns zero-length string
	if underlying value is null.
	* CodeSnippetCompileUnit.cs: Value now returns zero-length string if
	underlying value is null.
	* CodeNamespace.cs: Name now returns zero-length string if underlying
	value is null.
	* CodeSnippetStatement.cs: Value now returns zero-length string if
	underlying value is null.
	* CodeMemberMethod.cs: code formatting change.
	* CodeCatchClause.cs: CatchExceptionType now returns CodeTypeReference
	instance for System.Exception if underlying value is null. LocalName
	now returns zero-length string if underlying value is null.
	* CodeStatementCollection.cs: Fixed AddRange to add each item to
	collection using Add method to ensure validation is performed. Code
	formatting changes.
	* CodeRegionDirective.cs: RegionText now returns zero-length string
	if underlying value is null.
	* CodeTypeParameter.cs: Name now returns zero-length string if
	underlying value is null.
	* CodeVariableReferenceExpression.cs: VariableName now returns
	zero-length string if underlying value is null.
	* CodeDefaultValueExpression.cs: Type now returns CodeTypeReference
	for void if underlying value is null.
	* CodeExpressionCollection.cs: Fixed AddRange to add each item to
	collection using Add method to ensure validation is performed.
	* CodeSnippetTypeMember.cs: Text now returns zero-length string if
	underlying value is null.
	* CodeTypeReferenceCollection.cs: Fixed AddRange to add each item
	to collection using Add method to ensure validation is performed.
	* CodeDelegateCreateExpression.cs: DelegateType now returns
	CodeTypeReference for void if underlying value is null. MethodName
	now returns zero-length string if underlying value is null.
	* CodeMethodReferenceExpression.cs: MethodName now returns
	zero-length string if underlying value is null.
	* CodeLinePragma.cs: FileName now returns zero-length string if
	underlying value is null.
	* CodeTypeReferenceExpression.cs: Type now return CodeTypeReference
	for void if underlying value is null.
	* CodeVariableDeclarationStatement.cs: Name now return zero-length
	string if underlying value is null. Type returns CodeTypeReference
	for void if underlying value is null.
	* CodePropertyReferenceExpression.cs: PropertyName now returns
	zero-length string if underlying value is null.
	* CodeNamespaceImport.cs: Namespace now returns zero-length string
	if underlying value is null.
	* CodeTypeConstructor.cs: Name is fixed to ".cctor" to match MS.NET.
	* CodeSnippetExpression.cs: Value now returns zero-length string if
	underlying value is null.
	* CodeParameterDeclarationExpression.cs: Name now returns zero-length
	string if underlying value is null. Type now returns CodeTypeReference
	for void if underlying value is null.
	* CodeObjectCreateExpression.cs: CreateType now returns 
	CodeTypeReference for void if underlying value is null.
	* CodeLabeledStatement.cs: Label returns zero-length string if
	underlying value is null.
	* CodeConstructor.cs: Name is fixed to ".ctor" to match MS.NET.
	* CodeTypeOfExpression.cs: Type returns CodeTypeReference for void
	if underlying value is null.
	* CodeGotoStatement.cs: Only throw ArgumentNullException for null or
	zero-length label on 2.0 profile.
	* CodeCastExpression.cs: TargetType returns CodeTypeReference for void
	if underlying value is null.
	* CodeMethodInvokeExpression.cs: Method returns a default
	CodeMethodReferenceExpression instance if the underlying value is
	null.

2005-10-25  Gert Driesen  <drieseng@users.sourceforge.net>

	* CodeAttachEventStatement.cs: Fixed extra removal in r52147.
	* CodeAttributeDeclaration.cs: Make sure AttributeType is updated
	when Name is set or changed. For constructors taking attribute type,
	use BaseType of attribute type as name of CodeAttributeDeclaration.

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

	* CodeAttributeDeclaration.cs: Fixed extra removal in r52147.

2005-10-24  Gert Driesen  <drieseng@users.sourceforge.net>

	* CodeArgumentReferenceExpression.cs: If ParameterName is null, return
	string.Empty.
	* CodeArrayCreateExpression.cs: Implement default value in CreateType
	property.
	* CodeAttachEventStatement.cs: Implement default value in Event
	property.
	* CodeAttributeArgument.cs: Implement default value in Name property.
	* CodeAttributeDeclaration.cs: Implement default value in Name
	property.

2005-10-24  Gert Driesen  <drieseng@users.sourceforge.net>

	* CodeTypeReference.cs: Ignore ArrayElementType for determining
	BaseType if ArrayRank zero or less. Fixes bug #76535.

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

	* CodeArgumentReferenceExpression.cs: Added default value for 
	arameterName.
	* CodeArrayCreateExpression.cs: Added default value for createType.
	* CodeAttachEventStatement.cs: Added default value for eventRef.
	* CodeAttributeArgument.cs: Added default value for name.
	* CodeAttributeArgumentCollection.cs: Fixed AddRange methods not to
	throw an exception (as the list was being changed when using an 
	numerator).
	* CodeAttributeDeclaration.cs: Added default value for name.
	* CodeAttributeDeclarationCollection.cs: Fixed AddRange methods not to
	throw an exception (as the list was being changed when using an 
	numerator).
	* CodeCastExpression.cs: Added default value for targetType.
	* CodeCatchClause.cs: Added default value for catchExceptionType and 
	ocalName.
	* CodeCatchClauseCollection.cs: Fixed AddRange methods not to throw an
	xception (as the list was being changed when using an enumerator).
	* CodeCommentStatementCollection.cs: Fixed AddRange methods not to 
	hrow an exception (as the list was being changed when using an 
	numerator).
	* CodeDelegateCreateExpression.cs: Added default value for 
	elegateType and methodName.
	* CodeEventReferenceExpression.cs: Added default value for eventName.
	* CodeExpressionCollection.cs: Fixed AddRange methods not to throw an
	xception (as the list was being changed when using an enumerator).
	* CodeFieldReferenceExpression.cs: Added default value for fieldName.
	* CodeMethodInvokeExpression.cs: Added default value for method.
	* CodeMethodReferenceExpression.cs: Added default value for methodName
	* CodeNamespace.cs: Added default value for name.
	* CodeNamespaceCollection.cs: Fixed AddRange methods not to throw an 
	xception (as the list was being changed when using an enumerator).
	* CodeNamespaceImport.cs: Added default value for nameSpace.
	* CodeNamespaceImportCollection.cs: SyncRoot returns null.
	* CodeObjectCreateExpression.cs: Added default value for createType.
	* CodeParameterDeclarationExpression.cs: Added default value for name 
	and type.
	* CodeParameterDeclarationExpressionCollection.cs: Fixed AddRange 
	methods not to throw an exception (as the list was being changed when 
	using an enumerator).
	* CodePropertyReferenceExpression.cs: Added default value for 
	propertyName.
	* CodeRemoveEventStatement.cs: Added default value for eventRef.
	* CodeSnippetExpression.cs: Added default value for value.
	* CodeSnippetStatement.cs: Added default value for value.
	* CodeSnippetTypeMember.cs: Added default value for text.
	* CodeStatementCollection.cs: Fixed AddRange methods not to throw an 
	exception (as the list was being changed when using an enumerator).
	* CodeTypeDeclarationCollection.cs: Fixed AddRange methods not to 
	throw an exception (as the list was being changed when using an 
	enumerator).
	* CodeTypeMemberCollection.cs: Fixed AddRange methods not to throw an
	exception (as the list was being changed when using an enumerator).
	* CodeTypeOfExpression.cs: Added default value for type.
	* CodeTypeReferenceCollection.cs: Fixed AddRange methods not to throw 
	an exception (as the list was being changed when using an enumerator).
	* CodeTypeReferenceExpression.cs: Added default value for type.
	* CodeVariableDeclarationStatement.cs: Added default value for name 
	and type.
	* CodeVariableReferenceExpression.cs: Added default value for 
	variableName.

2005-10-23  Sebastien Pouliot  <sebastien@ximian.com> 
 
	* CodeTypeParameterCollection.cs: Added missing Add(string) method.

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

	* CodeAttributeDeclaration.cs: Added new 2.0 ctor and AttributeType 
	property.
	* CodeDefaultValueExpression.cs: New. Implemented (2.0).
	* CodeDirectiveCollection.cs: Completed implementation.
	* CodeGotoStatement.cs: Added default ctor for 2.0.
	* CodeIndexerExpression.cs: Fixed typo in header.
	* CodeLinePragma.cs: Added default ctor for 2.0.
	* CodeRegionMode.cs: Added missing None element.
	* CodeSnippetCompileUnit.cs: Added default ctor for 2.0.
	* CodeTypeDeclaration.cs: Added ComVisible(false) on TypeParameters 
	property.
	* CodeTypeParameterCollection.cs: Completed implementation.

2005-10-07 Gert Driesen <drieseng@users.sourceforge.net>
	
	* CodeTypeReference.cs: Fixed Parse implementation on 1.0 profile.
	Added MonoTODO's.

2005-10-05 Gert Driesen <drieseng@users.sourceforge.net>

	* CodeTypeReference.cs: Added support for generic type parameters.

2005-10-02 Gert Driesen <drieseng@users.sourceforge.net>

	* CodeTypeReference.cs: Added default ctor for 2.0 profile. Set
	Options to CodeReferenceOptions.GenericTypeParameter when instance
	is constructed using ctor taking CodeTypeParameter argument. Modified
	BaseType property to return BaseType of ArrayElementType if
	available. Fixed some bugs in array and typeparameter support.

2005-07-24 Gert Driesen <drieseng@users.sourceforge.net>

	* CodeTypeReference.cs: Added internal IsInterface property.
	* CodeTypeDelegate.cs: System.Delegate is base type, and make sure 
	ReturnType is initialized.

2005-06-28 Gert Driesen <drieseng@users.sourceforge.net>

	* CodeTypeReference.cs: Also consider null type name as void, throw
	ArgumentNullException for null type on 2.0 profile.

2005-06-26 Gert Driesen <drieseng@users.sourceforge.net>

	* CodeMemberProperty.cs: Default value of Type is empty 
	CodeTypeReference.

2005-06-25 Gert Driesen <drieseng@users.sourceforge.net>

	* CodeMemberField.cs: Default value of Type is empty CodeTypeReference.

2004-09-14 Marek Safar <marek.safar@seznam.cz>

	* CodeTypeReference.cs: Fix #65854

2004-09-06 Marek Safar <marek.safar@seznam.cz>

	* CodeCompileUnit.cs,
	* CodeMemberMethod.cs,
	* CodeMethodReferenceExpression.cs,
	* CodeStatement.cs,
	* CodeTypeDeclaration.cs,
	* CodeTypeMember.cs,
	* CodeTypeReference.cs : Implemented NET_2_0.

	* CodeChecksumPragma.cs,
	* CodeDirective.cs,
	* CodeDirectiveCollection.cs,
	* CodeRegionDirective.cs,
	* CodeRegionMode.cs,
	* CodeTypeParameter.cs,
	* CodeTypeParameterCollection.cs,
	* CodeTypeReferenceOptions.cs : New NET_2_0 files

2004-09-01 Marek Safar <marek.safar@seznam.cz>

	* CodeCatchClause.cs: System.Exception is default type
	 for string constructor.

	* CodeTypeMember.cs: Default member attributes are
	private and final.

	* CodeTypeReference.cs: Implemented array info extraction
	from Type.

2004-08-09 Gonzalo Paniagua Javier <gonzalo@ximian.com>

	* CodeEntryPointMethod.cs: patch by Fawad Halim that makes the entry
	point method public.

2004-02-04  Jackson Harper <jackson@ximian.com>

	* CodeTypeMember.cs: Name is String.Empty if not set.
	* CodeComment.cs: Text is String.Empty if not set.
	
2003-12-23  Jaroslaw Kowalski <jaak@zd.com.pl>

	* CodeAttributeDeclaration.cs:
	* CodeDelegateInvokeExpression:
	  -Added "params" keyword to constructors

2003-08-15  Jaroslaw Kowalski <jarek@atm.com.pl>

	* CodeTypeDeclaration.cs:

	  - TypeAttributes of CodeTypeDeclaration now defaults to
	    TypeAttributes.Public (same as MS implementation)

2003-04-25  Gonzalo Paniagua Javier <gonzalo@ximian.com>

	* CodeEventReferenceExpression.cs: fixed typo that prevented event
	name from being set.

2003-04-24  Gonzalo Paniagua Javier <gonzalo@ximian.com>

	* CodeMemberProperty.cs: fixed HasGet and HasSet to actually generate
	code for the property.
	
2002-10-11  Ravi Pratap  <ravi@ximian.com>

	* CodeMethodInvokeExpression.cs : Fix second constructor so that
	the last argument is params - that is what the docs say.

2002-09-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>

	* CodeBinaryOperatorType.cs:
	* CodeMemberEvent.cs:
	* CodeParameterDeclarationExpression.cs:
	* CodeTypeMember.cs:
	* CodeTypeReference.cs:
	* CodeTypeReferenceCollection.cs: misc. fixes

2002-05-28  Daniel Stodden  <stodden@in.tum.de>

	* CodeArrayCreateExpression.cs: typo + comments

	* CodeAttributeArgumentCollection.cs: Add() signature fixed

	* CodeAttributeDeclarationCollection.cs: Add() signature fixed

	* CodeCatchClause.cs: ctor signature fixed

	* CodeCatchClauseCollection.cs: Add() signature fixed

	* CodeCommentStatementCollection.cs: Add() signature fixed

	* CodeConstructor.cs: ctor added

	* CodeExpressionCollection.cs: Populate* events: nullref checks
	added

	* CodeNamespace.cs: Populate* events: nullref checks added

	* CodeNamespaceCollection.cs: Add() signature fixed

	* CodeParameterDeclarationExpressionCollection.cs: Add() signature
	fixed

	* CodeStatementCollection.cs: Add() signature fixed, missing
	overload added

	* CodeTypeConstructor.cs: class name typo :P

	* CodeTypeDeclaration.cs: finally figured out how TypeAttributes
	work.

	* CodeTypeDeclarationCollection.cs: Add() signature fixed

	* CodeTypeReference.cs: added MonoTODOs. some corrections on array
	type behavior.

	* CodeTypeReferenceCollection.cs: Add() signature fixed

	* MemberAttributes.cs: just comments
	
2002-05-11  Daniel Stodden  <stodden@in.tum.de>

	* CodeAttributeArgumentCollection.cs: inherits CollectionBase

	* CodeAttributeDeclarationCollection.cs: inherits CollectionBase

	* CodeCatchClauseCollection.cs: inherits CollectionBase

	* CodeExpressionCollection.cs: inherits CollectionBase

	* CodeNamespaceImportCollection.cs: not CollectionBase, but
	matching MS docs

	* CodeParameterDeclarationCollection.cs: inherits CollectionBase

	* CodeStatementCollection.cs: inherits CollectionBase

	* CodeArrayCreateExpression.cs: corrections, completions, whatever

	* CodeAssignStatement.cs: corrections, completions, whatever

	* CodeAttachEventStatement.cs: corrections, completions, whatever

	* CodeAttributeArgument.cs: corrections, completions, whatever

	* CodeAttributeDeclaration.cs: corrections, completions, whatever

	* CodeBaseReferenceExpression.cs: corrections, completions,
	whatever

	* CodeBinaryOperatorExpression.cs: corrections, completions,
	whatever

	* CodeCastExpression.cs: corrections, completions, whatever

	* CodeCatchClause.cs: corrections, completions, whatever

	* CodeCommentStatement.cs: corrections, completions, whatever

	* CodeConstructor.cs: corrections, completions, whatever

	* CodeDelegateCreateExpression.cs: corrections, completions,
	whatever

	* CodeDelegateInvokeExpression.cs: corrections, completions,
	whatever

	* CodeExpression.cs: corrections, completions, whatever

	* CodeFieldReferenceExpression.cs: corrections, completions,
	whatever

	* CodeIndexerExpression.cs: corrections, completions, whatever

	* CodeLinePragma.cs: corrections, completions, whatever

	* CodeMemberEvent.cs: corrections, completions, whatever

	* CodeMemberField.cs: corrections, completions, whatever

	* CodeMemberMethod.cs: corrections, completions, whatever

	* CodeMemberProperty.cs: corrections, completions, whatever

	* CodeMethodInvokeExpression.cs: corrections, completions,
	whatever

	* CodeMethodReturnStatement.cs: corrections, completions, whatever

	* CodeNamespace.cs: corrections, completions, whatever

	* CodeNamespaceImport.cs: corrections, completions, whatever

	* CodeObject.cs: corrections, completions, whatever

	* CodeObjectCreateExpression.cs: corrections, completions,
	whatever

	* CodeParameterDeclarationExpression.cs: corrections, completions,
	whatever

	* CodePrimitiveExpression.cs: corrections, completions, whatever

	* CodePropertyReferenceExpression.cs: corrections, completions,
	whatever

	* CodeStatement.cs: corrections, completions, whatever

	* CodeThisReferenceExpression.cs: corrections, completions,
	whatever

	* CodeThrowExceptionStatement.cs: corrections, completions,
	whatever

	* CodeTryCatchFinallyStatement.cs: corrections, completions,
	whatever

	* CodeTypeDeclaration.cs: corrections, completions, whatever

	* CodeTypeMember.cs: corrections, completions, whatever

	* CodeTypeOfExpression.cs: corrections, completions, whatever

	* CodeTypeReferenceExpression.cs: corrections, completions,
	whatever

	* CodeVariableDeclarationStatement.cs: corrections, completions,
	whatever

	* FieldDirection.cs: corrections, completions, whatever

	* CodeArgumentReferenceExpression.cs: added

	* CodeArrayIndexerExpression.cs: added

	* CodeComment.cs: added

	* CodeCommentStatementCollection.cs: added

	* CodeCompileUnit.cs: added

	* CodeConditionStatement.cs: added

	* CodeDirectionExpression.cs: added

	* CodeEntryPointMethod.cs: added

	* CodeEventReferenceExpression.cs: added

	* CodeExpressionStatement.cs: added

	* CodeGotoStatement.cs: added

	* CodeIterationStatement.cs: added

	* CodeLabeledStatement.cs: added

	* CodeMethodReferenceExpression.cs: added

	* CodeNamespaceCollection.cs: added

	* CodePropertySetValueReferenceExpression.cs: added

	* CodeRemoveEventStatement.cs: added

	* CodeSnippetCompileUnit.cs: added

	* CodeSnippetExpression.cs: added

	* CodeSnippetStatement.cs: added

	* CodeSnippetTypeMember.cs: added

	* CodeTypeConstructor.cs: added

	* CodeTypeDeclarationCollection.cs: added

	* CodeTypeDelegate.cs: added

	* CodeTypeMemberCollection.cs: added

	* CodeTypeReference.cs: added

	* CodeTypeReferenceCollection.cs: added

	* CodeVariableReferenceExpression.cs: added

2001-07-15  Sean MacIsaac  <macisaac@ximian.com>

	* MemberAttributes.cs: Added so rest of classes would compile.

	* FieldDirection.cs: Added so rest of classes would compile.

	* CodeTypeMember.cs: Added so rest of classes would compile.

	* CodeTypeDeclaration.cs: Added so rest of classes would compile.

	* CodeObject.cs: Added so rest of classes would compile.

	* CodeBinaryOperatorType.cs: Added so rest of classes would compile.

2001-07-12  Sean MacIsaac  <macisaac@ximian.com>
	
	* All files implementing IList: Added IsFixedSize property.

	* All files:  Changed CodeDOM to CodeDom.