diff --git a/mcs/mcs/ChangeLog b/mcs/mcs/ChangeLog index 31ce89f460be0..9eaaa9d72915f 100755 --- a/mcs/mcs/ChangeLog +++ b/mcs/mcs/ChangeLog @@ -1,3 +1,9 @@ +2004-09-21 Martin Baulig + + Merged latest changes into gmcs. Please keep this comment in + here, it makes it easier for me to see what changed in MCS since + the last time I merged. + 2004-09-21 Martin Baulig * codegen.cs (VariableStorage): Don't store the ILGenerator here; @@ -91,12 +97,6 @@ * attribute.cs (Resolve): Property has to have both accessors. -2004-09-14 Martin Baulig - - Merged latest changes into gmcs. Please keep this comment in - here, it makes it easier for me to see what changed in MCS since - the last time I merged. - 2004-09-14 Martin Baulig * decl.cs (MemberCore.Emit): Always call VerifyObsoleteAttribute().