1 |
|
2006-05-21 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* XDP.dis (XDPEntityValue.stringify): Don't escape |
4 |
|
any |%|s in |xdp:attr-definition| children. |
5 |
|
|
6 |
|
2006-05-20 Wakaba <wakaba@suika.fam.cx> |
7 |
|
|
8 |
|
* XDP.dis (createXDPRNIKeyword): The Perl method |
9 |
|
name property is added. |
10 |
|
|
11 |
|
2006-05-20 Wakaba <wakaba@suika.fam.cx> |
12 |
|
|
13 |
|
* XDP.dis (createXDPIf): New method. |
14 |
|
(XDPIfElement): New interface. |
15 |
|
|
16 |
|
2006-05-15 Wakaba <wakaba@suika.fam.cx> |
17 |
|
|
18 |
|
* XDP.dis (createXDPElement, createXDPAttlist, createXDPAttrDefinition): |
19 |
|
New methods. |
20 |
|
|
21 |
|
2006-05-15 Wakaba <wakaba@suika.fam.cx> |
22 |
|
|
23 |
|
* XDP.dis (XDPDocument): A number of constructor methods |
24 |
|
are added. |
25 |
|
(XDPTextDecl.dtdText): The |xml| target was missing. |
26 |
|
|
27 |
|
2006-05-14 Wakaba <wakaba@suika.fam.cx> |
28 |
|
|
29 |
|
* Traversal.dis (SerialWalker): New interface. |
30 |
|
(manakaiCreateSerialWalker): New method. |
31 |
|
|
32 |
|
2006-05-13 Wakaba <wakaba@suika.fam.cx> |
33 |
|
|
34 |
|
* Traversal.dis (testNode): Calls |acceptNode| method |
35 |
|
rather than |&{}| dereferencing. |
36 |
|
(acceptNode): Implemented. |
37 |
|
|
38 |
|
2006-05-13 Wakaba <wakaba@suika.fam.cx> |
39 |
|
|
40 |
|
* XDP.dis: New module. |
41 |
|
|
42 |
|
* Makefile: |XDP.dis| is added. |
43 |
|
|
44 |
|
* Traversal.dis (NodeFilter): |InputProcessor| |
45 |
|
and |OutputProcessor| are added. |
46 |
|
|
47 |
|
2006-05-13 Wakaba <wakaba@suika.fam.cx> |
48 |
|
|
49 |
|
* Traversal.dis (MANAKAI_FILTER_OPAQUE): New |AcceptNode| value. |
50 |
|
(TreeWalker): The |MANAKAI_FILTER_OPAQUE| value support |
51 |
|
is added. The |FILTER_REJECT| value is treated |
52 |
|
as |FILTER_ACCEPT| if the |currentNode| is in the |
53 |
|
rejected subtree as specified in the spec. |
54 |
|
|
55 |
|
2006-05-05 Wakaba <wakaba@suika.fam.cx> |
56 |
|
|
57 |
|
* SimpleLS.dis: An |xmlns:| prefix was missing. |
58 |
|
|
59 |
|
2006-05-04 Wakaba <wakaba@suika.fam.cx> |
60 |
|
|
61 |
|
* SimpleLS.dis: Namespace bugs are fixed. |
62 |
|
|
63 |
|
2006-04-30 Wakaba <wakaba@suika.fam.cx> |
64 |
|
|
65 |
|
* .cvsignore: Updated. |
66 |
|
|
67 |
|
* Traversal.dis: Unused declarations are removed. |
68 |
|
|
69 |
|
2006-04-30 Wakaba <wakaba@suika.fam.cx> |
70 |
|
|
71 |
|
* CharacterData.dis (Require): A reference to |
72 |
|
the |MDOM:Traversal| module is added. |
73 |
|
(wholeText): Implemented. |
74 |
|
|
75 |
|
2006-04-30 Wakaba <wakaba@suika.fam.cx> |
76 |
|
|
77 |
|
* Makefile: |Traversal.dis| is added. |
78 |
|
|
79 |
|
* Traversal.dis: New module. |
80 |
|
|
81 |
|
* TreeCore.dis (___report_error): Return value was |
82 |
|
not propagated. |
83 |
|
|
84 |
|
2006-04-29 Wakaba <wakaba@suika.fam.cx> |
85 |
|
|
86 |
|
* Element.dis (removeAttributeNS): A runtime error |
87 |
|
was occurred if there was no specified attribute node. |
88 |
|
|
89 |
|
* TreeCore.dis (manakaiLanguage): New attribute. |
90 |
|
|
91 |
|
2006-04-28 Wakaba <wakaba@suika.fam.cx> |
92 |
|
|
93 |
|
* TreeCore.dis (NodeList.manakaiReadOnly, NamedNodeMap.manakaiReadOnly): |
94 |
|
New attributes. |
95 |
|
|
96 |
|
(StaticNodeList): New interface. |
97 |
|
|
98 |
|
2006-04-24 Wakaba <wakaba@suika.fam.cx> |
99 |
|
|
100 |
|
* DOMCore.dis (c:SET_TO_NULL_ERR): New error code. |
101 |
|
|
102 |
|
2006-04-22 Wakaba <wakaba@suika.fam.cx> |
103 |
|
|
104 |
|
* SimpleLS.dis: Reimplemented. |
105 |
|
|
106 |
2006-04-22 Wakaba <wakaba@suika.fam.cx> |
2006-04-22 Wakaba <wakaba@suika.fam.cx> |
107 |
|
|
108 |
* DOMCore.dis (NO_MODIFICATION_ALLOWED_ERR): It is now |
* DOMCore.dis (NO_MODIFICATION_ALLOWED_ERR): It is now |