This commit was manufactured by cvs2svn to create branch 'mono-1-0'.
[mono.git] / mcs / tools / monop / ChangeLog
1 2004-05-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2
3         * monop.cs: give the correct assembly that fails loading or the type.
4
5 2004-05-14  Carlos Alberto Cortez <carlos@unixmexico.org>
6
7         * outline.cs: Support for delegates and nested types
8         added.
9
10 2004-05-09  John Luke  <jluke@cfl.rr.com>
11
12         * monop.cs: seperate assembly loading into .GetAssembly method,
13         fail gracefully, and support loading assemblies from absolute and
14         relative paths
15         support /r: as well as -r:
16
17 2004-05-08  Pawel Rozanski  <tokugawa@afn.no-ip.org>
18
19         * monop-completion.sh: simple bash completion for monop
20
21 2004-05-07 Ben Maurer  <bmaurer@users.sourceforge.net>
22
23         * monop.cs: Helpers for completion.
24
25 2004-05-05  Gonzalo Paniagua Javier <gonzalo@ximian.com>
26
27         * monop.cs: use assembly.LoadWithPartialName.
28
29 2004-04-29  Lluis Sanchez Gual  <lluis@ximian.com>
30
31         * outline.cs: Property.GetGetMethod() does not return the method if it
32         is private (it did until now because of a bug). Make sure it works as it 
33         worked before the fix.
34
35 2004-04-27 Ben Maurer  <bmaurer@users.sourceforge.net>
36
37         * outline.cs: Don't show the interfaces of an enum,
38         s/;/, for enum. Style cop.
39
40 2004-04-27  John Luke <jluke@cfl.rr.com>
41
42         * outline.cs: add GetTypeKind so we print
43         enums and interfaces, instead of always class or
44         struct  
45         add a special case for enums so we just print the fields
46         and quit
47
48 2004-04-03  Duncan Mak  <duncan@ximian.com>
49
50         * monop.cs (PrintTypes): show the number of types in the assembly
51         as well.
52
53 2004-03-30 Ben Maurer  <bmaurer@users.sourceforge.net>
54
55         * monop.cs: Print out class list on just -r.
56
57 2004-03-15 Ben Maurer  <bmaurer@users.sourceforge.net>
58
59         * monop.cs: Add buffering, makes output way, way faster.
60
61 2004-03-15 Ben Maurer  <bmaurer@users.sourceforge.net>
62
63         * outline.cs: add support for events.
64
65 2004-03-15 Ben Maurer  <bmaurer@users.sourceforge.net>
66
67         * monop.cs: remove printing logic.
68         * outline.cs: new file that just does printing stuff.
69
70         Makes the code *MUCH* cleaner.
71
72 2004-03-15  Miguel de Icaza  <miguel@ximian.com>
73
74         * monop.cs: Add -r: command line.
75
76 2004-03-14 Ben Maurer  <bmaurer@users.sourceforge.net>
77
78         * monop.cs: do structs better.
79
80 2004-03-14 Ben Maurer  <bmaurer@users.sourceforge.net>
81
82         * monop.cs: add gtk#. Try catch if gtk# is not installed.
83
84 2004-03-14 Ben Maurer  <bmaurer@users.sourceforge.net>
85
86         * monop.cs: You can type `monop string'
87
88 2004-03-14 Ben Maurer  <bmaurer@users.sourceforge.net>
89
90         * monop.cs: show `static' when it applies. Static members
91         first. new sorting stuff.
92
93 2004-03-14 Ben Maurer  <bmaurer@users.sourceforge.net>
94
95         * monop.cs: sort members
96
97 2004-03-14 Ben Maurer  <bmaurer@users.sourceforge.net>
98
99         * monop.cs: show base type, interfaces.
100
101 2004-03-14 Ben Maurer  <bmaurer@users.sourceforge.net>
102
103         * monop.cs: Make this work on MS (we have a bug).
104
105 2004-03-07 Ben Maurer  <bmaurer@users.sourceforge.net>
106
107         * monop.cs: New tool, clone of javap. Allows you to get
108         an outline view of a class.
109