X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Ftools%2Fmonop%2FChangeLog;h=4f4395de9bf3e866e352971eede273fd4d721e04;hb=bf5947a0fd2b523c30833605ee69b2b041aa43f4;hp=fc91d4594b925fd80b4a25809c0e2ebd524295aa;hpb=f0097fdd0a8d3ae60c3b3b6672c771ee61173be1;p=mono.git diff --git a/mcs/tools/monop/ChangeLog b/mcs/tools/monop/ChangeLog index fc91d4594b9..4f4395de9bf 100644 --- a/mcs/tools/monop/ChangeLog +++ b/mcs/tools/monop/ChangeLog @@ -1,3 +1,33 @@ +2008-10-24 Miguel de Icaza + + * outline.cs: Small changes to allow the outline code to be embedded. + +2005-10-10 John Luke + + * options.cs: add --help output for the two new + options + +2005-10-10 John Luke + + * monop.cs: add PrintRefs and use it if the + option is set + * options.cs: add PrintRefs option to see the + assemblies referenced by an assembly + +2005-10-10 John Luke + + * monop.cs: don't print obsolete types if the + --filter-obsolete option is passed + * options.cs: add FilterObsolete option + * outline.cs: don't print obsolete members if + the --filter-obsolete option is passed + +2005-09-21 John Luke + + * monop.cs: catch exception on Process.Start + when gacutil cannot be found to avoid annoying + windows message boxes + 2005-09-05 Michal Moskal * outline.cs: Use new names of the GenericParameterAttributes enum.