Make a copy of the old ZipLib
[mono.git] / mcs / tools / monop / ChangeLog
index ff0db7ab97d33eb101fc96dd9e6450b5d5ccaedc..4715f4df64b9d036dc4e099e840589074e21d323 100644 (file)
@@ -1,3 +1,23 @@
+2005-10-10  John Luke  <john.luke@gmail.com>
+
+       * options.cs: add --help output for the two new
+       options
+
+2005-10-10  John Luke  <john.luke@gmail.com>
+
+       * 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  <john.luke@gmail.com>
+
+       * 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  <john.luke@gmail.com>
 
        * monop.cs: catch exception on Process.Start