svn path=/branches/mono-1-1-9/mcs/; revision=51206
[mono.git] / mcs / tools / monop / ChangeLog
index defcca1481fdc700ec3811bcc89dbaeb25fc0e45..fc91d4594b925fd80b4a25809c0e2ebd524295aa 100644 (file)
@@ -1,3 +1,33 @@
+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.
+
 2005-07-07  Ben Maurer  <bmaurer@ximian.com>
 
        * outline.cs: