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