merge
[mono.git] / mcs / tools / monop / ChangeLog
index 1952ffae6f8689e600c0ec585ca65d23cf4ccbe3..1e75fe301c7142ad1eef9dae6630689e0406ce87 100644 (file)
@@ -1,3 +1,116 @@
+2004-11-08  Ben Maurer  <bmaurer@ximian.com>
+
+       * outline.cs: Cut the extra whitespace.
+       
+       * outline.cs: Report sealed and abstract
+
+2004-10-27  John Luke  <john.luke@gmail.com>
+
+       * outline.cs: report [Obsolete] types
+
+2004-09-22  John Luke  <john.luke@gmail.com>
+
+       * outline.cs: use simpler IsDefined method
+       for checking params and [Flags]
+
+2004-09-18  John Luke  <john.luke@gmail.com>
+
+       * outline.cs: add const = value; for const fields (Ben's idea)
+       detect ParamArrayAttribute for parameters
+
+2004-09-03  John Luke  <john.luke@gmail.com>
+       
+       * monop.cs: report CLSCompliant for assemblies
+
+2004-08-15  John Luke  <john.luke@gmail.com>
+
+       * monop.cs: add declared-only option
+       * outline.cs: add limited attribute support (only for
+       [Serializable] and [Flags])
+
+2004-08-13  John Luke  <john.luke@gmail.com>
+
+       * monop.cs: add MONO_PATH support
+
+2004-08-13  John Luke  <john.luke@gmail.com>
+
+       * outline.cs: remove unused isPointer 
+       * monop.cs: show information about the assembly that is being used
+       - remove unused IndentedTextWriter
+       - rework how Assemblies are being loaded, so that it works by trying
+       in order fromfile, fullname, partialname which fixes loading
+       from relative paths and generally should be more correct
+       * TODO: update
+
+2004-08-06  John Luke  <john.luke@gmail.com>
+
+       * outline.cs: add field support
+
+2004-08-04  John Luke  <john.luke@gmail.com>
+
+       * monop.cs: add PrintUsage so that it is reused in the few
+       places it is needed, add PrintHelp to display --help information
+
+2004-05-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
+
+       * monop.cs: give the correct assembly that fails loading or the type.
+
+2004-05-14  Carlos Alberto Cortez <carlos@unixmexico.org>
+
+       * outline.cs: Support for delegates and nested types
+       added.
+
+2004-05-09  John Luke  <jluke@cfl.rr.com>
+
+       * monop.cs: seperate assembly loading into .GetAssembly method,
+       fail gracefully, and support loading assemblies from absolute and
+       relative paths
+       support /r: as well as -r:
+
+2004-05-08  Pawel Rozanski  <tokugawa@afn.no-ip.org>
+
+       * monop-completion.sh: simple bash completion for monop
+
+2004-05-07 Ben Maurer  <bmaurer@users.sourceforge.net>
+
+       * monop.cs: Helpers for completion.
+
+2004-05-05  Gonzalo Paniagua Javier <gonzalo@ximian.com>
+
+       * monop.cs: use assembly.LoadWithPartialName.
+
+2004-04-29  Lluis Sanchez Gual  <lluis@ximian.com>
+
+       * outline.cs: Property.GetGetMethod() does not return the method if it
+       is private (it did until now because of a bug). Make sure it works as it 
+       worked before the fix.
+
+2004-04-27 Ben Maurer  <bmaurer@users.sourceforge.net>
+
+       * outline.cs: Don't show the interfaces of an enum,
+       s/;/, for enum. Style cop.
+
+2004-04-27  John Luke <jluke@cfl.rr.com>
+
+       * outline.cs: add GetTypeKind so we print
+       enums and interfaces, instead of always class or
+       struct  
+       add a special case for enums so we just print the fields
+       and quit
+
+2004-04-03  Duncan Mak  <duncan@ximian.com>
+
+       * monop.cs (PrintTypes): show the number of types in the assembly
+       as well.
+
+2004-03-30 Ben Maurer  <bmaurer@users.sourceforge.net>
+
+       * monop.cs: Print out class list on just -r.
+
+2004-03-15 Ben Maurer  <bmaurer@users.sourceforge.net>
+
+       * monop.cs: Add buffering, makes output way, way faster.
+
 2004-03-15 Ben Maurer  <bmaurer@users.sourceforge.net>
 
        * outline.cs: add support for events.