1 |
|
2006-05-14 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* Traversal.dis (SerialWalker): New interface. |
4 |
|
(manakaiCreateSerialWalker): New method. |
5 |
|
|
6 |
|
2006-05-13 Wakaba <wakaba@suika.fam.cx> |
7 |
|
|
8 |
|
* Traversal.dis (testNode): Calls |acceptNode| method |
9 |
|
rather than |&{}| dereferencing. |
10 |
|
(acceptNode): Implemented. |
11 |
|
|
12 |
|
2006-05-13 Wakaba <wakaba@suika.fam.cx> |
13 |
|
|
14 |
|
* XDP.dis: New module. |
15 |
|
|
16 |
|
* Makefile: |XDP.dis| is added. |
17 |
|
|
18 |
|
* Traversal.dis (NodeFilter): |InputProcessor| |
19 |
|
and |OutputProcessor| are added. |
20 |
|
|
21 |
|
2006-05-13 Wakaba <wakaba@suika.fam.cx> |
22 |
|
|
23 |
|
* Traversal.dis (MANAKAI_FILTER_OPAQUE): New |AcceptNode| value. |
24 |
|
(TreeWalker): The |MANAKAI_FILTER_OPAQUE| value support |
25 |
|
is added. The |FILTER_REJECT| value is treated |
26 |
|
as |FILTER_ACCEPT| if the |currentNode| is in the |
27 |
|
rejected subtree as specified in the spec. |
28 |
|
|
29 |
|
2006-05-05 Wakaba <wakaba@suika.fam.cx> |
30 |
|
|
31 |
|
* SimpleLS.dis: An |xmlns:| prefix was missing. |
32 |
|
|
33 |
|
2006-05-04 Wakaba <wakaba@suika.fam.cx> |
34 |
|
|
35 |
|
* SimpleLS.dis: Namespace bugs are fixed. |
36 |
|
|
37 |
|
2006-04-30 Wakaba <wakaba@suika.fam.cx> |
38 |
|
|
39 |
|
* .cvsignore: Updated. |
40 |
|
|
41 |
|
* Traversal.dis: Unused declarations are removed. |
42 |
|
|
43 |
|
2006-04-30 Wakaba <wakaba@suika.fam.cx> |
44 |
|
|
45 |
|
* CharacterData.dis (Require): A reference to |
46 |
|
the |MDOM:Traversal| module is added. |
47 |
|
(wholeText): Implemented. |
48 |
|
|
49 |
|
2006-04-30 Wakaba <wakaba@suika.fam.cx> |
50 |
|
|
51 |
|
* Makefile: |Traversal.dis| is added. |
52 |
|
|
53 |
|
* Traversal.dis: New module. |
54 |
|
|
55 |
|
* TreeCore.dis (___report_error): Return value was |
56 |
|
not propagated. |
57 |
|
|
58 |
|
2006-04-29 Wakaba <wakaba@suika.fam.cx> |
59 |
|
|
60 |
|
* Element.dis (removeAttributeNS): A runtime error |
61 |
|
was occurred if there was no specified attribute node. |
62 |
|
|
63 |
|
* TreeCore.dis (manakaiLanguage): New attribute. |
64 |
|
|
65 |
|
2006-04-28 Wakaba <wakaba@suika.fam.cx> |
66 |
|
|
67 |
|
* TreeCore.dis (NodeList.manakaiReadOnly, NamedNodeMap.manakaiReadOnly): |
68 |
|
New attributes. |
69 |
|
|
70 |
|
(StaticNodeList): New interface. |
71 |
|
|
72 |
|
2006-04-24 Wakaba <wakaba@suika.fam.cx> |
73 |
|
|
74 |
|
* DOMCore.dis (c:SET_TO_NULL_ERR): New error code. |
75 |
|
|
76 |
|
2006-04-22 Wakaba <wakaba@suika.fam.cx> |
77 |
|
|
78 |
|
* SimpleLS.dis: Reimplemented. |
79 |
|
|
80 |
2006-04-22 Wakaba <wakaba@suika.fam.cx> |
2006-04-22 Wakaba <wakaba@suika.fam.cx> |
81 |
|
|
82 |
* DOMCore.dis (NO_MODIFICATION_ALLOWED_ERR): It is now |
* DOMCore.dis (NO_MODIFICATION_ALLOWED_ERR): It is now |