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