* Makefile: Build the make-map.exe in Mono.Unix.Native; add /nowarn:0618 to
[mono.git] / mcs / class / Commons.Xml.Relaxng / Commons.Xml.Nvdl / ChangeLog
1 2005-09-11  Atsushi Enomoto <atsushi@ximian.com>
2
3         * NvdlCompileContext.cs : make this internal.
4         * NvdlStructures.cs : surpress default constructor.
5           Make debug stuff internal.
6
7 2005-04-11  Atsushi Enomoto <atsushi@ximian.com>
8
9         * NvdlRelaxngSupport.cs : added PlanAtt validation support.
10
11 2005-04-06  Atsushi Enomoto <atsushi@ximian.com>
12
13         * NvdlValidator.cs : fixed warning.
14
15 2005-03-07  Atsushi Enomoto <atsushi@ximian.com>
16
17         * NvdlFilteredXmlReader.cs, NvdlStructures.cs, NvdlSimplified.cs :
18           "PlaceHolderNamespace" is not proper name (for "virtualElement").
19
20 2005-03-07  Atsushi Enomoto <atsushi@ximian.com>
21
22         * NvdlBuiltInValidationProvider.cs :
23           When it is "allow", it should not always return false.
24         * NvdlFilteredXmlReader.cs :
25           Added support for PlanAtt validation.
26         * NvdlConfig.cs :
27           Removed unused code.
28         * NvdlSimplified.cs :
29           Attribute default rule is "attach", not "allow". Removed unused
30           code. Added attribute validation support.
31         * NvdlValidationProvider.cs :
32           Extended MIME type check to "*/*-xml" (not only text/xml).
33           Added CreateAttributeValidator() method for "schema rewriting for
34           attribute sections" support (FCD spec 8.7.3).
35
36 2005-03-06  Atsushi Enomoto <atsushi@ximian.com>
37
38         * NvdlFilteredXmlReader.cs : code refactory.
39         * NvdlCompileContext.cs, NvdlConfig.cs, NvdlSimplified.cs,
40           NvdlValidatingReader.cs : Simplified objects are now all internal.
41         * NvdlValidator.cs : don't output debug.
42
43 2005-03-06  Atsushi Enomoto <atsushi@ximian.com>
44
45         * NvdlFilteredXmlReader.cs : New file. Supports createPlaceHolder()
46           and attBubble[I].
47         * NvdlValidator.cs : support for attachPlaceHolder.
48         * NvdlSimplified.cs,
49           NvdlStructures.cs,
50           NvdlBuiltInValidationProvider.cs : renamed namespace const.
51         * NvdlValidationProvider.cs : removed extraneous debug.
52
53 2005-03-01  Atsushi Enomoto <atsushi@ximian.com>
54
55         * NvdlStructures.cs,
56           NvdlSimplified.cs,
57           NvdlReader.cs,
58           NvdlValidatingReader.cs,
59           NvdlConfig.cs,
60           NvdlValidationProvider.cs,
61           NvdlBuiltInValidationProvider.cs,
62           NvdlRelaxngSupport.cs,
63           NvdlXsdSupport.cs,
64           NvdlException.cs,
65           NvdlValidator.cs,
66           NvdlCompileContext.cs : initial checkin.