1 |
|
2006-04-16 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* DOMCore.dis (OUT_OF_BOUND_ERR, NEGATIVE_INDEX_ERR): Removed. |
4 |
|
|
5 |
|
2006-04-16 Wakaba <wakaba@suika.fam.cx> |
6 |
|
|
7 |
|
* CharacterData.dis (length, insertData, substringData, |
8 |
|
appendData, deleteData, replaceData, splitText): Reimplemented. |
9 |
|
|
10 |
|
* DOMCore.dis (NEGATIVE_LENGTH_ERR): New error. |
11 |
|
(c:index): The definition was missing. |
12 |
|
(c:length): New property. |
13 |
|
|
14 |
|
2006-04-16 Wakaba <wakaba@suika.fam.cx> |
15 |
|
|
16 |
|
* XMLParser.dis (close): Invoke |close| method |
17 |
|
rather than |close| function. |
18 |
|
|
19 |
|
2006-04-16 Wakaba <wakaba@suika.fam.cx> |
20 |
|
|
21 |
|
* CharacterData.dis: New module split from |TreeCore.dis|. |
22 |
|
|
23 |
|
* CharacterData.pm: Added to the CVS repository. |
24 |
|
|
25 |
|
* TreeCore.dis: The |CharacterData|, |Text|, and |Comment| |
26 |
|
interfaces are removed. |
27 |
|
(Require): A reference to the |MDOM:CharacterData| module |
28 |
|
is added. |
29 |
|
|
30 |
|
* DOMMain.dis (StringExtended, StringOutOfBoundsException): Removed. |
31 |
|
|
32 |
|
* DOMCore.dis (StringOutOfBoundsException): New error. |
33 |
|
|
34 |
|
* Makefile: |CharacterData.pm| is added. |
35 |
|
|
36 |
|
2006-04-09 Wakaba <wakaba@suika.fam.cx> |
37 |
|
|
38 |
|
* XMLParser.dis (Require): Requires the |MCharset:Encode| |
39 |
|
module. |
40 |
|
(parse): Set the |inputEncoding| attribute of the generated document |
41 |
|
object. |
42 |
|
(resolveLSInput default implementation): The |byteStream| |
43 |
|
and |encoding| attributes of the |LSInput| interface |
44 |
|
are now supported. |
45 |
|
(resolveLSInput): Parameters |impl| and |parser| are added. |
46 |
|
(InputFile.inputEncoding): New attribute. |
47 |
|
|
48 |
|
2006-04-04 Wakaba <wakaba@suika.fam.cx> |
49 |
|
|
50 |
|
* Document.dis (adoptNode test): Documents were |
51 |
|
made by different documents. |
52 |
|
|
53 |
|
2006-04-04 Wakaba <wakaba@suika.fam.cx> |
54 |
|
|
55 |
|
* XMLParser.dis: The |cfg:dtd-default-attributes| configuration |
56 |
|
parameter is changed to |cfg:dtd-default-attribute|. |
57 |
|
|
58 |
|
2006-04-04 Wakaba <wakaba@suika.fam.cx> |
59 |
|
|
60 |
|
* TreeCore.dis: The |DOMMain:raiseException| elements |
61 |
|
are replaced by |disPerl:EXCEPTION|s. |
62 |
|
|
63 |
|
2006-04-03 Wakaba <wakaba@suika.fam.cx> |
64 |
|
|
65 |
|
* DOMMain.dis (GetPropNode, CheckReadOnly): Removed. |
66 |
|
|
67 |
|
* Node.dis (cfg:dtd-default-attribute): The configuration |
68 |
|
parameter |cfg:dtd-default-attributes| is renamed |
69 |
|
as |cfg:dtd-default-attribute|. |
70 |
|
(Roles): Definitions are changed so that classes |
71 |
|
that implement those classes MUST implement the |Node| |
72 |
|
and its subinterfaces. |
73 |
|
(cfg:dtd-attribute-type): New configuration parameter. |
74 |
|
|
75 |
|
* Document.dis (adoptNode): Don't throw exception |
76 |
|
if |strictErrorChecking| is |false|. |
77 |
|
|
78 |
|
* Element.dis (setAttribute, setAttributeNS): Don't |
79 |
|
set [attribute type] if the |cfg:dtd-attribute-type| |
80 |
|
configuration parameter is set to |false|. |
81 |
|
(removeAttribute, removeAttributeNS, removeAttributeNode): Don't |
82 |
|
regenerate default attribute nodes if the |cfg:dtd-default-attribute| |
83 |
|
configuration parameter is set to |false|. |
84 |
|
|
85 |
|
2006-04-02 Wakaba <wakaba@suika.fam.cx> |
86 |
|
|
87 |
|
* TreeStore.dis: New module. |
88 |
|
|
89 |
|
* Makefile: |TreeStore.dis| is added. |
90 |
|
|
91 |
|
2006-04-02 Wakaba <wakaba@suika.fam.cx> |
92 |
|
|
93 |
|
* XMLParser.dis: Updated so that it can be used |
94 |
|
with |TreeCore.pm|, |Document.pm|, |Element.pm|, |
95 |
|
and |XML.pm|. Set the read-only flag to |
96 |
|
the |DocumentType|, |Entity|, and |EntityReference| noes. |
97 |
|
|
98 |
|
* Node.dis (textContent): It did not handle descendant |
99 |
|
element and entity reference nodes. |
100 |
|
|
101 |
|
* Element.dis, XML.dis (manakaiBaseURI.get): Its |
102 |
|
definition has been changed to return only explicit |
103 |
|
base URI specification. |
104 |
|
|
105 |
|
* DOMLS.dis (LSInput, LSOutput): They no longer |
106 |
|
inherits the |ManakaiDOM:ManakaiDOMObject| class. |
107 |
|
|
108 |
|
* Tree.dis, DOMXML.dis, ManakaiDOMLS2003.dis: Removed. |
109 |
|
|
110 |
|
* Tree.pm, DOMXML.pm: Removed. |
111 |
|
|
112 |
|
* TreeCore.pm, Document.pm, Element.pm: Added |
113 |
|
to the CVS repository since they are necessary to |
114 |
|
build the dis library. |
115 |
|
|
116 |
|
* Makefile: Sync'ed to new modules disposition. |
117 |
|
|
118 |
2006-04-02 Wakaba <wakaba@suika.fam.cx> |
2006-04-02 Wakaba <wakaba@suika.fam.cx> |
119 |
|
|
120 |
* Makefile: Rules for |Tree.pm| and |DOMXML.pm| are |
* Makefile: Rules for |Tree.pm| and |DOMXML.pm| are |