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