1 |
|
2006-03-15 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* DOMCore.dis (c:DOMConfigurationParameter): Now it is |
4 |
|
a |DISSource:ResourceProperty|. |
5 |
|
(c:anyDOMConfigurationParameter): New property. |
6 |
|
(CParam, boolCParam): Now they are all |dis:subsetOf| |
7 |
|
the |c:anyDOMConfigurationParameter| property. |
8 |
|
(ForDocument, ForParser, ForSerializer): Removed. |
9 |
|
|
10 |
|
* DOMLS.dis, XMLParser.dis: Likewise. |
11 |
|
|
12 |
|
2006-03-12 Wakaba <wakaba@suika.fam.cx> |
13 |
|
|
14 |
|
* DOMMain.dis, Tree.dis: Unused |dis:aliasChild| properties |
15 |
|
are removed. |
16 |
|
|
17 |
|
* GenericLS.pm: Added to the CVS repository since |
18 |
|
it is necessary to create the |Message::Util::DIS::DPG| module. |
19 |
|
|
20 |
|
2006-03-10 Wakaba <wakaba@suika.fam.cx> |
21 |
|
|
22 |
|
* DOMCore.dis, DOMXML.dis, XDoctype.dis (manakaiAppendText): New |
23 |
|
method. |
24 |
|
|
25 |
|
* XMLParser.dis: Don't create adjacent text nodes. |
26 |
|
|
27 |
|
2006-03-09 Wakaba <wakaba@suika.fam.cx> |
28 |
|
|
29 |
|
* DOMCore.dis (HIERARCHY_DOCUMENT_FRAGMENT_ITSELF_ERR): New error. |
30 |
|
|
31 |
|
* DOMXML.dis (appendChild, insertBefore, replaceChild): Method |
32 |
|
implementations are added. |
33 |
|
|
34 |
|
* XDoctype.dis (appendChild, insertBefore, replaceChild): Method |
35 |
|
implementations are added. |
36 |
|
|
37 |
|
* Tree.dis (appendChild, insertBefore, replaceChild): Method |
38 |
|
implementations are added. |
39 |
|
(IFCls1Def, NodeTypeDef): Don't define |ManakaiDOM:ForClass| |
40 |
|
resources unless for |ManakaiDOM:ManakaiDOMLatest|. |
41 |
|
(cfg:strict-document-children): New configuration parameter. |
42 |
|
|
43 |
|
2006-03-08 Wakaba <wakaba@suika.fam.cx> |
44 |
|
|
45 |
|
* XDoctype.dis (replaceChild): Method implementations are added. |
46 |
|
|
47 |
|
* Tree.dis (replaceChild): Method implementations are added. |
48 |
|
|
49 |
|
* DOMXML.dis (replaceChild): Method implementations are added. |
50 |
|
|
51 |
|
2006-03-07 Wakaba <wakaba@suika.fam.cx> |
52 |
|
|
53 |
|
* Tree.dis (ForAppendChild, ForInsertBefore, ForReplaceChild): New |for| |
54 |
|
definitions. |
55 |
|
|
56 |
|
* XDoctype.dis (insertBefore): New method implementation. |
57 |
|
|
58 |
|
2006-03-06 Wakaba <wakaba@suika.fam.cx> |
59 |
|
|
60 |
|
* DOMXML.dis (insertBefore): Method implementations |
61 |
|
for |ProcessingInstruction| and |Notation| nodes are added. |
62 |
|
|
63 |
|
* Tree.dis (insertBefore): Method implementation |
64 |
|
for |CharacterData| nodes is added. |
65 |
|
|
66 |
|
* XDoctype.dis (insertBefore): Method implementation |
67 |
|
for |ElementTypeDefinition| nodes is added. |
68 |
|
|
69 |
2006-03-06 Wakaba <wakaba@suika.fam.cx> |
2006-03-06 Wakaba <wakaba@suika.fam.cx> |
70 |
|
|
71 |
* XDoctype.dis (appendChild): New method implementation. |
* XDoctype.dis (appendChild): New method implementation. |