1 |
|
2006-04-30 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* Makefile: |Traversal.dis| is added. |
4 |
|
|
5 |
|
* Traversal.dis: New module. |
6 |
|
|
7 |
|
* TreeCore.dis (___report_error): Return value was |
8 |
|
not propagated. |
9 |
|
|
10 |
|
2006-04-29 Wakaba <wakaba@suika.fam.cx> |
11 |
|
|
12 |
|
* Element.dis (removeAttributeNS): A runtime error |
13 |
|
was occurred if there was no specified attribute node. |
14 |
|
|
15 |
|
* TreeCore.dis (manakaiLanguage): New attribute. |
16 |
|
|
17 |
|
2006-04-28 Wakaba <wakaba@suika.fam.cx> |
18 |
|
|
19 |
|
* TreeCore.dis (NodeList.manakaiReadOnly, NamedNodeMap.manakaiReadOnly): |
20 |
|
New attributes. |
21 |
|
|
22 |
|
(StaticNodeList): New interface. |
23 |
|
|
24 |
|
2006-04-24 Wakaba <wakaba@suika.fam.cx> |
25 |
|
|
26 |
|
* DOMCore.dis (c:SET_TO_NULL_ERR): New error code. |
27 |
|
|
28 |
|
2006-04-22 Wakaba <wakaba@suika.fam.cx> |
29 |
|
|
30 |
|
* SimpleLS.dis: Reimplemented. |
31 |
|
|
32 |
|
2006-04-22 Wakaba <wakaba@suika.fam.cx> |
33 |
|
|
34 |
|
* DOMCore.dis (NO_MODIFICATION_ALLOWED_ERR): It is now |
35 |
|
a qualified name. |
36 |
|
(tc:EXTERNAL_NODE_COMPARISON_ERR): New error type. |
37 |
|
|
38 |
|
* TreeCore.dis (compareDocumentPosition): Implemented. |
39 |
|
(normalize): Implemented. |
40 |
|
(STORESIZE, CLEAR): Were not implemented for |EmptyNodeList| |
41 |
|
class. |
42 |
|
|
43 |
|
2006-04-16 Wakaba <wakaba@suika.fam.cx> |
44 |
|
|
45 |
|
* DOMCore.dis (OUT_OF_BOUND_ERR, NEGATIVE_INDEX_ERR): Removed. |
46 |
|
|
47 |
|
2006-04-16 Wakaba <wakaba@suika.fam.cx> |
48 |
|
|
49 |
|
* CharacterData.dis (length, insertData, substringData, |
50 |
|
appendData, deleteData, replaceData, splitText): Reimplemented. |
51 |
|
|
52 |
|
* DOMCore.dis (NEGATIVE_LENGTH_ERR): New error. |
53 |
|
(c:index): The definition was missing. |
54 |
|
(c:length): New property. |
55 |
|
|
56 |
|
2006-04-16 Wakaba <wakaba@suika.fam.cx> |
57 |
|
|
58 |
|
* XMLParser.dis (close): Invoke |close| method |
59 |
|
rather than |close| function. |
60 |
|
|
61 |
|
2006-04-16 Wakaba <wakaba@suika.fam.cx> |
62 |
|
|
63 |
|
* CharacterData.dis: New module split from |TreeCore.dis|. |
64 |
|
|
65 |
|
* CharacterData.pm: Added to the CVS repository. |
66 |
|
|
67 |
|
* TreeCore.dis: The |CharacterData|, |Text|, and |Comment| |
68 |
|
interfaces are removed. |
69 |
|
(Require): A reference to the |MDOM:CharacterData| module |
70 |
|
is added. |
71 |
|
|
72 |
|
* DOMMain.dis (StringExtended, StringOutOfBoundsException): Removed. |
73 |
|
|
74 |
|
* DOMCore.dis (StringOutOfBoundsException): New error. |
75 |
|
|
76 |
|
* Makefile: |CharacterData.pm| is added. |
77 |
|
|
78 |
|
2006-04-09 Wakaba <wakaba@suika.fam.cx> |
79 |
|
|
80 |
|
* XMLParser.dis (Require): Requires the |MCharset:Encode| |
81 |
|
module. |
82 |
|
(parse): Set the |inputEncoding| attribute of the generated document |
83 |
|
object. |
84 |
|
(resolveLSInput default implementation): The |byteStream| |
85 |
|
and |encoding| attributes of the |LSInput| interface |
86 |
|
are now supported. |
87 |
|
(resolveLSInput): Parameters |impl| and |parser| are added. |
88 |
|
(InputFile.inputEncoding): New attribute. |
89 |
|
|
90 |
|
2006-04-04 Wakaba <wakaba@suika.fam.cx> |
91 |
|
|
92 |
|
* Document.dis (adoptNode test): Documents were |
93 |
|
made by different documents. |
94 |
|
|
95 |
|
2006-04-04 Wakaba <wakaba@suika.fam.cx> |
96 |
|
|
97 |
|
* XMLParser.dis: The |cfg:dtd-default-attributes| configuration |
98 |
|
parameter is changed to |cfg:dtd-default-attribute|. |
99 |
|
|
100 |
2006-04-04 Wakaba <wakaba@suika.fam.cx> |
2006-04-04 Wakaba <wakaba@suika.fam.cx> |
101 |
|
|
102 |
* TreeCore.dis: The |DOMMain:raiseException| elements |
* TreeCore.dis: The |DOMMain:raiseException| elements |