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