1 |
|
2006-12-02 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* DOMString.dis: New module. |
4 |
|
|
5 |
|
* DOMString.pm: New file. |
6 |
|
|
7 |
|
* DOMCore.dis (min): Moved from |DOMFeature.dis|. |
8 |
|
(ImplementationRegistryVariable): Moved from |DOMFeature.dis|. |
9 |
|
Now it references the |DOMImplementationRegistry| object. |
10 |
|
(DOMImplementationRegistryVariable): Moved from |DOMMain.dis|. |
11 |
|
(DOMImplementationRegistry): New interface and |
12 |
|
class, reformed from |ImplementationRegistry| in |DOMFeature.dis| |
13 |
|
and |DOMImplementationRegistry| in |DOMMain.dis|. Note |
14 |
|
that the class no longer support |get_implementation| |
15 |
|
and |get_implementation_list| methods from |
16 |
|
the |ImplementationRegistry| interface. |
17 |
|
(DOMImplementationList): Class implemented; no |
18 |
|
longer inherits from |ImplementationList|. |
19 |
|
(DOMImplementationSource): Class implemented; no |
20 |
|
longer inherits from |ImplementationSource|. Note that |
21 |
|
the class no longer support |get_implementation| |
22 |
|
and |get_implementation_list| methods from |
23 |
|
the |ImplementationSource| interface. |
24 |
|
(DOMStringList): Removed. |
25 |
|
|
26 |
|
* DOMFeature.dis (min, ManakaiDOM:DOMHTMLFeature, |
27 |
|
ManakaiDOM:DOMEventsFeature, ManakaiDOM:DOMXMLFeature, |
28 |
|
ManakaiDOM:DOMXMLFeatureXML11, most part of |
29 |
|
documentation for obsolete DOM Level 3 Minimum Implementation |
30 |
|
module, obsolete property name aliases, |
31 |
|
ImplemenationRegistryVar, ImplementationRegistry, |
32 |
|
DEBUG, MIString, ImplementationList, ImplementationSource, |
33 |
|
ManakaiDOM:implID): Removed. |
34 |
|
|
35 |
|
* DOMMain.dis (Redefine, RedefinedBy, Redefined): Removed. |
36 |
|
(DOMString): Removed. |
37 |
|
(DOMImplementationRegistryVar, DOMImplementationRegistry): Removed. |
38 |
|
|
39 |
|
* Makefile: |DOMString.pm| is added. |
40 |
|
|
41 |
|
* TreeCore.dis (is_default_namespace): |null| was |
42 |
|
returned where a false is expected (|null| is |
43 |
|
a false in Perl, but real |false| is appropriate here). |
44 |
|
|
45 |
|
2006-11-05 Wakaba <wakaba@suika.fam.cx> |
46 |
|
|
47 |
|
* DOMCore.dis (TypeInfo, UserDataHandler): Removed. |
48 |
|
|
49 |
|
* Element.dis (TypeInfo): Moved from |DOMCore.dis|. |
50 |
|
|
51 |
|
* TreeCore.dis (UserDataHandler): Moved from |DOMCore.dis|. |
52 |
|
|
53 |
|
2006-11-05 Wakaba <wakaba@suika.fam.cx> |
54 |
|
|
55 |
|
* DOMFeature.dis (ImplementationList, ImplementationSource, |
56 |
|
ImplementationRegistry): Parameters |features| |
57 |
|
now allow |null| (equivalent to an empty string). |
58 |
|
|
59 |
|
2006-11-05 Wakaba <wakaba@suika.fam.cx> |
60 |
|
|
61 |
|
* CharacterData.dis (ManakaiDOMDocumentCharacterData): New |
62 |
|
class. Factory methods |createTextNode| and |createComment| |
63 |
|
are moved from |ManakaiDOMDocument|. |
64 |
|
|
65 |
|
* DOMCore.dis: References to |ManakaiDOMObject| |
66 |
|
are removed. |
67 |
|
(tc:createImplForTest): Moved from |TreeCore.dis|. |
68 |
|
(DOMImplementation.___create_node_ref): Support |
69 |
|
for the |mg:nodeRefClass| option is removed. |
70 |
|
(ManakaiDOMConfiguration.___report_error): Moved |
71 |
|
from |ManakaiDOMObject| class. |
72 |
|
|
73 |
|
* DOMFeature.dis (domidl:extends): New property. |
74 |
|
(f:getFeatureImpl): Support for |+| classes is removed. |
75 |
|
|
76 |
|
* DOMMain.dis (DOMMain:docSupportsXMLFeature): Removed. |
77 |
|
(ManakaiDOM:ManakaiDOMObject): Removed. |
78 |
|
(DOMDataType): Removed. |
79 |
|
|
80 |
|
* Document.dis (ManakaiDOMImplementationDocument): |
81 |
|
The |createDocument| method is moved from |
82 |
|
the |ManakaiDOMImplementationTC| in |TreeCore.dis|. |
83 |
|
(ManakaiDOMDocument.___create_node_ref): Removed. |
84 |
|
(createElement, createElementNS, createAttribute, |
85 |
|
createAttributeNS, createTextNode, createComment, |
86 |
|
createCDATASection, createEntityReference, |
87 |
|
createProcessingInstruction): Class implementations |
88 |
|
are moved to each module. |
89 |
|
|
90 |
|
* Element.dis (ManakaiDOMImplementationElement): Factory |
91 |
|
methods are moved from |Document.dis|. |
92 |
|
(ManakaiDOMElement.___create_node_ref): Support |
93 |
|
for old class registry is removed. |
94 |
|
(ManakaiDOMAttr.___create_node_ref): Removed. |
95 |
|
(Attr.baseURI): Implementation |
96 |
|
for |xml:base| attribute is merged. |
97 |
|
(Attr.nodeValue, Attr.value): Implementation |
98 |
|
for |xml:id| attribute is merged. |
99 |
|
|
100 |
|
* TreeCore.dis (ManakaiDOMImplementationTC): Removed. |
101 |
|
|
102 |
|
* XDoctype.dis (ManakaiDOMImplementationXDoctype): The |
103 |
|
definition for |createDocumentType| method |
104 |
|
is moved from |TreeCore.dis|. |
105 |
|
|
106 |
|
* XML.dis (ManakaiDOMXMLDocument): Factory |
107 |
|
methods are moved from |Document.dis|. |
108 |
|
(ManakaiDOMXMLBaseAttr, ManakaiDOMXMLIdAttr): Removed (merged |
109 |
|
into |ManakaiDOMAttr| in |Element.dis|). |
110 |
|
|
111 |
|
2006-11-05 Wakaba <wakaba@suika.fam.cx> |
112 |
|
|
113 |
|
* Element.dis (___get_node_ref): |eval|ed |require| |
114 |
|
statement was broken. |
115 |
|
|
116 |
|
* DOMFeature.dis (getImplementationList): Argument |
117 |
|
is not passed to the |getImplementation| method. |
118 |
|
|
119 |
|
* TreeStore.dis (DOMImplementationTreeStore): It |
120 |
|
did not |f:implements| the |TSFeature30| feature. |
121 |
|
|
122 |
|
* XMLParser.dis: Use |create_uri_reference| |
123 |
|
method instead of internal |_new| method |
124 |
|
to create a URI reference object. |
125 |
|
|
126 |
|
2006-11-04 Wakaba <wakaba@suika.fam.cx> |
127 |
|
|
128 |
|
* DOMCore.dis (ManakaiDOMImplementation): No longer |
129 |
|
explicitly inherits |urigen:ManakaiURIImplementation| (and |
130 |
|
the |f:ManakaiMinimumImplementation| class inherited |
131 |
|
by it). The |f:Minimum| feature is ever implemented |
132 |
|
for compatibility (but is expected to be removed). |
133 |
|
Internal methods such as |___report_error| are copied from |
134 |
|
obsolete |f:MinimumImplementation| class. DOM3 |
135 |
|
methods |hasFeature| and |getFeature| are also |
136 |
|
moved from that class, but they now support no |
137 |
|
foreign classes. |
138 |
|
|
139 |
|
* DOMFeature.dis (ManakaiImplementationSource): It |
140 |
|
now |p:require|s |Message::Util::AutoLoad::Registry|. |
141 |
|
The class no longer support classes |
142 |
|
other than |ManakaiDOMImplementation|. Note |
143 |
|
that the |ImplementationRegistry| object does continue |
144 |
|
to support foreign classes via foreign classes |
145 |
|
implementing |ImplementationSource| |
146 |
|
or |DOMImplementationSource| interface. |
147 |
|
(MinimumImplementation): Removed. |
148 |
|
|
149 |
|
* DOMLS.dis (ManakaiDOMImplementationLS): It no |
150 |
|
longer inherit the |ManakaiDOMImplementation|; it |
151 |
|
is now expected to be implemented by |DOMImplementation| |
152 |
|
objects. |
153 |
|
|
154 |
|
* DOMMain.dis (null): Removed. |
155 |
|
|
156 |
|
* Document.dis (___create_node_ref): It no |
157 |
|
longer support foreign classes other |
158 |
|
than |Message::DOM::Document::ManakaiDOMDocument|. |
159 |
|
Note that document format specific DOM |
160 |
|
interfaces, if supported, should be |
161 |
|
all instances of the |Document| interface |
162 |
|
in the implementation, as defined |
163 |
|
in the Web Applications 1.0 specification (where |
164 |
|
the |HTMLDocument| interface must be implemented |
165 |
|
by all |Document| objects, even if the |Document| |
166 |
|
contains no HTML element). |
167 |
|
|
168 |
|
* GenericLS.dis (GLSImplementation): It no |
169 |
|
longer inherit the |MinimumImplementation|; it |
170 |
|
is now expected to be implemented by |DOMImplementation| |
171 |
|
objects. |
172 |
|
(createGLSParser, createGLSSerializer): Load |
173 |
|
module implementing parser or serializer |
174 |
|
if necessary. |
175 |
|
|
176 |
|
* Traversal.dis (ManakaiDOMDocumentTraversal): It no |
177 |
|
longer inherits the |ManakaiDOMDocument|; it |
178 |
|
is now expected to be implemented by |Document| |
179 |
|
objects. |
180 |
|
|
181 |
|
* XDP.dis (XDPDocument): It no longer |
182 |
|
inherits the |Document|; it is now expected |
183 |
|
to be implemented by all |Document| objects. |
184 |
|
|
185 |
|
* XDoctype.dis (ManakaiDOMDocumentXDoctype): It no |
186 |
|
longer inherits the |ManakaiDOMDocument|; it |
187 |
|
is now expected to be implemented by |Document| |
188 |
|
objects. |
189 |
|
|
190 |
|
2006-11-04 Wakaba <wakaba@suika.fam.cx> |
191 |
|
|
192 |
|
* DOMCore.dis (ManakaiDOMImplementation): No longer |
193 |
|
explicitly inherits |tc:ManakaiDOMImplementationTC|. |
194 |
|
(ManakaiDOMImplementation.AUTOLOAD): New method definition. |
195 |
|
|
196 |
|
* TreeCore.dis (ManakaiDOMImplementationTC): Extends |
197 |
|
the |ManakaiDOMImplementation| class. |
198 |
|
|
199 |
|
2006-11-03 Wakaba <wakaba@suika.fam.cx> |
200 |
|
|
201 |
|
* DOMFeature.dis: Definitions for various concepts |
202 |
|
are added. |
203 |
|
|
204 |
|
* GenericLS.dis (GLSImplementation): It no |
205 |
|
longer inherits the |MinimumImplementation|; rather, |
206 |
|
any |ManakaiMinimumImplementation| object also |
207 |
|
implements |GLSImplementation| methods. |
208 |
|
|
209 |
|
* TreeStore.dis (DOMImplementationTreeStore): It no |
210 |
|
longer inherits the |DOMImplementation|; rather, |
211 |
|
any |ManakaiDOMImplementation| object also |
212 |
|
implements |DOMImplementationTreeStore| methods. |
213 |
|
|
214 |
|
2006-08-15 Wakaba <wakaba@suika.fam.cx> |
215 |
|
|
216 |
|
* TreeStore.pm: Added to the CVS repository |
217 |
|
to enable for the dis database to contain XML |
218 |
|
fragments. |
219 |
|
|
220 |
|
* Makefile (DOT_CORE_DIS_FILES): |TreeStore.pm| is added. |
221 |
|
|
222 |
|
* TreeStore.dis (Namespace): Namespace URI was incorrect. |
223 |
|
|
224 |
|
2006-06-18 Wakaba <wakaba@suika.fam.cx> |
225 |
|
|
226 |
|
* Traversal.dis (expandEntityReferences): Syntax was incorrect. |
227 |
|
|
228 |
|
* TreeCore.dis (manakaiReadOnly): Test assertion was incorrect. |
229 |
|
|
230 |
|
* XDP.dis (dtdText): Test assertion was incorrect. |
231 |
|
|
232 |
|
2006-05-21 Wakaba <wakaba@suika.fam.cx> |
233 |
|
|
234 |
|
* XDP.dis (XDPEntityValue.stringify): Don't escape |
235 |
|
any |%|s in |xdp:attr-definition| children. |
236 |
|
|
237 |
|
2006-05-20 Wakaba <wakaba@suika.fam.cx> |
238 |
|
|
239 |
|
* XDP.dis (createXDPRNIKeyword): The Perl method |
240 |
|
name property is added. |
241 |
|
|
242 |
|
2006-05-20 Wakaba <wakaba@suika.fam.cx> |
243 |
|
|
244 |
|
* XDP.dis (createXDPIf): New method. |
245 |
|
(XDPIfElement): New interface. |
246 |
|
|
247 |
|
2006-05-15 Wakaba <wakaba@suika.fam.cx> |
248 |
|
|
249 |
|
* XDP.dis (createXDPElement, createXDPAttlist, createXDPAttrDefinition): |
250 |
|
New methods. |
251 |
|
|
252 |
|
2006-05-15 Wakaba <wakaba@suika.fam.cx> |
253 |
|
|
254 |
|
* XDP.dis (XDPDocument): A number of constructor methods |
255 |
|
are added. |
256 |
|
(XDPTextDecl.dtdText): The |xml| target was missing. |
257 |
|
|
258 |
|
2006-05-14 Wakaba <wakaba@suika.fam.cx> |
259 |
|
|
260 |
|
* Traversal.dis (SerialWalker): New interface. |
261 |
|
(manakaiCreateSerialWalker): New method. |
262 |
|
|
263 |
|
2006-05-13 Wakaba <wakaba@suika.fam.cx> |
264 |
|
|
265 |
|
* Traversal.dis (testNode): Calls |acceptNode| method |
266 |
|
rather than |&{}| dereferencing. |
267 |
|
(acceptNode): Implemented. |
268 |
|
|
269 |
|
2006-05-13 Wakaba <wakaba@suika.fam.cx> |
270 |
|
|
271 |
|
* XDP.dis: New module. |
272 |
|
|
273 |
|
* Makefile: |XDP.dis| is added. |
274 |
|
|
275 |
|
* Traversal.dis (NodeFilter): |InputProcessor| |
276 |
|
and |OutputProcessor| are added. |
277 |
|
|
278 |
|
2006-05-13 Wakaba <wakaba@suika.fam.cx> |
279 |
|
|
280 |
|
* Traversal.dis (MANAKAI_FILTER_OPAQUE): New |AcceptNode| value. |
281 |
|
(TreeWalker): The |MANAKAI_FILTER_OPAQUE| value support |
282 |
|
is added. The |FILTER_REJECT| value is treated |
283 |
|
as |FILTER_ACCEPT| if the |currentNode| is in the |
284 |
|
rejected subtree as specified in the spec. |
285 |
|
|
286 |
|
2006-05-05 Wakaba <wakaba@suika.fam.cx> |
287 |
|
|
288 |
|
* SimpleLS.dis: An |xmlns:| prefix was missing. |
289 |
|
|
290 |
|
2006-05-04 Wakaba <wakaba@suika.fam.cx> |
291 |
|
|
292 |
|
* SimpleLS.dis: Namespace bugs are fixed. |
293 |
|
|
294 |
|
2006-04-30 Wakaba <wakaba@suika.fam.cx> |
295 |
|
|
296 |
|
* .cvsignore: Updated. |
297 |
|
|
298 |
|
* Traversal.dis: Unused declarations are removed. |
299 |
|
|
300 |
|
2006-04-30 Wakaba <wakaba@suika.fam.cx> |
301 |
|
|
302 |
|
* CharacterData.dis (Require): A reference to |
303 |
|
the |MDOM:Traversal| module is added. |
304 |
|
(wholeText): Implemented. |
305 |
|
|
306 |
|
2006-04-30 Wakaba <wakaba@suika.fam.cx> |
307 |
|
|
308 |
|
* Makefile: |Traversal.dis| is added. |
309 |
|
|
310 |
|
* Traversal.dis: New module. |
311 |
|
|
312 |
|
* TreeCore.dis (___report_error): Return value was |
313 |
|
not propagated. |
314 |
|
|
315 |
|
2006-04-29 Wakaba <wakaba@suika.fam.cx> |
316 |
|
|
317 |
|
* Element.dis (removeAttributeNS): A runtime error |
318 |
|
was occurred if there was no specified attribute node. |
319 |
|
|
320 |
|
* TreeCore.dis (manakaiLanguage): New attribute. |
321 |
|
|
322 |
|
2006-04-28 Wakaba <wakaba@suika.fam.cx> |
323 |
|
|
324 |
|
* TreeCore.dis (NodeList.manakaiReadOnly, NamedNodeMap.manakaiReadOnly): |
325 |
|
New attributes. |
326 |
|
|
327 |
|
(StaticNodeList): New interface. |
328 |
|
|
329 |
|
2006-04-24 Wakaba <wakaba@suika.fam.cx> |
330 |
|
|
331 |
|
* DOMCore.dis (c:SET_TO_NULL_ERR): New error code. |
332 |
|
|
333 |
|
2006-04-22 Wakaba <wakaba@suika.fam.cx> |
334 |
|
|
335 |
|
* SimpleLS.dis: Reimplemented. |
336 |
|
|
337 |
|
2006-04-22 Wakaba <wakaba@suika.fam.cx> |
338 |
|
|
339 |
|
* DOMCore.dis (NO_MODIFICATION_ALLOWED_ERR): It is now |
340 |
|
a qualified name. |
341 |
|
(tc:EXTERNAL_NODE_COMPARISON_ERR): New error type. |
342 |
|
|
343 |
|
* TreeCore.dis (compareDocumentPosition): Implemented. |
344 |
|
(normalize): Implemented. |
345 |
|
(STORESIZE, CLEAR): Were not implemented for |EmptyNodeList| |
346 |
|
class. |
347 |
|
|
348 |
|
2006-04-16 Wakaba <wakaba@suika.fam.cx> |
349 |
|
|
350 |
|
* DOMCore.dis (OUT_OF_BOUND_ERR, NEGATIVE_INDEX_ERR): Removed. |
351 |
|
|
352 |
|
2006-04-16 Wakaba <wakaba@suika.fam.cx> |
353 |
|
|
354 |
|
* CharacterData.dis (length, insertData, substringData, |
355 |
|
appendData, deleteData, replaceData, splitText): Reimplemented. |
356 |
|
|
357 |
|
* DOMCore.dis (NEGATIVE_LENGTH_ERR): New error. |
358 |
|
(c:index): The definition was missing. |
359 |
|
(c:length): New property. |
360 |
|
|
361 |
|
2006-04-16 Wakaba <wakaba@suika.fam.cx> |
362 |
|
|
363 |
|
* XMLParser.dis (close): Invoke |close| method |
364 |
|
rather than |close| function. |
365 |
|
|
366 |
|
2006-04-16 Wakaba <wakaba@suika.fam.cx> |
367 |
|
|
368 |
|
* CharacterData.dis: New module split from |TreeCore.dis|. |
369 |
|
|
370 |
|
* CharacterData.pm: Added to the CVS repository. |
371 |
|
|
372 |
|
* TreeCore.dis: The |CharacterData|, |Text|, and |Comment| |
373 |
|
interfaces are removed. |
374 |
|
(Require): A reference to the |MDOM:CharacterData| module |
375 |
|
is added. |
376 |
|
|
377 |
|
* DOMMain.dis (StringExtended, StringOutOfBoundsException): Removed. |
378 |
|
|
379 |
|
* DOMCore.dis (StringOutOfBoundsException): New error. |
380 |
|
|
381 |
|
* Makefile: |CharacterData.pm| is added. |
382 |
|
|
383 |
|
2006-04-09 Wakaba <wakaba@suika.fam.cx> |
384 |
|
|
385 |
|
* XMLParser.dis (Require): Requires the |MCharset:Encode| |
386 |
|
module. |
387 |
|
(parse): Set the |inputEncoding| attribute of the generated document |
388 |
|
object. |
389 |
|
(resolveLSInput default implementation): The |byteStream| |
390 |
|
and |encoding| attributes of the |LSInput| interface |
391 |
|
are now supported. |
392 |
|
(resolveLSInput): Parameters |impl| and |parser| are added. |
393 |
|
(InputFile.inputEncoding): New attribute. |
394 |
|
|
395 |
|
2006-04-04 Wakaba <wakaba@suika.fam.cx> |
396 |
|
|
397 |
|
* Document.dis (adoptNode test): Documents were |
398 |
|
made by different documents. |
399 |
|
|
400 |
|
2006-04-04 Wakaba <wakaba@suika.fam.cx> |
401 |
|
|
402 |
|
* XMLParser.dis: The |cfg:dtd-default-attributes| configuration |
403 |
|
parameter is changed to |cfg:dtd-default-attribute|. |
404 |
|
|
405 |
|
2006-04-04 Wakaba <wakaba@suika.fam.cx> |
406 |
|
|
407 |
|
* TreeCore.dis: The |DOMMain:raiseException| elements |
408 |
|
are replaced by |disPerl:EXCEPTION|s. |
409 |
|
|
410 |
|
2006-04-03 Wakaba <wakaba@suika.fam.cx> |
411 |
|
|
412 |
|
* DOMMain.dis (GetPropNode, CheckReadOnly): Removed. |
413 |
|
|
414 |
|
* Node.dis (cfg:dtd-default-attribute): The configuration |
415 |
|
parameter |cfg:dtd-default-attributes| is renamed |
416 |
|
as |cfg:dtd-default-attribute|. |
417 |
|
(Roles): Definitions are changed so that classes |
418 |
|
that implement those classes MUST implement the |Node| |
419 |
|
and its subinterfaces. |
420 |
|
(cfg:dtd-attribute-type): New configuration parameter. |
421 |
|
|
422 |
|
* Document.dis (adoptNode): Don't throw exception |
423 |
|
if |strictErrorChecking| is |false|. |
424 |
|
|
425 |
|
* Element.dis (setAttribute, setAttributeNS): Don't |
426 |
|
set [attribute type] if the |cfg:dtd-attribute-type| |
427 |
|
configuration parameter is set to |false|. |
428 |
|
(removeAttribute, removeAttributeNS, removeAttributeNode): Don't |
429 |
|
regenerate default attribute nodes if the |cfg:dtd-default-attribute| |
430 |
|
configuration parameter is set to |false|. |
431 |
|
|
432 |
|
2006-04-02 Wakaba <wakaba@suika.fam.cx> |
433 |
|
|
434 |
|
* TreeStore.dis: New module. |
435 |
|
|
436 |
|
* Makefile: |TreeStore.dis| is added. |
437 |
|
|
438 |
|
2006-04-02 Wakaba <wakaba@suika.fam.cx> |
439 |
|
|
440 |
|
* XMLParser.dis: Updated so that it can be used |
441 |
|
with |TreeCore.pm|, |Document.pm|, |Element.pm|, |
442 |
|
and |XML.pm|. Set the read-only flag to |
443 |
|
the |DocumentType|, |Entity|, and |EntityReference| noes. |
444 |
|
|
445 |
|
* Node.dis (textContent): It did not handle descendant |
446 |
|
element and entity reference nodes. |
447 |
|
|
448 |
|
* Element.dis, XML.dis (manakaiBaseURI.get): Its |
449 |
|
definition has been changed to return only explicit |
450 |
|
base URI specification. |
451 |
|
|
452 |
|
* DOMLS.dis (LSInput, LSOutput): They no longer |
453 |
|
inherits the |ManakaiDOM:ManakaiDOMObject| class. |
454 |
|
|
455 |
|
* Tree.dis, DOMXML.dis, ManakaiDOMLS2003.dis: Removed. |
456 |
|
|
457 |
|
* Tree.pm, DOMXML.pm: Removed. |
458 |
|
|
459 |
|
* TreeCore.pm, Document.pm, Element.pm: Added |
460 |
|
to the CVS repository since they are necessary to |
461 |
|
build the dis library. |
462 |
|
|
463 |
|
* Makefile: Sync'ed to new modules disposition. |
464 |
|
|
465 |
|
2006-04-02 Wakaba <wakaba@suika.fam.cx> |
466 |
|
|
467 |
|
* Makefile: Rules for |Tree.pm| and |DOMXML.pm| are |
468 |
|
removed. For |Element.pm| and |Document.pm| are added. |
469 |
|
|
470 |
|
* Document.dis, Element.dis: New module split from |TreeCore.dis|. |
471 |
|
|
472 |
|
* TreeCore.dis (Document, DocumentFragment, Element, Attr): Removed. |
473 |
|
|
474 |
|
2006-04-01 Wakaba <wakaba@suika.fam.cx> |
475 |
|
|
476 |
|
* DOMFeature.dis (getImplementation, getImplementationList): Support |
477 |
|
for new class information variables. |
478 |
|
(DOMLS:Generic): This old feature name is removed. |
479 |
|
|
480 |
|
* GenericLS.dis (createGLSParser, createGLSSerializer): Support |
481 |
|
for new class information variables. |
482 |
|
|
483 |
|
* TreeCore.dis (manakaiExpandedURI): New attribute. |
484 |
|
(Document, Element.___create_node_ref): New method |
485 |
|
implementations. |
486 |
|
|
487 |
|
2006-04-01 Wakaba <wakaba@suika.fam.cx> |
488 |
|
|
489 |
|
* TreeCore.dis (setIdAttribute, setIdAttributeNS, setIdAttributeNode): |
490 |
|
Reimplemented. |
491 |
|
(isId): Setter is added. |
492 |
|
(Element.normalize): Definition copied from the |MDOM:Tree| |
493 |
|
module. |
494 |
|
|
495 |
|
2006-03-31 Wakaba <wakaba@suika.fam.cx> |
496 |
|
|
497 |
|
* Makefile (clean-db): New rule. |
498 |
|
|
499 |
|
* TreeCore.dis (setUserData): Schedule to invoke |
500 |
|
the user data handler when the node is removed |
501 |
|
from the memory. |
502 |
|
(setAttribute, setAttributeNS): Set the [attribute type] |
503 |
|
if DTD attribute definition is available. |
504 |
|
(CharacterData members): Definitions copied from |
505 |
|
the |MDOM:Tree| module. |
506 |
|
|
507 |
|
2006-03-31 Wakaba <wakaba@suika.fam.cx> |
508 |
|
|
509 |
|
* DOMCore.dis (DOMStringList.==): New overloaded operator. |
510 |
|
|
511 |
|
* DOMFeature.dis (ManakaiHasFeatureByGetFeature): The |
512 |
|
class did not implement the |GetFeature| interface. |
513 |
|
(hasFeature): The |+| prefix was not taken into account. |
514 |
|
|
515 |
|
* TreeCore.dis (Node): The class now inherits |
516 |
|
the |ManakaiHasFeatureByGetFeature| class. It now |
517 |
|
implements the |f:GetFeature| and |ecore:MUErrorTarget| |
518 |
|
interfaces. |
519 |
|
(CreateNodeRefMethod): The |mg:nodeRefInterfaces| option |
520 |
|
is supported. |
521 |
|
(lookupNamespaceURI, lookupPrefix, isDefaultNamespace): Reimplemented. |
522 |
|
(manakaiParentElement): New attribute. |
523 |
|
|
524 |
|
* XDoctype.dis (d:Feature): Old feature name |ManakaiDOM:XDoctype| |
525 |
|
is removed. |
526 |
|
(lookupPrefix): Old method implementation is removed. |
527 |
|
|
528 |
|
* XML.dis (CDATASection): The |mg:NodeRefRole| was |
529 |
|
missing because of the |DISCore:stopISARecursive| property. |
530 |
|
|
531 |
|
* TreeCore.dis, XML.dis, XDoctype.dis, DOMCore.dis, DOMFeature.dis: |
532 |
|
They now pass all tests included in those modules! |
533 |
|
|
534 |
|
2006-03-30 Wakaba <wakaba@suika.fam.cx> |
535 |
|
|
536 |
|
* DOMCore.dis (Require): A reference to the |MURI:Generic| |
537 |
|
module is added. |
538 |
|
(ManakaiDOMStringList.DESTROY): Removed (no longer necessary). |
539 |
|
(ManakaiDOMImplementation): It now inherits |
540 |
|
the |urigen:ManakaiURIImplementation| class and |
541 |
|
implements the |ecore:MUErrorTarget| interface. It no |
542 |
|
longer inherits the |ManakaiDOM:ManakaiDOMObject| class. |
543 |
|
(ManakaiDOMImplementation.___report_error): New method. |
544 |
|
|
545 |
|
* DOMFeature.dis (Require): It now references the |Util:Grove| |
546 |
|
module instead of |Util:ManakaiNode| module. |
547 |
|
(DOMMetaImpl:ManakaiDOMImplementationRole): Removed. |
548 |
|
(f:ManakaiMinimumImplementationCompatible): New role. |
549 |
|
(ManakaiMinimumImplementation): Now it is built |
550 |
|
on the new |Util:Grove| module rather than the |Util:ManakaiNode| |
551 |
|
module. |
552 |
|
(f:getFeatureImpl): Moved from the |MDOM:TreeCore| module. |
553 |
|
(c:implementation): Removed. |
554 |
|
(f:implementation, f:revImplementation): New properties. |
555 |
|
|
556 |
|
* DOMMain.dis (checkNamespacePrefix): DOM2 codes are removed. |
557 |
|
|
558 |
|
* Tree.dis (cfg:clone-entity-reference-subtree, |
559 |
|
cfg:dtd-default-attributes, cfg:xml-id, |
560 |
|
cfg:strict-document-children): Removed (moved |
561 |
|
to the |MDOM:TreeCore| module). |
562 |
|
|
563 |
|
* TreeCore.dis (Require): The reference to the |MURI:Generic| |
564 |
|
module is removed. |
565 |
|
(ManakaiDOMImplementationTC): Some members are removed |
566 |
|
since they are incorporated to the |c:ManakaiDOMImplementation| |
567 |
|
or the |f:ManakaiMinimumImplementation|. |
568 |
|
(tc:nodeRefClass): Removed (moved to the |Util:Grove| module). |
569 |
|
(replaceChildImpl1): A typo on the removing the parent node |
570 |
|
of the old child node is fixed. |
571 |
|
(f:getFeatureImpl): Removed (moved to the |MDOM:DOMFeature| |
572 |
|
module). |
573 |
|
(tc:implementation, tc:revImplementation): Removed (moved |
574 |
|
to the |MDOM:DOMFeature| module). |
575 |
|
(Document.appendChild, insertBefore, replaceChild): Sets |
576 |
|
the |ownerDocument| attribute of the |tx:DocumentType| nodes. |
577 |
|
(Attr.prefix, Element.prefix): Don't raise "uninitialized" |
578 |
|
when the new value is |null|. |
579 |
|
(Attr.___create_node_ref): Attribute name and |
580 |
|
owner element type specific classes are supported (it |
581 |
|
was partially implemented but was incorrect). |
582 |
|
(ManakaiDOMGetElementsNodeList.item): Don't return |
583 |
|
a node if the |index| is negative. |
584 |
|
(setNamedItem): Various typos are fixed. |
585 |
|
(removeNamedItem): The node was not removed orz |
586 |
|
(cfg:clone-entity-reference-subtree, |
587 |
|
cfg:dtd-default-attributes, cfg:xml-id, |
588 |
|
cfg:strict-document-children): Definitions are moved |
589 |
|
from the |MDOM:Tree| module. Note that the tests for default |
590 |
|
attributes still fail. |
591 |
|
(ErrDef, IntPropDef): Moved from the |MDOM:Tree| module. |
592 |
|
(Attr): Role name was incorrect. |
593 |
|
|
594 |
|
* XDoctype.dis (setDefinitionNode): Return value was |
595 |
|
not set. |
596 |
|
(AttributeDefinition): Role name was incorrect. |
597 |
|
|
598 |
|
* XML.dis (Require): A reference to the |DISlib:DISMarkup| |
599 |
|
module is added. |
600 |
|
(Notation.appendChild, insertBefore, replaceChild): New method |
601 |
|
implementations. |
602 |
|
(Entity.appendChild, insertBefore, replaceChild): New method |
603 |
|
implementations. |
604 |
|
(EntityReference.appendChild, insertBefore, replaceChild): Now |
605 |
|
they are defined as copies of ones in the |Entity| class. |
606 |
|
(XMLBaseAttribute, XMLIdAttribute): Now they are |
607 |
|
namespace unaware attributes. |
608 |
|
(XMLBaseAttributeNS, XMLIdAttributeNS): New attributes. |
609 |
|
(ManakaiDOMXMLBaseAttr, ManakaiDOMXMLIdAttr): References |
610 |
|
to namespace aware attributes are added. |
611 |
|
|
612 |
|
2006-03-29 Wakaba <wakaba@suika.fam.cx> |
613 |
|
|
614 |
|
* DOMCore.dis: Namespace prefixes are changed to new ones. |
615 |
|
|
616 |
|
* TreeCore.dis (createDocument, createDocumentType): Reimplemented (but |
617 |
|
untested). |
618 |
|
(___report_error): Reimplemented (untested). |
619 |
|
(manakaiSetReadOnly): New method. |
620 |
|
(Attr.___create_node_ref): New method (untested). |
621 |
|
(Document.getFeature): |require|s the |MDOM:XML| Perl module. |
622 |
|
(createEntityReference, cloneNode): Support for |
623 |
|
the |cfg:entity-reference-read-only| configuration |
624 |
|
parameter is removed; newly created entity references |
625 |
|
are always read-only and use the |manakaiSetReadOnly| method |
626 |
|
if desired. |
627 |
|
(Element.manakaiBaseURI): Reimplemented (untested). |
628 |
|
|
629 |
|
* XDoctype.dis (createGeneralEntity, createNotation): |require|s |
630 |
|
the |MDOM:XML| Perl module. |
631 |
|
(DocumentTypeDefinition.___create_node_stem): Sets |
632 |
|
the |tc:implementation| internal property if its value |
633 |
|
is provided. The |infoset:content| internal property name |
634 |
|
was incorrect. |
635 |
|
(DocumentTypeDefinition, ElementTypeDefinition): |MUST|s on |
636 |
|
read-only |NodeList| and |DOMStringList| are added |
637 |
|
for clarification. |
638 |
|
|
639 |
|
2006-03-26 Wakaba <wakaba@suika.fam.cx> |
640 |
|
|
641 |
|
* DOMCore.dis (Require): Reference to the |MDOM:TreeCore| |
642 |
|
module is added. |
643 |
|
(DOMStringList): Reimplemented for new |d:AttributeDefinition| |
644 |
|
implementation (untested). |
645 |
|
|
646 |
|
* TreeCore.dis (baseURI): Reimplemented (untested). |
647 |
|
(Roles): Definitions added. |
648 |
|
|
649 |
|
* XDoctype.dis (Require): References to the |MDOM:TreeCore| |
650 |
|
and |MDOM:XML| modules are added. Reference to the |MDOM:Tree| |
651 |
|
module is removed. |
652 |
|
(DocumentXDoctype): Reimplemented (untested). |
653 |
|
(DocumentTypeDefinition, DocumentTypeDeclaration): |
654 |
|
Reimlemented (untested). |
655 |
|
(ElementTypeDefinition, AttributeDefinition): Reimplemented (untested). |
656 |
|
|
657 |
|
* XML.dis (FeatureDef): New features (definitions copied |
658 |
|
from the |MDOM:DOMXML| module). |
659 |
|
(DocumentType): New interface (definition copied from |
660 |
|
the |MDOM:DOMXML| module). |
661 |
|
(CDATASection, Notation, Entity, EntityReference, ProcessingInstruction): |
662 |
|
Reimplemented (untested). |
663 |
|
(ManakaiDOMXMLBaseAttr, ManakaiDOMXMLIdAttr): Reimplemented (untested). |
664 |
|
|
665 |
|
2006-03-25 Wakaba <wakaba@suika.fam.cx> |
666 |
|
|
667 |
|
* TreeCore.dis (Document): Most methods are reimplemented (untested). |
668 |
|
|
669 |
|
2006-03-25 Wakaba <wakaba@suika.fam.cx> |
670 |
|
|
671 |
|
* TreeCore.dis (Document): Attributes are reimplemented (untested). |
672 |
|
(Text, DocumentFragment, Comment): Most members are |
673 |
|
reimplemented (untested). |
674 |
|
|
675 |
|
2006-03-24 Wakaba <wakaba@suika.fam.cx> |
676 |
|
|
677 |
|
* DOMMain.dis (checkXMLNamesQName): Some checks are |
678 |
|
removed to sync with DOM Level 3 Core specification. |
679 |
|
|
680 |
|
* TreeCore.dis (Element): Most methods are reimplemented (untested). |
681 |
|
(GetElementsNodeList): Reimplemented (untested). |
682 |
|
|
683 |
|
2006-03-23 Wakaba <wakaba@suika.fam.cx> |
684 |
|
|
685 |
|
* Tree.dis (cfg:strict-document-children): The configuration |
686 |
|
parameter must also affect on |manakaiAppendText| |
687 |
|
and |textContent| on |Document| nodes. |
688 |
|
|
689 |
|
* TreeCore.dis (Node.CreateNodeRefMethod): The |tc:nodeRefClass| |
690 |
|
parameter changes the class to |bless|. |
691 |
|
(Node): Most methods are reimplemented. (Untested) |
692 |
|
(CharacterData, Attr): Most methods and attributes are |
693 |
|
reimplemented. (Untested) |
694 |
|
|
695 |
|
* XML.dis, XDoctype.dis: Most |Node| methods are |
696 |
|
reimplemented (untested). |
697 |
|
|
698 |
|
2006-03-23 Wakaba <wakaba@suika.fam.cx> |
699 |
|
|
700 |
|
* TreeCore.dis, XML.dis, XDoctype.dis (Node.textContent): Reimplemented |
701 |
|
(untested). |
702 |
|
|
703 |
|
2006-03-22 Wakaba <wakaba@suika.fam.cx> |
704 |
|
|
705 |
|
* DOMCore.dis (DOMSTRING_SIZE_ERR): It now has |
706 |
|
a qualified name. |
707 |
|
|
708 |
|
* DOMMain.dis (ensureNamespacePrefix): Undefines |
709 |
|
the prefix if it is an empty string. (Note that |
710 |
|
it is defined as implementation dependent in |
711 |
|
DOM Level 3 Core specification). |
712 |
|
|
713 |
|
* TreeCore.dis (Require): It now references the |MDOM:XDoctype| |
714 |
|
module. |
715 |
|
(Node): Attributes are reimplemented (untested). |
716 |
|
|
717 |
|
* XML.dis (Require): It now references the |MDOMX:XDoctype| |
718 |
|
module. |
719 |
|
(Node): Attributes are reimplemented (untested). |
720 |
|
(Entity, Notation): New interfaces. |
721 |
|
|
722 |
|
* XDoctype.dis (Node): Attributes are reimplemented (untested). |
723 |
|
|
724 |
|
2006-03-19 Wakaba <wakaba@suika.fam.cx> |
725 |
|
|
726 |
|
* TreeCore.dis (childNodes, firstChild, lastChild, |
727 |
|
nextSibling, previousSibling, appendChild, insertBefore, |
728 |
|
replaceChild, removeChild, createDocumentFragment, |
729 |
|
createEntityReference, createProcessingInstruction, |
730 |
|
domConfig, documentElement, implementation, manakaiAppendText): New. |
731 |
|
(NodeList, DocumentFragment): New interfaces. |
732 |
|
|
733 |
|
* XML.dis (EntityReference, ProcessingInstruction): New interface. |
734 |
|
|
735 |
|
2006-03-18 Wakaba <wakaba@suika.fam.cx> |
736 |
|
|
737 |
|
* TreeCore.dis (Require): The |MDOM:XML| module is added. |
738 |
|
(createAttributeNS, createTextNode, createComment, |
739 |
|
createCDATASection): New methods. |
740 |
|
(Attr, Text, Comment, CharacterData): New interfaces. |
741 |
|
|
742 |
|
* Makefile: |XML.dis| is added. |
743 |
|
|
744 |
|
* XML.dis: New module. |
745 |
|
|
746 |
|
2006-03-17 Wakaba <wakaba@suika.fam.cx> |
747 |
|
|
748 |
|
* TreeCore.dis (manakaiReadOnly): New attribute. |
749 |
|
|
750 |
|
2006-03-17 Wakaba <wakaba@suika.fam.cx> |
751 |
|
|
752 |
|
* TreeCore.dis (NodeType, nodeType, localName, namespaceURI, |
753 |
|
prefix, isSameNode, ownerDocument, parentNode): New. |
754 |
|
(Element): New interface. |
755 |
|
(createElementNS): New method. |
756 |
|
(strictErrorChecking): New. |
757 |
|
|
758 |
|
2006-03-17 Wakaba <wakaba@suika.fam.cx> |
759 |
|
|
760 |
|
* Makefile: |TreeCore.dis| is added. |
761 |
|
|
762 |
|
* TreeCore.dis: New module. |
763 |
|
|
764 |
|
2006-03-16 Wakaba <wakaba@suika.fam.cx> |
765 |
|
|
766 |
|
* XMLParser.dis (cfg:entity-replacement-tree): New configuration |
767 |
|
parameter. |
768 |
|
|
769 |
|
* DOMXML.dis (manakaiExpanded): Renamed from |isExpanded|. |
770 |
|
|
771 |
|
* DOMCore.dis, Tree.dis, DOMLS.dis, XMLParser.dis: Lexical |
772 |
|
data types added to configuration parameters. |
773 |
|
|
774 |
|
2006-03-15 Wakaba <wakaba@suika.fam.cx> |
775 |
|
|
776 |
|
* DOMCore.dis (c:DOMConfigurationParameter): Now it is |
777 |
|
a |DISSource:ResourceProperty|. |
778 |
|
(c:anyDOMConfigurationParameter): New property. |
779 |
|
(CParam, boolCParam): Now they are all |dis:subsetOf| |
780 |
|
the |c:anyDOMConfigurationParameter| property. |
781 |
|
(ForDocument, ForParser, ForSerializer): Removed. |
782 |
|
|
783 |
|
* DOMLS.dis, XMLParser.dis: Likewise. |
784 |
|
|
785 |
|
2006-03-12 Wakaba <wakaba@suika.fam.cx> |
786 |
|
|
787 |
|
* DOMMain.dis, Tree.dis: Unused |dis:aliasChild| properties |
788 |
|
are removed. |
789 |
|
|
790 |
|
* GenericLS.pm: Added to the CVS repository since |
791 |
|
it is necessary to create the |Message::Util::DIS::DPG| module. |
792 |
|
|
793 |
|
2006-03-10 Wakaba <wakaba@suika.fam.cx> |
794 |
|
|
795 |
|
* DOMCore.dis, DOMXML.dis, XDoctype.dis (manakaiAppendText): New |
796 |
|
method. |
797 |
|
|
798 |
|
* XMLParser.dis: Don't create adjacent text nodes. |
799 |
|
|
800 |
|
2006-03-09 Wakaba <wakaba@suika.fam.cx> |
801 |
|
|
802 |
|
* DOMCore.dis (HIERARCHY_DOCUMENT_FRAGMENT_ITSELF_ERR): New error. |
803 |
|
|
804 |
|
* DOMXML.dis (appendChild, insertBefore, replaceChild): Method |
805 |
|
implementations are added. |
806 |
|
|
807 |
|
* XDoctype.dis (appendChild, insertBefore, replaceChild): Method |
808 |
|
implementations are added. |
809 |
|
|
810 |
|
* Tree.dis (appendChild, insertBefore, replaceChild): Method |
811 |
|
implementations are added. |
812 |
|
(IFCls1Def, NodeTypeDef): Don't define |ManakaiDOM:ForClass| |
813 |
|
resources unless for |ManakaiDOM:ManakaiDOMLatest|. |
814 |
|
(cfg:strict-document-children): New configuration parameter. |
815 |
|
|
816 |
|
2006-03-08 Wakaba <wakaba@suika.fam.cx> |
817 |
|
|
818 |
|
* XDoctype.dis (replaceChild): Method implementations are added. |
819 |
|
|
820 |
|
* Tree.dis (replaceChild): Method implementations are added. |
821 |
|
|
822 |
|
* DOMXML.dis (replaceChild): Method implementations are added. |
823 |
|
|
824 |
|
2006-03-07 Wakaba <wakaba@suika.fam.cx> |
825 |
|
|
826 |
|
* Tree.dis (ForAppendChild, ForInsertBefore, ForReplaceChild): New |for| |
827 |
|
definitions. |
828 |
|
|
829 |
|
* XDoctype.dis (insertBefore): New method implementation. |
830 |
|
|
831 |
|
2006-03-06 Wakaba <wakaba@suika.fam.cx> |
832 |
|
|
833 |
|
* DOMXML.dis (insertBefore): Method implementations |
834 |
|
for |ProcessingInstruction| and |Notation| nodes are added. |
835 |
|
|
836 |
|
* Tree.dis (insertBefore): Method implementation |
837 |
|
for |CharacterData| nodes is added. |
838 |
|
|
839 |
|
* XDoctype.dis (insertBefore): Method implementation |
840 |
|
for |ElementTypeDefinition| nodes is added. |
841 |
|
|
842 |
|
2006-03-06 Wakaba <wakaba@suika.fam.cx> |
843 |
|
|
844 |
|
* XDoctype.dis (appendChild): New method implementation. |
845 |
|
|
846 |
|
2006-03-06 Wakaba <wakaba@suika.fam.cx> |
847 |
|
|
848 |
|
* DOMCore.dis (HIERARCHY_WRONG_DOCTYPE_ERR): New error. |
849 |
|
(REMOVE_DOCUMENT_ELEMENT_ERR): New error. |
850 |
|
(REMOVE_DOCUMENT_TYPE_ERR): New error. |
851 |
|
|
852 |
|
* DOMXML.dis (ManakaiDOMDocumentType): Removed. |
853 |
|
(ProcessingInstruction.appendChild, CDATASection.appendChild, |
854 |
|
Notation.appendChild): New method implementation. |
855 |
|
|
856 |
|
* Tree.dis (CharacterData.appendChild): New method implementation. |
857 |
|
|
858 |
|
* XDoctype.dis: Tests moved from |MDOM:DOMXML| module. |
859 |
|
|
860 |
|
2006-03-06 Wakaba <wakaba@suika.fam.cx> |
861 |
|
|
862 |
|
* DOMXML.dis (ManakaiDOMXMLIdAttr): New class. |
863 |
|
|
864 |
|
* Tree.dis (createAttribute, createAttributeNS, |
865 |
|
setAttribute, setAttributeNS): They now supports |
866 |
|
the |cfg:xml-id| configuration parameter. |
867 |
|
(cfg:xml-id): New configuration parameter. |
868 |
|
|
869 |
|
* XDoctype.dis (createAttributeDefinition): It now |
870 |
|
supports the |cfg:xml-id| configuration parameter. |
871 |
|
|
872 |
|
* XMLParser.dis (parse): It now supports |
873 |
|
the |cfg:xml-id| configuration parameter. |
874 |
|
|
875 |
|
2006-03-05 Wakaba <wakaba@suika.fam.cx> |
876 |
|
|
877 |
|
* XMLParser.dis (parse): Sets |Document.documentURI| |
878 |
|
and |Document.manakaiEntityBaseURI| attributes of the |
879 |
|
document created. |
880 |
|
(_ProcessingInstructionDTD): Sets the |manakaiBaseURI| |
881 |
|
property of the created node. |
882 |
|
(_SystemLiteral): Sets the |manakaiDeclarationBaseURI| |
883 |
|
of the created node. |
884 |
|
(ls-input-to-input-file.default): Sets the resolved |
885 |
|
system identifier to the |documentURI| attribute if available. |
886 |
|
Sets the |baseURI| attribute if available. |
887 |
|
|
888 |
|
2006-03-05 Wakaba <wakaba@suika.fam.cx> |
889 |
|
|
890 |
|
* XDoctype.dis (DocumentTypeDefinition.implementation): New attribute. |
891 |
|
(Node.baseURI): New attribute implementations. |
892 |
|
(declarationBaseURI): Setter is added. |
893 |
|
(manakaiDeclarationBaseURI): New attribute. |
894 |
|
|
895 |
|
* Tree.dis (Require): A reference to the |MURI:Generic| |
896 |
|
module is added. |
897 |
|
(Node.baseURI): The implementation is revised. |
898 |
|
(getNodeReference): Attribute node classes specialized |
899 |
|
to attribute names are supported. |
900 |
|
(contentBaseURI, htmlBaseURI): Removed. |
901 |
|
(manakaiEntityBaseURI): New attribute. |
902 |
|
(ManakaiDOMImplementationDocument): It now inherits |
903 |
|
the |urigen:URIImplementation| class. |
904 |
|
|
905 |
|
* DOMMain.dis (isRelativeDOMURI): The definition |
906 |
|
of the URI scheme is synced with |Message::URI::Generic|'s |
907 |
|
one. |
908 |
|
|
909 |
|
* DOMXML.dis (Require): A reference to |DISlib:DISMarkup| |
910 |
|
module is added. |
911 |
|
(DocumentType.implementation): New attribute. |
912 |
|
(Node.baseURI): Implementations are added. |
913 |
|
(manakaiDeclarationBaseURI): New attributes. |
914 |
|
(manakaiEntityBaseURI): New attributes. |
915 |
|
(manakaiEntityURI): New attribute. |
916 |
|
(manakaiExternal): New attribute. |
917 |
|
(manakaiBaseURI): New attribute. |
918 |
|
(ManakaiDOMXMLBaseAttr): New class. |
919 |
|
|
920 |
|
2006-02-26 Wakaba <wakaba@suika.fam.cx> |
921 |
|
|
922 |
|
* SimpleLS.dis (Require): Reference to the |MDOM:Tree| |
923 |
|
module was missing. |
924 |
|
|
925 |
|
* ManakaiDOMLS2003.dis: Some property names was incorrect. |
926 |
|
|
927 |
|
* Makefile (distclean): New rule. |
928 |
|
|
929 |
|
2006-02-26 Wakaba <wakaba@suika.fam.cx> |
930 |
|
|
931 |
|
* DOMLS.dis: Removed from the CVS repository, since |
932 |
|
it has been no longer required to make the |daf| system |
933 |
|
itself. |
934 |
|
|
935 |
|
2006-02-26 Wakaba <wakaba@suika.fam.cx> |
936 |
|
|
937 |
|
* Makefile: Revised for new |daf| database format. |
938 |
|
|
939 |
2006-02-25 Wakaba <wakaba@suika.fam.cx> |
2006-02-25 Wakaba <wakaba@suika.fam.cx> |
940 |
|
|
941 |
* DOMFeature.dis (Require): Missing reference to |DISlib:Test| |
* DOMFeature.dis (Require): Missing reference to |DISlib:Test| |