1 |
|
2006-03-17 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* TreeCore.dis (NodeType, nodeType, localName, namespaceURI, |
4 |
|
prefix, isSameNode, ownerDocument, parentNode): New. |
5 |
|
(Element): New interface. |
6 |
|
(createElementNS): New method. |
7 |
|
(strictErrorChecking): New. |
8 |
|
|
9 |
|
2006-03-17 Wakaba <wakaba@suika.fam.cx> |
10 |
|
|
11 |
|
* Makefile: |TreeCore.dis| is added. |
12 |
|
|
13 |
|
* TreeCore.dis: New module. |
14 |
|
|
15 |
|
2006-03-16 Wakaba <wakaba@suika.fam.cx> |
16 |
|
|
17 |
|
* XMLParser.dis (cfg:entity-replacement-tree): New configuration |
18 |
|
parameter. |
19 |
|
|
20 |
|
* DOMXML.dis (manakaiExpanded): Renamed from |isExpanded|. |
21 |
|
|
22 |
|
* DOMCore.dis, Tree.dis, DOMLS.dis, XMLParser.dis: Lexical |
23 |
|
data types added to configuration parameters. |
24 |
|
|
25 |
|
2006-03-15 Wakaba <wakaba@suika.fam.cx> |
26 |
|
|
27 |
|
* DOMCore.dis (c:DOMConfigurationParameter): Now it is |
28 |
|
a |DISSource:ResourceProperty|. |
29 |
|
(c:anyDOMConfigurationParameter): New property. |
30 |
|
(CParam, boolCParam): Now they are all |dis:subsetOf| |
31 |
|
the |c:anyDOMConfigurationParameter| property. |
32 |
|
(ForDocument, ForParser, ForSerializer): Removed. |
33 |
|
|
34 |
|
* DOMLS.dis, XMLParser.dis: Likewise. |
35 |
|
|
36 |
|
2006-03-12 Wakaba <wakaba@suika.fam.cx> |
37 |
|
|
38 |
|
* DOMMain.dis, Tree.dis: Unused |dis:aliasChild| properties |
39 |
|
are removed. |
40 |
|
|
41 |
|
* GenericLS.pm: Added to the CVS repository since |
42 |
|
it is necessary to create the |Message::Util::DIS::DPG| module. |
43 |
|
|
44 |
|
2006-03-10 Wakaba <wakaba@suika.fam.cx> |
45 |
|
|
46 |
|
* DOMCore.dis, DOMXML.dis, XDoctype.dis (manakaiAppendText): New |
47 |
|
method. |
48 |
|
|
49 |
|
* XMLParser.dis: Don't create adjacent text nodes. |
50 |
|
|
51 |
|
2006-03-09 Wakaba <wakaba@suika.fam.cx> |
52 |
|
|
53 |
|
* DOMCore.dis (HIERARCHY_DOCUMENT_FRAGMENT_ITSELF_ERR): New error. |
54 |
|
|
55 |
|
* DOMXML.dis (appendChild, insertBefore, replaceChild): Method |
56 |
|
implementations are added. |
57 |
|
|
58 |
|
* XDoctype.dis (appendChild, insertBefore, replaceChild): Method |
59 |
|
implementations are added. |
60 |
|
|
61 |
|
* Tree.dis (appendChild, insertBefore, replaceChild): Method |
62 |
|
implementations are added. |
63 |
|
(IFCls1Def, NodeTypeDef): Don't define |ManakaiDOM:ForClass| |
64 |
|
resources unless for |ManakaiDOM:ManakaiDOMLatest|. |
65 |
|
(cfg:strict-document-children): New configuration parameter. |
66 |
|
|
67 |
|
2006-03-08 Wakaba <wakaba@suika.fam.cx> |
68 |
|
|
69 |
|
* XDoctype.dis (replaceChild): Method implementations are added. |
70 |
|
|
71 |
|
* Tree.dis (replaceChild): Method implementations are added. |
72 |
|
|
73 |
|
* DOMXML.dis (replaceChild): Method implementations are added. |
74 |
|
|
75 |
|
2006-03-07 Wakaba <wakaba@suika.fam.cx> |
76 |
|
|
77 |
|
* Tree.dis (ForAppendChild, ForInsertBefore, ForReplaceChild): New |for| |
78 |
|
definitions. |
79 |
|
|
80 |
|
* XDoctype.dis (insertBefore): New method implementation. |
81 |
|
|
82 |
|
2006-03-06 Wakaba <wakaba@suika.fam.cx> |
83 |
|
|
84 |
|
* DOMXML.dis (insertBefore): Method implementations |
85 |
|
for |ProcessingInstruction| and |Notation| nodes are added. |
86 |
|
|
87 |
|
* Tree.dis (insertBefore): Method implementation |
88 |
|
for |CharacterData| nodes is added. |
89 |
|
|
90 |
|
* XDoctype.dis (insertBefore): Method implementation |
91 |
|
for |ElementTypeDefinition| nodes is added. |
92 |
|
|
93 |
|
2006-03-06 Wakaba <wakaba@suika.fam.cx> |
94 |
|
|
95 |
|
* XDoctype.dis (appendChild): New method implementation. |
96 |
|
|
97 |
2006-03-06 Wakaba <wakaba@suika.fam.cx> |
2006-03-06 Wakaba <wakaba@suika.fam.cx> |
98 |
|
|
99 |
* DOMCore.dis (HIERARCHY_WRONG_DOCTYPE_ERR): New error. |
* DOMCore.dis (HIERARCHY_WRONG_DOCTYPE_ERR): New error. |