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> |
2006-04-22 Wakaba <wakaba@suika.fam.cx> |
83 |
|
|
84 |
* SimpleLS.dis: Reimplemented. |
* SimpleLS.dis: Reimplemented. |