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