1 |
|
2006-05-15 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* XDP.dis (XDPDocument): A number of constructor methods |
4 |
|
are added. |
5 |
|
(XDPTextDecl.dtdText): The |xml| target was missing. |
6 |
|
|
7 |
|
2006-05-14 Wakaba <wakaba@suika.fam.cx> |
8 |
|
|
9 |
|
* Traversal.dis (SerialWalker): New interface. |
10 |
|
(manakaiCreateSerialWalker): New method. |
11 |
|
|
12 |
|
2006-05-13 Wakaba <wakaba@suika.fam.cx> |
13 |
|
|
14 |
|
* Traversal.dis (testNode): Calls |acceptNode| method |
15 |
|
rather than |&{}| dereferencing. |
16 |
|
(acceptNode): Implemented. |
17 |
|
|
18 |
|
2006-05-13 Wakaba <wakaba@suika.fam.cx> |
19 |
|
|
20 |
|
* XDP.dis: New module. |
21 |
|
|
22 |
|
* Makefile: |XDP.dis| is added. |
23 |
|
|
24 |
|
* Traversal.dis (NodeFilter): |InputProcessor| |
25 |
|
and |OutputProcessor| are added. |
26 |
|
|
27 |
|
2006-05-13 Wakaba <wakaba@suika.fam.cx> |
28 |
|
|
29 |
|
* Traversal.dis (MANAKAI_FILTER_OPAQUE): New |AcceptNode| value. |
30 |
|
(TreeWalker): The |MANAKAI_FILTER_OPAQUE| value support |
31 |
|
is added. The |FILTER_REJECT| value is treated |
32 |
|
as |FILTER_ACCEPT| if the |currentNode| is in the |
33 |
|
rejected subtree as specified in the spec. |
34 |
|
|
35 |
|
2006-05-05 Wakaba <wakaba@suika.fam.cx> |
36 |
|
|
37 |
|
* SimpleLS.dis: An |xmlns:| prefix was missing. |
38 |
|
|
39 |
|
2006-05-04 Wakaba <wakaba@suika.fam.cx> |
40 |
|
|
41 |
|
* SimpleLS.dis: Namespace bugs are fixed. |
42 |
|
|
43 |
|
2006-04-30 Wakaba <wakaba@suika.fam.cx> |
44 |
|
|
45 |
|
* .cvsignore: Updated. |
46 |
|
|
47 |
|
* Traversal.dis: Unused declarations are removed. |
48 |
|
|
49 |
|
2006-04-30 Wakaba <wakaba@suika.fam.cx> |
50 |
|
|
51 |
|
* CharacterData.dis (Require): A reference to |
52 |
|
the |MDOM:Traversal| module is added. |
53 |
|
(wholeText): Implemented. |
54 |
|
|
55 |
|
2006-04-30 Wakaba <wakaba@suika.fam.cx> |
56 |
|
|
57 |
|
* Makefile: |Traversal.dis| is added. |
58 |
|
|
59 |
|
* Traversal.dis: New module. |
60 |
|
|
61 |
|
* TreeCore.dis (___report_error): Return value was |
62 |
|
not propagated. |
63 |
|
|
64 |
|
2006-04-29 Wakaba <wakaba@suika.fam.cx> |
65 |
|
|
66 |
|
* Element.dis (removeAttributeNS): A runtime error |
67 |
|
was occurred if there was no specified attribute node. |
68 |
|
|
69 |
|
* TreeCore.dis (manakaiLanguage): New attribute. |
70 |
|
|
71 |
|
2006-04-28 Wakaba <wakaba@suika.fam.cx> |
72 |
|
|
73 |
|
* TreeCore.dis (NodeList.manakaiReadOnly, NamedNodeMap.manakaiReadOnly): |
74 |
|
New attributes. |
75 |
|
|
76 |
|
(StaticNodeList): New interface. |
77 |
|
|
78 |
|
2006-04-24 Wakaba <wakaba@suika.fam.cx> |
79 |
|
|
80 |
|
* DOMCore.dis (c:SET_TO_NULL_ERR): New error code. |
81 |
|
|
82 |
|
2006-04-22 Wakaba <wakaba@suika.fam.cx> |
83 |
|
|
84 |
|
* SimpleLS.dis: Reimplemented. |
85 |
|
|
86 |
|
2006-04-22 Wakaba <wakaba@suika.fam.cx> |
87 |
|
|
88 |
|
* DOMCore.dis (NO_MODIFICATION_ALLOWED_ERR): It is now |
89 |
|
a qualified name. |
90 |
|
(tc:EXTERNAL_NODE_COMPARISON_ERR): New error type. |
91 |
|
|
92 |
|
* TreeCore.dis (compareDocumentPosition): Implemented. |
93 |
|
(normalize): Implemented. |
94 |
|
(STORESIZE, CLEAR): Were not implemented for |EmptyNodeList| |
95 |
|
class. |
96 |
|
|
97 |
|
2006-04-16 Wakaba <wakaba@suika.fam.cx> |
98 |
|
|
99 |
|
* DOMCore.dis (OUT_OF_BOUND_ERR, NEGATIVE_INDEX_ERR): Removed. |
100 |
|
|
101 |
|
2006-04-16 Wakaba <wakaba@suika.fam.cx> |
102 |
|
|
103 |
|
* CharacterData.dis (length, insertData, substringData, |
104 |
|
appendData, deleteData, replaceData, splitText): Reimplemented. |
105 |
|
|
106 |
|
* DOMCore.dis (NEGATIVE_LENGTH_ERR): New error. |
107 |
|
(c:index): The definition was missing. |
108 |
|
(c:length): New property. |
109 |
|
|
110 |
|
2006-04-16 Wakaba <wakaba@suika.fam.cx> |
111 |
|
|
112 |
|
* XMLParser.dis (close): Invoke |close| method |
113 |
|
rather than |close| function. |
114 |
|
|
115 |
|
2006-04-16 Wakaba <wakaba@suika.fam.cx> |
116 |
|
|
117 |
|
* CharacterData.dis: New module split from |TreeCore.dis|. |
118 |
|
|
119 |
|
* CharacterData.pm: Added to the CVS repository. |
120 |
|
|
121 |
|
* TreeCore.dis: The |CharacterData|, |Text|, and |Comment| |
122 |
|
interfaces are removed. |
123 |
|
(Require): A reference to the |MDOM:CharacterData| module |
124 |
|
is added. |
125 |
|
|
126 |
|
* DOMMain.dis (StringExtended, StringOutOfBoundsException): Removed. |
127 |
|
|
128 |
|
* DOMCore.dis (StringOutOfBoundsException): New error. |
129 |
|
|
130 |
|
* Makefile: |CharacterData.pm| is added. |
131 |
|
|
132 |
2006-04-09 Wakaba <wakaba@suika.fam.cx> |
2006-04-09 Wakaba <wakaba@suika.fam.cx> |
133 |
|
|
134 |
* XMLParser.dis (Require): Requires the |MCharset:Encode| |
* XMLParser.dis (Require): Requires the |MCharset:Encode| |