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