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