1 |
|
2006-04-29 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* Element.dis (removeAttributeNS): A runtime error |
4 |
|
was occurred if there was no specified attribute node. |
5 |
|
|
6 |
|
* TreeCore.dis (manakaiLanguage): New attribute. |
7 |
|
|
8 |
|
2006-04-28 Wakaba <wakaba@suika.fam.cx> |
9 |
|
|
10 |
|
* TreeCore.dis (NodeList.manakaiReadOnly, NamedNodeMap.manakaiReadOnly): |
11 |
|
New attributes. |
12 |
|
|
13 |
|
(StaticNodeList): New interface. |
14 |
|
|
15 |
|
2006-04-24 Wakaba <wakaba@suika.fam.cx> |
16 |
|
|
17 |
|
* DOMCore.dis (c:SET_TO_NULL_ERR): New error code. |
18 |
|
|
19 |
|
2006-04-22 Wakaba <wakaba@suika.fam.cx> |
20 |
|
|
21 |
|
* SimpleLS.dis: Reimplemented. |
22 |
|
|
23 |
|
2006-04-22 Wakaba <wakaba@suika.fam.cx> |
24 |
|
|
25 |
|
* DOMCore.dis (NO_MODIFICATION_ALLOWED_ERR): It is now |
26 |
|
a qualified name. |
27 |
|
(tc:EXTERNAL_NODE_COMPARISON_ERR): New error type. |
28 |
|
|
29 |
|
* TreeCore.dis (compareDocumentPosition): Implemented. |
30 |
|
(normalize): Implemented. |
31 |
|
(STORESIZE, CLEAR): Were not implemented for |EmptyNodeList| |
32 |
|
class. |
33 |
|
|
34 |
|
2006-04-16 Wakaba <wakaba@suika.fam.cx> |
35 |
|
|
36 |
|
* DOMCore.dis (OUT_OF_BOUND_ERR, NEGATIVE_INDEX_ERR): Removed. |
37 |
|
|
38 |
|
2006-04-16 Wakaba <wakaba@suika.fam.cx> |
39 |
|
|
40 |
|
* CharacterData.dis (length, insertData, substringData, |
41 |
|
appendData, deleteData, replaceData, splitText): Reimplemented. |
42 |
|
|
43 |
|
* DOMCore.dis (NEGATIVE_LENGTH_ERR): New error. |
44 |
|
(c:index): The definition was missing. |
45 |
|
(c:length): New property. |
46 |
|
|
47 |
|
2006-04-16 Wakaba <wakaba@suika.fam.cx> |
48 |
|
|
49 |
|
* XMLParser.dis (close): Invoke |close| method |
50 |
|
rather than |close| function. |
51 |
|
|
52 |
|
2006-04-16 Wakaba <wakaba@suika.fam.cx> |
53 |
|
|
54 |
|
* CharacterData.dis: New module split from |TreeCore.dis|. |
55 |
|
|
56 |
|
* CharacterData.pm: Added to the CVS repository. |
57 |
|
|
58 |
|
* TreeCore.dis: The |CharacterData|, |Text|, and |Comment| |
59 |
|
interfaces are removed. |
60 |
|
(Require): A reference to the |MDOM:CharacterData| module |
61 |
|
is added. |
62 |
|
|
63 |
|
* DOMMain.dis (StringExtended, StringOutOfBoundsException): Removed. |
64 |
|
|
65 |
|
* DOMCore.dis (StringOutOfBoundsException): New error. |
66 |
|
|
67 |
|
* Makefile: |CharacterData.pm| is added. |
68 |
|
|
69 |
|
2006-04-09 Wakaba <wakaba@suika.fam.cx> |
70 |
|
|
71 |
|
* XMLParser.dis (Require): Requires the |MCharset:Encode| |
72 |
|
module. |
73 |
|
(parse): Set the |inputEncoding| attribute of the generated document |
74 |
|
object. |
75 |
|
(resolveLSInput default implementation): The |byteStream| |
76 |
|
and |encoding| attributes of the |LSInput| interface |
77 |
|
are now supported. |
78 |
|
(resolveLSInput): Parameters |impl| and |parser| are added. |
79 |
|
(InputFile.inputEncoding): New attribute. |
80 |
|
|
81 |
|
2006-04-04 Wakaba <wakaba@suika.fam.cx> |
82 |
|
|
83 |
|
* Document.dis (adoptNode test): Documents were |
84 |
|
made by different documents. |
85 |
|
|
86 |
|
2006-04-04 Wakaba <wakaba@suika.fam.cx> |
87 |
|
|
88 |
|
* XMLParser.dis: The |cfg:dtd-default-attributes| configuration |
89 |
|
parameter is changed to |cfg:dtd-default-attribute|. |
90 |
|
|
91 |
|
2006-04-04 Wakaba <wakaba@suika.fam.cx> |
92 |
|
|
93 |
|
* TreeCore.dis: The |DOMMain:raiseException| elements |
94 |
|
are replaced by |disPerl:EXCEPTION|s. |
95 |
|
|
96 |
|
2006-04-03 Wakaba <wakaba@suika.fam.cx> |
97 |
|
|
98 |
|
* DOMMain.dis (GetPropNode, CheckReadOnly): Removed. |
99 |
|
|
100 |
|
* Node.dis (cfg:dtd-default-attribute): The configuration |
101 |
|
parameter |cfg:dtd-default-attributes| is renamed |
102 |
|
as |cfg:dtd-default-attribute|. |
103 |
|
(Roles): Definitions are changed so that classes |
104 |
|
that implement those classes MUST implement the |Node| |
105 |
|
and its subinterfaces. |
106 |
|
(cfg:dtd-attribute-type): New configuration parameter. |
107 |
|
|
108 |
|
* Document.dis (adoptNode): Don't throw exception |
109 |
|
if |strictErrorChecking| is |false|. |
110 |
|
|
111 |
|
* Element.dis (setAttribute, setAttributeNS): Don't |
112 |
|
set [attribute type] if the |cfg:dtd-attribute-type| |
113 |
|
configuration parameter is set to |false|. |
114 |
|
(removeAttribute, removeAttributeNS, removeAttributeNode): Don't |
115 |
|
regenerate default attribute nodes if the |cfg:dtd-default-attribute| |
116 |
|
configuration parameter is set to |false|. |
117 |
|
|
118 |
|
2006-04-02 Wakaba <wakaba@suika.fam.cx> |
119 |
|
|
120 |
|
* TreeStore.dis: New module. |
121 |
|
|
122 |
|
* Makefile: |TreeStore.dis| is added. |
123 |
|
|
124 |
|
2006-04-02 Wakaba <wakaba@suika.fam.cx> |
125 |
|
|
126 |
|
* XMLParser.dis: Updated so that it can be used |
127 |
|
with |TreeCore.pm|, |Document.pm|, |Element.pm|, |
128 |
|
and |XML.pm|. Set the read-only flag to |
129 |
|
the |DocumentType|, |Entity|, and |EntityReference| noes. |
130 |
|
|
131 |
|
* Node.dis (textContent): It did not handle descendant |
132 |
|
element and entity reference nodes. |
133 |
|
|
134 |
|
* Element.dis, XML.dis (manakaiBaseURI.get): Its |
135 |
|
definition has been changed to return only explicit |
136 |
|
base URI specification. |
137 |
|
|
138 |
|
* DOMLS.dis (LSInput, LSOutput): They no longer |
139 |
|
inherits the |ManakaiDOM:ManakaiDOMObject| class. |
140 |
|
|
141 |
|
* Tree.dis, DOMXML.dis, ManakaiDOMLS2003.dis: Removed. |
142 |
|
|
143 |
|
* Tree.pm, DOMXML.pm: Removed. |
144 |
|
|
145 |
|
* TreeCore.pm, Document.pm, Element.pm: Added |
146 |
|
to the CVS repository since they are necessary to |
147 |
|
build the dis library. |
148 |
|
|
149 |
|
* Makefile: Sync'ed to new modules disposition. |
150 |
|
|
151 |
|
2006-04-02 Wakaba <wakaba@suika.fam.cx> |
152 |
|
|
153 |
|
* Makefile: Rules for |Tree.pm| and |DOMXML.pm| are |
154 |
|
removed. For |Element.pm| and |Document.pm| are added. |
155 |
|
|
156 |
|
* Document.dis, Element.dis: New module split from |TreeCore.dis|. |
157 |
|
|
158 |
|
* TreeCore.dis (Document, DocumentFragment, Element, Attr): Removed. |
159 |
|
|
160 |
|
2006-04-01 Wakaba <wakaba@suika.fam.cx> |
161 |
|
|
162 |
|
* DOMFeature.dis (getImplementation, getImplementationList): Support |
163 |
|
for new class information variables. |
164 |
|
(DOMLS:Generic): This old feature name is removed. |
165 |
|
|
166 |
|
* GenericLS.dis (createGLSParser, createGLSSerializer): Support |
167 |
|
for new class information variables. |
168 |
|
|
169 |
|
* TreeCore.dis (manakaiExpandedURI): New attribute. |
170 |
|
(Document, Element.___create_node_ref): New method |
171 |
|
implementations. |
172 |
|
|
173 |
|
2006-04-01 Wakaba <wakaba@suika.fam.cx> |
174 |
|
|
175 |
|
* TreeCore.dis (setIdAttribute, setIdAttributeNS, setIdAttributeNode): |
176 |
|
Reimplemented. |
177 |
|
(isId): Setter is added. |
178 |
|
(Element.normalize): Definition copied from the |MDOM:Tree| |
179 |
|
module. |
180 |
|
|
181 |
|
2006-03-31 Wakaba <wakaba@suika.fam.cx> |
182 |
|
|
183 |
|
* Makefile (clean-db): New rule. |
184 |
|
|
185 |
|
* TreeCore.dis (setUserData): Schedule to invoke |
186 |
|
the user data handler when the node is removed |
187 |
|
from the memory. |
188 |
|
(setAttribute, setAttributeNS): Set the [attribute type] |
189 |
|
if DTD attribute definition is available. |
190 |
|
(CharacterData members): Definitions copied from |
191 |
|
the |MDOM:Tree| module. |
192 |
|
|
193 |
|
2006-03-31 Wakaba <wakaba@suika.fam.cx> |
194 |
|
|
195 |
|
* DOMCore.dis (DOMStringList.==): New overloaded operator. |
196 |
|
|
197 |
|
* DOMFeature.dis (ManakaiHasFeatureByGetFeature): The |
198 |
|
class did not implement the |GetFeature| interface. |
199 |
|
(hasFeature): The |+| prefix was not taken into account. |
200 |
|
|
201 |
|
* TreeCore.dis (Node): The class now inherits |
202 |
|
the |ManakaiHasFeatureByGetFeature| class. It now |
203 |
|
implements the |f:GetFeature| and |ecore:MUErrorTarget| |
204 |
|
interfaces. |
205 |
|
(CreateNodeRefMethod): The |mg:nodeRefInterfaces| option |
206 |
|
is supported. |
207 |
|
(lookupNamespaceURI, lookupPrefix, isDefaultNamespace): Reimplemented. |
208 |
|
(manakaiParentElement): New attribute. |
209 |
|
|
210 |
|
* XDoctype.dis (d:Feature): Old feature name |ManakaiDOM:XDoctype| |
211 |
|
is removed. |
212 |
|
(lookupPrefix): Old method implementation is removed. |
213 |
|
|
214 |
|
* XML.dis (CDATASection): The |mg:NodeRefRole| was |
215 |
|
missing because of the |DISCore:stopISARecursive| property. |
216 |
|
|
217 |
|
* TreeCore.dis, XML.dis, XDoctype.dis, DOMCore.dis, DOMFeature.dis: |
218 |
|
They now pass all tests included in those modules! |
219 |
|
|
220 |
|
2006-03-30 Wakaba <wakaba@suika.fam.cx> |
221 |
|
|
222 |
|
* DOMCore.dis (Require): A reference to the |MURI:Generic| |
223 |
|
module is added. |
224 |
|
(ManakaiDOMStringList.DESTROY): Removed (no longer necessary). |
225 |
|
(ManakaiDOMImplementation): It now inherits |
226 |
|
the |urigen:ManakaiURIImplementation| class and |
227 |
|
implements the |ecore:MUErrorTarget| interface. It no |
228 |
|
longer inherits the |ManakaiDOM:ManakaiDOMObject| class. |
229 |
|
(ManakaiDOMImplementation.___report_error): New method. |
230 |
|
|
231 |
|
* DOMFeature.dis (Require): It now references the |Util:Grove| |
232 |
|
module instead of |Util:ManakaiNode| module. |
233 |
|
(DOMMetaImpl:ManakaiDOMImplementationRole): Removed. |
234 |
|
(f:ManakaiMinimumImplementationCompatible): New role. |
235 |
|
(ManakaiMinimumImplementation): Now it is built |
236 |
|
on the new |Util:Grove| module rather than the |Util:ManakaiNode| |
237 |
|
module. |
238 |
|
(f:getFeatureImpl): Moved from the |MDOM:TreeCore| module. |
239 |
|
(c:implementation): Removed. |
240 |
|
(f:implementation, f:revImplementation): New properties. |
241 |
|
|
242 |
|
* DOMMain.dis (checkNamespacePrefix): DOM2 codes are removed. |
243 |
|
|
244 |
|
* Tree.dis (cfg:clone-entity-reference-subtree, |
245 |
|
cfg:dtd-default-attributes, cfg:xml-id, |
246 |
|
cfg:strict-document-children): Removed (moved |
247 |
|
to the |MDOM:TreeCore| module). |
248 |
|
|
249 |
|
* TreeCore.dis (Require): The reference to the |MURI:Generic| |
250 |
|
module is removed. |
251 |
|
(ManakaiDOMImplementationTC): Some members are removed |
252 |
|
since they are incorporated to the |c:ManakaiDOMImplementation| |
253 |
|
or the |f:ManakaiMinimumImplementation|. |
254 |
|
(tc:nodeRefClass): Removed (moved to the |Util:Grove| module). |
255 |
|
(replaceChildImpl1): A typo on the removing the parent node |
256 |
|
of the old child node is fixed. |
257 |
|
(f:getFeatureImpl): Removed (moved to the |MDOM:DOMFeature| |
258 |
|
module). |
259 |
|
(tc:implementation, tc:revImplementation): Removed (moved |
260 |
|
to the |MDOM:DOMFeature| module). |
261 |
|
(Document.appendChild, insertBefore, replaceChild): Sets |
262 |
|
the |ownerDocument| attribute of the |tx:DocumentType| nodes. |
263 |
|
(Attr.prefix, Element.prefix): Don't raise "uninitialized" |
264 |
|
when the new value is |null|. |
265 |
|
(Attr.___create_node_ref): Attribute name and |
266 |
|
owner element type specific classes are supported (it |
267 |
|
was partially implemented but was incorrect). |
268 |
|
(ManakaiDOMGetElementsNodeList.item): Don't return |
269 |
|
a node if the |index| is negative. |
270 |
|
(setNamedItem): Various typos are fixed. |
271 |
|
(removeNamedItem): The node was not removed orz |
272 |
|
(cfg:clone-entity-reference-subtree, |
273 |
|
cfg:dtd-default-attributes, cfg:xml-id, |
274 |
|
cfg:strict-document-children): Definitions are moved |
275 |
|
from the |MDOM:Tree| module. Note that the tests for default |
276 |
|
attributes still fail. |
277 |
|
(ErrDef, IntPropDef): Moved from the |MDOM:Tree| module. |
278 |
|
(Attr): Role name was incorrect. |
279 |
|
|
280 |
|
* XDoctype.dis (setDefinitionNode): Return value was |
281 |
|
not set. |
282 |
|
(AttributeDefinition): Role name was incorrect. |
283 |
|
|
284 |
|
* XML.dis (Require): A reference to the |DISlib:DISMarkup| |
285 |
|
module is added. |
286 |
|
(Notation.appendChild, insertBefore, replaceChild): New method |
287 |
|
implementations. |
288 |
|
(Entity.appendChild, insertBefore, replaceChild): New method |
289 |
|
implementations. |
290 |
|
(EntityReference.appendChild, insertBefore, replaceChild): Now |
291 |
|
they are defined as copies of ones in the |Entity| class. |
292 |
|
(XMLBaseAttribute, XMLIdAttribute): Now they are |
293 |
|
namespace unaware attributes. |
294 |
|
(XMLBaseAttributeNS, XMLIdAttributeNS): New attributes. |
295 |
|
(ManakaiDOMXMLBaseAttr, ManakaiDOMXMLIdAttr): References |
296 |
|
to namespace aware attributes are added. |
297 |
|
|
298 |
|
2006-03-29 Wakaba <wakaba@suika.fam.cx> |
299 |
|
|
300 |
|
* DOMCore.dis: Namespace prefixes are changed to new ones. |
301 |
|
|
302 |
|
* TreeCore.dis (createDocument, createDocumentType): Reimplemented (but |
303 |
|
untested). |
304 |
|
(___report_error): Reimplemented (untested). |
305 |
|
(manakaiSetReadOnly): New method. |
306 |
|
(Attr.___create_node_ref): New method (untested). |
307 |
|
(Document.getFeature): |require|s the |MDOM:XML| Perl module. |
308 |
|
(createEntityReference, cloneNode): Support for |
309 |
|
the |cfg:entity-reference-read-only| configuration |
310 |
|
parameter is removed; newly created entity references |
311 |
|
are always read-only and use the |manakaiSetReadOnly| method |
312 |
|
if desired. |
313 |
|
(Element.manakaiBaseURI): Reimplemented (untested). |
314 |
|
|
315 |
|
* XDoctype.dis (createGeneralEntity, createNotation): |require|s |
316 |
|
the |MDOM:XML| Perl module. |
317 |
|
(DocumentTypeDefinition.___create_node_stem): Sets |
318 |
|
the |tc:implementation| internal property if its value |
319 |
|
is provided. The |infoset:content| internal property name |
320 |
|
was incorrect. |
321 |
|
(DocumentTypeDefinition, ElementTypeDefinition): |MUST|s on |
322 |
|
read-only |NodeList| and |DOMStringList| are added |
323 |
|
for clarification. |
324 |
|
|
325 |
2006-03-26 Wakaba <wakaba@suika.fam.cx> |
2006-03-26 Wakaba <wakaba@suika.fam.cx> |
326 |
|
|
327 |
* DOMCore.dis (Require): Reference to the |MDOM:TreeCore| |
* DOMCore.dis (Require): Reference to the |MDOM:TreeCore| |