X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Ftools%2Fcorcompare%2FChangeLog;h=aef2092f4102f36f3afa5c892e872e84861d7af9;hb=1fabd87b02f8d2e359150ed7a9e92613e60383bc;hp=2819317d8797439f1a07521004991b0d2230170a;hpb=234225d112c4b018b8d1796f4c06a15812137500;p=mono.git diff --git a/mcs/tools/corcompare/ChangeLog b/mcs/tools/corcompare/ChangeLog index 2819317d879..aef2092f410 100644 --- a/mcs/tools/corcompare/ChangeLog +++ b/mcs/tools/corcompare/ChangeLog @@ -1,3 +1,106 @@ +2006-01-26 Atsushi Enomoto + + * mono-api-info.cs + mono-api-diff.cs : show MethodAttributes difference (as long as + they make sense). + +2005-12-13 Atsushi Enomoto + + * mono-api.xsl : tiny checked="checked" sanitization. + +2005-11-29 Atsushi Enomoto + + * mono-api.xsl : added toggle switch for referenced documentation + (monodoc/msdn/msdn2). + +2005-11-18 Atsushi Enomoto + + * mono-api.xsl : filtered attributes are customizable now (but pretty + slow!) + +2005-11-08 Atsushi Enomoto + + * mono-api.xsl : turn ComVisible and DebuggerDisplay off by default. + +2005-11-08 Atsushi Enomoto + + * MissingType.cs : don't add fake SerializableAttributes (if it does). + +2005-11-08 Atsushi Enomoto + + * mono-api.xsl : part of XHTMLification. + +2005-11-08 Atsushi Enomoto + + * mono-api.xsl : Use indent; it is practically impossible to improve + generated HTML w/o indentation. + +2005-11-04 Atsushi Enomoto + + * mono-api-info.cs : filter property ReservedMask out; they show + useless diffs. + +2005-10-28 Atsushi Enomoto + + * mono-api-info.cs, mono-api-diff.cs : use IsVirtual instead of + IsFinal (bug #76585; it is not working). Fixed new warning. + +2005-10-28 Atsushi Enomoto + + * mono-api-diff.cs : + "None" goes away from static/abstract/sealed diff. + +2005-10-28 Atsushi Enomoto + + * mono-api-info.cs, mono-api-diff.cs : + Print static/abstract/sealed diffs on methods. + Differentiate generic methods by their type arguments. + Print generic parameter attribute differences. + +2005-10-14 Atsushi Enomoto + + * cormissing.xsl, mono-api.xsl, mono-api-diff.cs, mono-api-info.cs : + added support for displaying generic contraint differences. + +2005-08-06 Gert Driesen + + * mono-api-diff.cs: When multiple attributes of the same type + exist, then we must use a key that is composed of the attribute + type and key/value pairs for each property. Fixed line endings. + * mono-api-info.cs: target is not used for AttributeData. Removed + unused ctor and OutputAttributes overload. + +2005-06-24 Martin Baulig + + * mono-api-info.cs: Use `Type.ToString()' everywhere instead of + `Type.FullName' since on the MS runtime `Type.FullName' is the + empty string for type parameters (FIXME: bug in the MS runtime?). + +2005-06-16 Raja R Harinath + + * Makefile (mono-api-info.exe): Copy mdb file from the + profile-specific directory. + +2005-06-06 Gonzalo Paniagua Javier + + * mono-api-info.cs: exclude the ReservedMask bits from method + attributes. + +2005-06-01 Ben Maurer + + * mono-api-info.cs: Hack to support generics better + +2005-05-06 Raja R Harinath + + * Makefile (ALL_PROGRAMS): Make 'mono-api-info.exe' + profile-dependent. + (uninstall-local): Use the basename. + +2005-04-13 Ankit Jain + + * mono-api-diff.cs (XmlParameter): Revert type of defaultValue + from object to string, since the value is read from XML. + 2005-04-12 Ankit Jain * mono-api-diff.cs: Handle null default values correctly.