1 |
|
2006-03-19 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* TreeCore.dis (childNodes, firstChild, lastChild, |
4 |
|
nextSibling, previousSibling, appendChild, insertBefore, |
5 |
|
replaceChild, removeChild, createDocumentFragment, |
6 |
|
createEntityReference, createProcessingInstruction, |
7 |
|
domConfig, documentElement, implementation, manakaiAppendText): New. |
8 |
|
(NodeList, DocumentFragment): New interfaces. |
9 |
|
|
10 |
|
* XML.dis (EntityReference, ProcessingInstruction): New interface. |
11 |
|
|
12 |
|
2006-03-18 Wakaba <wakaba@suika.fam.cx> |
13 |
|
|
14 |
|
* TreeCore.dis (Require): The |MDOM:XML| module is added. |
15 |
|
(createAttributeNS, createTextNode, createComment, |
16 |
|
createCDATASection): New methods. |
17 |
|
(Attr, Text, Comment, CharacterData): New interfaces. |
18 |
|
|
19 |
|
* Makefile: |XML.dis| is added. |
20 |
|
|
21 |
|
* XML.dis: New module. |
22 |
|
|
23 |
|
2006-03-17 Wakaba <wakaba@suika.fam.cx> |
24 |
|
|
25 |
|
* TreeCore.dis (manakaiReadOnly): New attribute. |
26 |
|
|
27 |
|
2006-03-17 Wakaba <wakaba@suika.fam.cx> |
28 |
|
|
29 |
|
* TreeCore.dis (NodeType, nodeType, localName, namespaceURI, |
30 |
|
prefix, isSameNode, ownerDocument, parentNode): New. |
31 |
|
(Element): New interface. |
32 |
|
(createElementNS): New method. |
33 |
|
(strictErrorChecking): New. |
34 |
|
|
35 |
|
2006-03-17 Wakaba <wakaba@suika.fam.cx> |
36 |
|
|
37 |
|
* Makefile: |TreeCore.dis| is added. |
38 |
|
|
39 |
|
* TreeCore.dis: New module. |
40 |
|
|
41 |
|
2006-03-16 Wakaba <wakaba@suika.fam.cx> |
42 |
|
|
43 |
|
* XMLParser.dis (cfg:entity-replacement-tree): New configuration |
44 |
|
parameter. |
45 |
|
|
46 |
|
* DOMXML.dis (manakaiExpanded): Renamed from |isExpanded|. |
47 |
|
|
48 |
|
* DOMCore.dis, Tree.dis, DOMLS.dis, XMLParser.dis: Lexical |
49 |
|
data types added to configuration parameters. |
50 |
|
|
51 |
|
2006-03-15 Wakaba <wakaba@suika.fam.cx> |
52 |
|
|
53 |
|
* DOMCore.dis (c:DOMConfigurationParameter): Now it is |
54 |
|
a |DISSource:ResourceProperty|. |
55 |
|
(c:anyDOMConfigurationParameter): New property. |
56 |
|
(CParam, boolCParam): Now they are all |dis:subsetOf| |
57 |
|
the |c:anyDOMConfigurationParameter| property. |
58 |
|
(ForDocument, ForParser, ForSerializer): Removed. |
59 |
|
|
60 |
|
* DOMLS.dis, XMLParser.dis: Likewise. |
61 |
|
|
62 |
2006-03-12 Wakaba <wakaba@suika.fam.cx> |
2006-03-12 Wakaba <wakaba@suika.fam.cx> |
63 |
|
|
64 |
* DOMMain.dis, Tree.dis: Unused |dis:aliasChild| properties |
* DOMMain.dis, Tree.dis: Unused |dis:aliasChild| properties |