[corlib] Improve CancellationTokenSource test
[mono.git] / mcs / tools / monop / ChangeLog
index cf3fdeeb7b269cf5bf15f9046852941bd9057a95..4f4395de9bf3e866e352971eede273fd4d721e04 100644 (file)
@@ -1,5 +1,60 @@
+2008-10-24  Miguel de Icaza  <miguel@novell.com>
+
+       * outline.cs: Small changes to allow the outline code to be embedded.
+
+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
+       when gacutil cannot be found to avoid annoying
+       windows message boxes
+
+2005-09-05  Michal Moskal  <malekith@nemerle.org>
+       
+       * outline.cs: Use new names of the GenericParameterAttributes enum.
+
+2005-08-19  Ben Maurer  <bmaurer@novell.com>
+
+       * outline.cs:
+          - Support for `sealed'
+          - Handle iface impls with non-virtual methods
+          - ';' for delegates
+
+2005-07-11  Raja R Harinath  <rharinath@novell.com>
+
+       * Makefile (PROGRAM): Make profile specific.
+       * monop2.exe.sources: Remove.
+
+2005-07-10  Ben Maurer  <bmaurer@ximian.com>
+
+       * outline.cs: mark abstract methods with the "abstract" keyword.
+
 2005-07-09  Ben Maurer  <bmaurer@ximian.com>
 
+       * outline.cs: Actually get the namespacing conditions right so
+       things look nice
+       
+       * outline.cs: Friendly display of ifaces on -d
+
        * outline.cs: Always show explicit interface impls. Don't display
        the wrong flags for them.