db25a9993f2616bccfdbfa6de540c39dbf44951f
[mono.git] / mcs / tools / mconfig / ChangeLog
1 2007-12-08  Marek Habersack  <mhabersack@novell.com>
2
3         * data/config.xml: added a feature to protect the 'settings.map'
4         file from download, if used by the application.
5
6 2007-11-21  Marek Habersack  <mhabersack@novell.com>
7
8         * mconfig.cs: drop the -F and -C parameters, default config files,
9         features and commands are now listed when mconfig is ran without
10         any parameters or when no commands are given.
11
12         * Mono.MonoConfig/FeatureNodeHandler.cs: do not append leading and
13         trailing newlines to feature description.
14
15 2007-11-13  Marek Habersack  <mhabersack@novell.com>
16
17         * data/config.xml: replaced the possibly conflicting default block
18         names with ones that are less likely to cause conflicts and
19         modified feature and default config entries to use the new names,
20         via the defaultBlockName attribute of the section element.
21
22         * Mono.MonoConfig/Section.cs: added DefaultBlockName property,
23         which defaults to Name if not parsed from the XML node.
24
25         * Mono.MonoConfig/FeatureNodeHandler.cs: Use the defaultBlockName
26         attribute when searching for the default sections.
27
28         * mconfig.cs: better error handling. Print inner exception
29         message, if any, in addition to the outer one.
30
31         * Mono.MonoConfig/Configuration.cs: do not ignore XmlException
32         when loading configuration files.
33
34         * Mono.MonoConfig/DefaultConfigFileNodeHandler.cs: use
35         DefaultConfigFile.FileName when writing a file or invoking the
36         OnOverwriteFile event handler.
37         Use the defaultBlockName attribute when searching for the default
38         sections.
39
40 2007-11-12  Marek Habersack  <mhabersack@novell.com>
41
42         * Makefile (LOCAL_MCS_FLAGS): Mono.GetOptions.dll is not needed.
43
44         * Mono.MonoConfig/FeatureAction.cs: extracted command execution
45         code to a separate method.
46         Script code must be flushed before passing it to the shell.
47         Implemented Exec action support.
48
49 2007-11-10  Marek Habersack  <mhabersack@novell.com>
50
51         * Mono.MonoConfig/Helpers.cs: added a method for breaking long
52         text lines to fit them within the console window.
53
54         * Mono.MonoConfig/FeatureNode.cs: added support for feature
55         actions.
56
57         * Mono.MonoConfig/FeatureNodeHandler.cs: added support for feature
58         actions.
59
60         * Mono.MonoConfig/FeatureAction.cs: added
61
62         * mconfig.exe.sources: added Mono.MonoConfig/FeatureAction.cs
63
64 2007-11-09  Marek Habersack  <mhabersack@novell.com>
65
66         * Mono.MonoConfig/FeatureNodeHandler.cs: added support for feature
67         descriptions.
68         
69         * Mono.MonoConfig/FeatureNode.cs: a new container for the
70         'feature' block data.
71
72         * data/config.xml: feature storage type has changed.
73
74         * mconfig.exe.sources: added Mono.MonoConfig/FeatureNode.cs     
75
76 2007-11-08  Marek Habersack  <mhabersack@novell.com>
77
78         * Mono.MonoConfig/consts.cs.in: use @MONO_SYSCONFDIR@ instead of
79         @MONO_PREFIX@ when pre-setting the location of the default config
80         file.
81
82 2007-11-08  Wade Berrier  <wberrier@novell.com>
83
84         * Makefile: install the config.xml to $sysconfdir instead
85
86 2007-10-22  Marek Habersack  <mhabersack@novell.com>
87
88         * mconfig.cs: do not use Mono.GetOptions. Added own option parsing
89         code instead.
90
91 2007-10-19  Marek Habersack  <mhabersack@novell.com>
92
93         * Makefile: include consts.cs.in in the dist tarball.
94         Extra distribution files should be named in EXTRA_DISTFILES.
95
96 2007-10-19  Marek Habersack  <mhabersack@novell.com>
97
98         * Makefile (DISTFILES): added
99
100 2007-10-19  Marek Habersack  <mhabersack@novell.com>
101
102         * Initial import 
103