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