1 |
2006-01-23 Wakaba <wakaba@suika.fam.cx> |
2 |
|
3 |
* DOMCore.dis (Test): Missing argument added. |
4 |
(setNamedItem): If |DocumentType| with no |ownerDocument|, |
5 |
addition always fails with |WRONG_DOCUMENT_ERR|. Some |
6 |
error conditions were incorrect. |
7 |
|
8 |
* .cvsignore: Dummy files added. |
9 |
|
10 |
2006-01-22 Wakaba <wakaba@suika.fam.cx> |
11 |
|
12 |
* DOMCore.dis (NO_NAMED_NODE_ERR, NO_NAMED_NODE_NS_ERR, |
13 |
INUSE_DEFINITION_ERR, NO_NS_NAMEDNODEMAP_ERR): New error subtypes. |
14 |
|
15 |
* DOMMain.dis (ensureXMLName): Checks definesness of |$XMLVERSION| |
16 |
to avoid uninitialized value warning. |
17 |
|
18 |
* Tree.dis (ManakaiDOMElementTypeDefMap, ManakaiDOMAttrDefMap): New |
19 |
classes (work in progress). |
20 |
|
21 |
* XDoctype.dis (elementTypes, attributeDefinitions): New attributes. |
22 |
|
23 |
2006-01-22 Wakaba <wakaba@suika.fam.cx> |
24 |
|
25 |
* Tree.dis (getAttribute): Returns |null| if there |
26 |
is no attribute in |ManakaiDOM:DOMLatest| for compatibility |
27 |
with Web browser implementations. |
28 |
(getAttributeNS): It returned |null| if there |
29 |
is no attribute in any |For| unintentionally. It now |
30 |
returns an empty string in DOM levels less than or equals |
31 |
to three. |
32 |
|
33 |
* XMLParser.dis (shiftChar): Fixed not to be warned as |
34 |
uninitialized value or substring out of range. |
35 |
|
36 |
2006-01-21 Wakaba <wakaba@suika.fam.cx> |
37 |
|
38 |
* DOMXML.dis (DocumentType.childNodes): Removed |
39 |
from |ManakaiDOM:ManakaiDOMLatest| variant. |
40 |
|
41 |
* XMLParser.dis: Parsing of general internal entities implemented. |
42 |
(_DocumentTypeDeclaration): Appends a document type definition |
43 |
node to the document. |
44 |
(_ProcessingInstructionDTD): Appends a processing |
45 |
instruction node to the document type definition. |
46 |
(Element_): Document element could not be an |EmptyElemTag|. |
47 |
|
48 |
2006-01-21 Wakaba <wakaba@suika.fam.cx> |
49 |
|
50 |
* DOMFeature.dis (featuresParamToFeaturesHash): New block |
51 |
code (seprated from |InputProcessor|). Now |
52 |
a |features| parameter's version can be specified by |
53 |
an array reference that contains a set of version |
54 |
numbers. A test added. |
55 |
|
56 |
* XMLParser.dis: A test added. |
57 |
|
58 |
2006-01-07 Wakaba <wakaba@suika.fam.cx> |
59 |
|
60 |
* DOMCore.dis (Test): Don't invoke |DESTROY| method |
61 |
because it does not work with dummy object used in the test code. |
62 |
|
63 |
2006-01-07 Wakaba <wakaba@suika.fam.cx> |
64 |
|
65 |
* DOMMain.dis (checkXMLNamesQName): Checks whether |
66 |
namespace URI is defined for not being warned. |
67 |
|
68 |
* XDoctype.dis: New module. |
69 |
|
70 |
* DOMCore.dis (DOMStringList): Test added. |
71 |
|
72 |
* Makefile: |XDoctype.pm| added. |
73 |
|
74 |
* Tree.dis (Require): Requires |XDoctype.dis|. |
75 |
(ManakaiDOMNodeObjectNode.eq): Added. |
76 |
(Test): |DOMError.location| must return a |DOMLocator| |
77 |
object (it was incorrectly tested to return |null|). |
78 |
(EmptyNodeList.DESTROY): Removed. |
79 |
|
80 |
2006-01-04 Wakaba <wakaba@suika.fam.cx> |
81 |
|
82 |
* Tree.dis (NodeType): |ELEMENT_TYPE_DEFINITION_NODE| and |
83 |
|ATTRIBUTE_DEFINITION_NODE| node types added. |
84 |
(appendChild, insertBefore, replaceChild): New |
85 |
two node types added and processing instruction nodes |
86 |
as document type definition node child is allowed |
87 |
in |ManakaiDOM:ManakaiDOMLatest| mode. |
88 |
(getNodeReference): New |interface| parameter |
89 |
to filter classes by interface is added. |
90 |
(ElementTypeDefinitionRole): New role. |
91 |
(AttributeDefinitionRole): New role. |
92 |
|
93 |
2006-01-02 Wakaba <wakaba@suika.fam.cx> |
94 |
|
95 |
* DOMCore.dis (DOMStringList): Reimplemented as tied array. |
96 |
|
97 |
2005-12-31 Wakaba <wakaba@suika.fam.cx> |
98 |
|
99 |
* DOMCore.dis (DOMError.location): Returns an empty |DOMLocator| |
100 |
if it is not provided. |
101 |
|
102 |
* XMLParser.dis: Parsing methods to skip document |
103 |
type declaration is added. |
104 |
|
105 |
2005-12-29 Wakaba <wakaba@suika.fam.cx> |
106 |
|
107 |
* XMLParser.dis (shiftChar): Checks characters are legal |
108 |
or not. Normalize end-of-lines. |
109 |
(rule _XMLDeclaration_): Implemented. |
110 |
(WFErrDef): Well-formedness error |wf-syntax-error|, |
111 |
|wf-pi-target-is-xml|, |wf-no-end-tag|, |
112 |
|wf-unsupported-xml-version|, |wf-malformed-enc-name|, |
113 |
|wf-malformed-xml-standalone|, |wf-legal-literal-character|, |
114 |
|wf-element-type-match|, |wf-unique-att-spec|, |
115 |
|wf-legal-character| added. |
116 |
(%character-code-point): New formatter rule. |
117 |
|
118 |
* Tree.dis (Document.xmlEncoding): It is now read-write attribute. |
119 |
|
120 |
* DOMCore.dis (DOMError.stringify): Added. |
121 |
(error-handler.default): Returns |false| (don't continue) |
122 |
when the error severity is |SEVERITY_FATAL_ERROR|. |
123 |
|
124 |
2005-12-28 Wakaba <wakaba@suika.fam.cx> |
125 |
|
126 |
* XMLParser.dis (DocumentEntity): Typos fixed. |
127 |
(|lexmode|s): New |?default-token| statements are used |
128 |
so that tokenizer description has been simplified |
129 |
and CDATA sections now can be parsed. |
130 |
|
131 |
2005-12-28 Wakaba <wakaba@suika.fam.cx> |
132 |
|
133 |
* XMLParser.dis: Some modifications made. |
134 |
|
135 |
2005-12-27 Wakaba <wakaba@suika.fam.cx> |
136 |
|
137 |
* DOMLS.dis (PARSE_ERR, SERIALIZE_ERR): They are now a |
138 |
global named resource. |
139 |
|
140 |
* Makefile: Rules to make |XMLParser.pm| is added. |
141 |
|
142 |
* XMLParser.dis: New file. |
143 |
|
144 |
2005-12-24 Wakaba <wakaba@suika.fam.cx> |
145 |
|
146 |
* DOMCore.dis (ManakaiDOMError._FORMATTER_PACKAGE_): Error |
147 |
message formatter can now vary by error types. |
148 |
(DOMLocator.utf32Offset): New (manakai extended) attribute. |
149 |
|
150 |
2005-12-23 Wakaba <wakaba@suika.fam.cx> |
151 |
|
152 |
* DOMCore.dis (DOMLocator): Implemented. |
153 |
|
154 |
2005-12-21 Wakaba <wakaba@suika.fam.cx> |
155 |
|
156 |
* DOMCore.dis (DOMConfigurationParameterApplication, |
157 |
domConfigurationParameter): New resources. |
158 |
|
159 |
2005-11-25 Wakaba <wakaba@suika.fam.cx> |
160 |
|
161 |
* Tree.dis (NodeList.___report_error, NamedNodeMap.___report_error): |
162 |
New methods. |
163 |
|
164 |
2005-11-24 Wakaba <wakaba@suika.fam.cx> |
165 |
|
166 |
* DOMMain.dis, DOMLS.dis, DOMXML.dis, Tree.dis: Old |__WARNING__| |
167 |
blocks are replaced by |DOMError|-based |__DOMCore:ERROR__| blocks. |
168 |
|
169 |
* DOMMain.dis (___report_error): Throws the error unkess |
170 |
it is a |DOMCore:DOMError| object. |
171 |
|
172 |
2005-11-24 Wakaba <wakaba@suika.fam.cx> |
173 |
|
174 |
* DOMCore.dis (severity, type): Getters return value from |
175 |
the definition of the current error (i.e. |-def| hash). |
176 |
(___error_def): New method. |
177 |
(errorType): |dis:dataType| changed to |DISCore:TFQNames| |
178 |
to ease natural reference to constant value. |
179 |
(error-handler.default): Prints the error message by |warn|. |
180 |
|
181 |
* Tree.dis (nodeValue.set): Reimplemented so that it |
182 |
warns as setting has no effect. |
183 |
(___report_error): New method. (It had been only implemented |
184 |
in superclass.) |
185 |
(setting-node-value-no-effect): New error type. |
186 |
|
187 |
2005-11-23 Wakaba <wakaba@suika.fam.cx> |
188 |
|
189 |
* DOMCore.dis: Error codes added. |
190 |
|
191 |
* Tree.dis (destroyNodeStem): New method implementation. |
192 |
|
193 |
2005-11-22 Wakaba <wakaba@suika.fam.cx> |
194 |
|
195 |
* Tree.dis (cloneNode): User data handlers implemented. |
196 |
(adoptNode): User data handlers implemented. |
197 |
|
198 |
2005-11-21 Wakaba <wakaba@suika.fam.cx> |
199 |
|
200 |
* DOMCore.dis (UserDataHandler): A constraint for Perl binding |
201 |
added. |
202 |
|
203 |
* Tree.dis (cloneNode): Invoking of |UserDataHandler|s are implemented. |
204 |
(getUserData, setUserData): Implemented. |
205 |
|
206 |
2005-11-20 Wakaba <wakaba@suika.fam.cx> |
207 |
|
208 |
* DOMCore.dis (UserDataHandler): Implemented. |
209 |
(DOMErrorHandler): Blessed package name bug fixed. |
210 |
|
211 |
* ManakaiDOMLS2003.dis: Reference to |Node| subclasses |
212 |
changed to |Tree.dis|. |
213 |
|
214 |
2005-11-20 Wakaba <wakaba@suika.fam.cx> |
215 |
|
216 |
* DOMMain.dis: Unused declarations and definitions removed. |
217 |
|
218 |
* DOMCore.dis: DOM document tree related interfaces removed. |
219 |
|
220 |
* Tree.dis: New module separated from |DOMCore.dis|. |
221 |
|
222 |
* DOMXML.dis: Some referent changed to |Tree.dis|. |
223 |
|
224 |
* Makefile: |Tree.dis| added. |
225 |
|
226 |
2005-11-16 Wakaba <wakaba@suika.fam.cx> |
227 |
|
228 |
* .cvsignore: Revised. |
229 |
|
230 |
2005-11-16 Wakaba <wakaba@suika.fam.cx> |
231 |
|
232 |
* ManakaiDOMLS2003.dis: Tests added. |
233 |
(domConfig): Method name in the code fixed to |flag|. |
234 |
|
235 |
* DOMMain.dis (findOffset32): Missing |^| in regular expressions |
236 |
added. |
237 |
|
238 |
* DOMCore.dis (hasChildNodes): Returns |false| if the node type |
239 |
is defined not to have any children. |
240 |
(CharacterData): Typos in element type names and function names fixed. |
241 |
|
242 |
2005-11-15 Wakaba <wakaba@suika.fam.cx> |
243 |
|
244 |
* DOMFeature.dis (MinimumImplementation.eq): Added. |
245 |
|
246 |
* DOMMain.dis: |DISPerl:ISA| reference fixed. |
247 |
|
248 |
* Generic.dis: Implements new |DOMLS:Generic| feature. |
249 |
|
250 |
2005-11-15 Wakaba <wakaba@suika.fam.cx> |
251 |
|
252 |
* DOMFeature.dis (stringifyFeatures): Don't double |SPACE| |
253 |
characters between feature names and versions. |
254 |
|
255 |
2005-11-13 Wakaba <wakaba@suika.fam.cx> |
256 |
|
257 |
* DOMFeature.dis (stringifyFeatures): A test code added. |
258 |
|
259 |
2005-10-26 Wakaba <wakaba@suika.fam.cx> |
260 |
|
261 |
* SimpleLS.dis (writeToString): Don't stop serializing |
262 |
when an |false| value appears in |@src|. |
263 |
|
264 |
2005-10-16 Wakaba <wakaba@suika.fam.cx> |
265 |
|
266 |
* DOMCore.dis (DOMError, DOMErrorHandler): Reimplemented. |
267 |
(ErrDef): Redefined. |
268 |
|
269 |
* DOMLS.dis (ErrDef): Redefined. |
270 |
|
271 |
2005-10-16 Wakaba <wakaba@suika.fam.cx> |
272 |
|
273 |
* DOMCore.dis (DOMConfiguration): Extends "ManakaiDOM:ManakaiDOMObject". |
274 |
|
275 |
2005-10-15 Wakaba <wakaba@suika.fam.cx> |
276 |
|
277 |
* DOMCore.dis (Require): References "DOMLS.dis" module. |
278 |
(CParam): Definitions for LS module added. |
279 |
|
280 |
* DOMLS.dis (ManakaiDOMLSInput): The input processor |
281 |
is also an output processor now. |
282 |
(ManakaiDOMLSResourceResolver): Implemented. |
283 |
(CParam): Definitions updated. |
284 |
|
285 |
2005-10-14 Wakaba <wakaba@suika.fam.cx> |
286 |
|
287 |
* DOMCore.dis (NOT_RECOGNIZED_CONFIG_PARAM_ERR, |
288 |
NOT_SUPPORTED_CONFIG_VALUE_ERR, |
289 |
INCOMPATIBLE_CONFIG_VALUE_ERR): New error subcodes. |
290 |
(DOMConfiguration): Implemented. |
291 |
(CParam): Definitions updated. |
292 |
|
293 |
* DOMMain.dis (DOMURIs): New data type. |
294 |
|
295 |
2005-10-13 Wakaba <wakaba@suika.fam.cx> |
296 |
|
297 |
* DOMCore.dis (setAttrValueNS): New code. |
298 |
|
299 |
2005-10-12 Wakaba <wakaba@suika.fam.cx> |
300 |
|
301 |
* DOMCore.dis: Don't set "infoset:prefix" internal |
302 |
property unless it has non-null value. |
303 |
(newObject): "refNode" parameter introduced. |
304 |
(ManakaiDOMNode.newObject): Calls "NodeStem.newNode" |
305 |
method if "refNode" parameter is specified. |
306 |
(cloneNode): Don't set "read-only" flag. |
307 |
(getNodeReference): Caches the result. |
308 |
(selectAttributeNodeForRemove): Don't removes any other |
309 |
non-namespace-aware attribute nodes. |
310 |
|
311 |
2005-10-11 Wakaba <wakaba@suika.fam.cx> |
312 |
|
313 |
* DOMCore.dis (appendChild, createElementNS, createAttributeNS, |
314 |
setAttribute, setAttributeNS): "strictErrorChecking" attribute supported. |
315 |
(doStrictErrorChecking): New code. |
316 |
|
317 |
* DOMMain.dis (XML10Name, XML11Name): "strictErrorChecking" attribute |
318 |
supported. |
319 |
|
320 |
* Makefile: Rule to make "DOMFeature.pm" restored. |
321 |
|
322 |
2005-10-10 Wakaba <wakaba@suika.fam.cx> |
323 |
|
324 |
* DOMCore.dis (ADOPT_NODE_TYPE_NOT_SUPPORTED_ERR): New error subcode. |
325 |
(adoptNode): Implemented. |
326 |
|
327 |
2005-10-09 Wakaba <wakaba@suika.fam.cx> |
328 |
|
329 |
* DOMHTML.dis, DOMWebForms.dis: Typos in element type prefix fixed. |
330 |
|
331 |
* DOMFeature.dis (DOMCore:implementation): Short name added. |
332 |
|
333 |
* DOMCore.dis (CLONE_NODE_TYPE_NOT_SUPPORTED_ERR): New error subcode. |
334 |
(DOMCore:node): New error parameter. |
335 |
(DOMCore:ownerDocument): Changed from "mn:irefnode0" |
336 |
to "mn:xrefnode0". For this reason, all assignments |
337 |
to this property have been rewritten to references |
338 |
to code "mn:setXRefNode". |
339 |
(cloneNode): Implemented. |
340 |
(setAttributeNode): A missing "importTree" method call added. |
341 |
(setAttributeNodeNS): Perl code removed and changed |
342 |
to a reference to "setAttributeNode" method code. |
343 |
|
344 |
* DOMXML.dis (DOMCore:ownerDocument): Changed from "mn:irefnode0" |
345 |
property to "mn:xrefnode0" property. |
346 |
|
347 |
2005-10-08 Wakaba <wakaba@suika.fam.cx> |
348 |
|
349 |
* DOMCore.dis, DOMLS.dis: Now constant values are defined only |
350 |
in interfaces. |
351 |
|
352 |
2005-10-06 Wakaba <wakaba@suika.fam.cx> |
353 |
|
354 |
* DOMCore.dis (ManakaiDOMEmptyNodeList): New class. |
355 |
(ManakaiDOMCharacterData): Methods reimplemented. |
356 |
(splitText): Reimplemented. |
357 |
(childNodes): Returns a "ManakaiDOMEmptyNodeList" |
358 |
for non-parent node types. |
359 |
|
360 |
* DOMXML.dis (childNodes): Returns a "ManakaiDOMEmptyNodeList" |
361 |
for non-parent node types. |
362 |
|
363 |
2005-10-05 Wakaba <wakaba@suika.fam.cx> |
364 |
|
365 |
* ManakaiDOMLS2003.dis: Revised to new format. |
366 |
|
367 |
* GenericLS.dis (DOMLS:ParseString): New feature. |
368 |
|
369 |
2005-10-05 Wakaba <wakaba@suika.fam.cx> |
370 |
|
371 |
* DOMFeature.dis: Description added and revised. (Still more |
372 |
work required.) |
373 |
|
374 |
2005-10-04 Wakaba <wakaba@suika.fam.cx> |
375 |
|
376 |
* DOMMain.dis (DOMString): The "idl:perl" attribute |
377 |
value has been changed from "DISPerl:String" |
378 |
to "DISPerl:CharacterString" to clarify its semantics. |
379 |
|
380 |
2005-10-03 Wakaba <wakaba@suika.fam.cx> |
381 |
|
382 |
* DOMFeature.dis (MIString): Java, ECMAScript, and Perl bound |
383 |
type properties added. |
384 |
|
385 |
* DOMMain.dis (DataType): Java, ECMAScript, and Perl bound |
386 |
type properties added. |
387 |
|
388 |
2005-10-02 Wakaba <wakaba@suika.fam.cx> |
389 |
|
390 |
* DOMFeature.dis (Module): "idl:prefix" and "idl:moduleName" |
391 |
properties added. |
392 |
|
393 |
2005-10-01 Wakaba <wakaba@suika.fam.cx> |
394 |
|
395 |
* DOMFeature.dis: Documentation added (still work in progress). |
396 |
(MIString): New type. |
397 |
|
398 |
* DOMCore.dis (namespaceURI): Fixed to return the namespace |
399 |
URI value, not a reference to it. |
400 |
|
401 |
2005-09-30 Wakaba <wakaba@suika.fam.cx> |
402 |
|
403 |
* DOMCore.dis, SimpleLS.dis: Shares namespace URIs and local |
404 |
names where possible. |
405 |
|
406 |
* DOMFeature.dis: Documentation for DOM Minimum Implementation |
407 |
added (still work in progress). |
408 |
|
409 |
* Makefile (feature.dae, feature-spec.dae): New rules. |
410 |
|
411 |
2005-09-27 Wakaba <wakaba@suika.fam.cx> |
412 |
|
413 |
* DOMCore.dis (DOMCore:nodeProp): New property. |
414 |
|
415 |
* DOMCore.dis, DOMXML.dis: Codes to set properties "TreeCore:*" |
416 |
is removed. |
417 |
|
418 |
2005-09-26 Wakaba <wakaba@suika.fam.cx> |
419 |
|
420 |
* DOMCore.dis, DOMXML.dis: New mn:* properties added. |
421 |
|
422 |
2005-09-25 Wakaba <wakaba@suika.fam.cx> |
423 |
|
424 |
* Makefile (DAC_SUFFIX): Changed to ".dae". |
425 |
(DAEM_SUFFIX): New. |
426 |
|
427 |
2005-09-24 Wakaba <wakaba@suika.fam.cx> |
428 |
|
429 |
* DOMMain.dis (MDOM:): Reintroduced for "ManakaiDOM:ManakaiDOM1" |
430 |
and "ManakaiDOM:ManakaiDOM2". |
431 |
|
432 |
* DOMFeature.dis, DOMMain.dis, DOMCore.dis, DOMXML.dis, |
433 |
DOMLS.dis, SimpleLS.dis, GenericLS.dis: Use disPerl:H |
434 |
instead of disPerl:Q for internal property hash keys. |
435 |
|
436 |
* DOMFeature.dis, DOMCore.dis, DOMXML.dis: Missing property |
437 |
definitions added. |
438 |
|
439 |
* DOMCore.dis (DOMCore:TextNode, DOMCore:DocumentFragmentNode): |
440 |
New resources. |
441 |
|
442 |
* DOMXML.dis (DOMXML:EntityNode, DOMXML:EntityReferenceNode): New |
443 |
resources. |
444 |
|
445 |
2005-09-23 Wakaba <wakaba@suika.fam.cx> |
446 |
|
447 |
* GenericLS.dis, SimpleLS.dis: New modules separated |
448 |
from DOMLS.dis. |
449 |
|
450 |
* DOMFeature.dis, DOMMain.dis: "MDOM:" and "for" definitions |
451 |
moved from DOMMain to DOMFeature. Now DOMFeature |
452 |
has no dependency on DOMMain. |
453 |
|
454 |
* DOMFeature.dis (DEBUG): New variable. |
455 |
|
456 |
2005-09-22 Wakaba <wakaba@suika.fam.cx> |
457 |
|
458 |
* Makefile: DAC_SUFFIX changed to ".dad". |
459 |
|
460 |
2005-09-21 Wakaba <wakaba@suika.fam.cx> |
461 |
|
462 |
* DOMCore.pm (DOMImplementation): Provides "XML" and "XMLVersion" |
463 |
features if it is "for" ManakaiDOM:DOMXMLFeature. |
464 |
|
465 |
* DOMMain.pm (StringExtend): Code portions of raising |
466 |
StringOutOfBoundsException is temporary disabled since |
467 |
it is not a DOM-style exception supported by |
468 |
current implementation of ManakaiNode - it will be |
469 |
recovered in later revision. |
470 |
|
471 |
2005-09-20 Wakaba <wakaba@suika.fam.cx> |
472 |
|
473 |
* DOMFeature.pm: Debug output code copied |
474 |
from Attic/DOMMetaImpl.pm (Should these code incorporated |
475 |
to source dis file?). |
476 |
|
477 |
2005-09-19 Wakaba <wakaba@suika.fam.cx> |
478 |
|
479 |
* DOMMain.dis (ManakaiDOM:DOMMethod, ManakaiDOM:DOMMethodReturn, |
480 |
ManakaiDOM:DOMAttribute, ManakaiDOM:DOMAttrGet, |
481 |
ManakaiDOM:DOMAttrSet, ManakaiDOM:DOMMethodParam): Removed. |
482 |
(ManakaiDOMTimeStamp): Removed. |
483 |
|
484 |
* DOMBoot.dis, DOMMetaImpl.dis, DOMMetaImpl.pm: Removed (they are no |
485 |
longer in use). |
486 |
|
487 |
2005-09-18 Wakaba <wakaba@suika.fam.cx> |
488 |
|
489 |
* DOMMain.dis (StringOutOfBoundsException): New exception. |
490 |
|
491 |
2005-09-15 Wakaba <wakaba@suika.fam.cx> |
492 |
|
493 |
* DOMFeature.dis: dis:dataType and dis:multipleProperties |
494 |
properties added to properties. |
495 |
|
496 |
2005-09-08 Wakaba <wakaba@suika.fam.cx> |
497 |
|
498 |
* Makefile: Rules renewaled. |
499 |
|
500 |
2005-09-07 Wakaba <wakaba@suika.fam.cx> |
501 |
|
502 |
* DOMCore.dis, DOMXML.dis, DOMLS.dis: Inheritance information fixed. |
503 |
|
504 |
2005-09-05 Wakaba <wakaba@suika.fam.cx> |
505 |
|
506 |
* DOMMain.dis (DOMImplementationRegistry, |
507 |
DOMImplementationRegistryVar): New. |
508 |
|
509 |
* DOMFeature.dis (DOMImplementationRegistry, |
510 |
DOMImplementationRegistryVar): Removed. |
511 |
(ImplementationRegistry): New class. |
512 |
|
513 |
2005-09-04 Wakaba <wakaba@suika.fam.cx> |
514 |
|
515 |
* DOMFeature.dis: New module. |
516 |
|
517 |
* DOMMetaImpl.dis (ManakaiDOM:ManakaiDOMObject): Removed. |
518 |
|
519 |
* DOMMain.dis (ManakaiDOM:ManakaiDOMObject): New. |
520 |
(DOMString, DOMTimeStamp): Now they are not interfaces |
521 |
but datatypes. |
522 |
(DOMUserData, DOMObject, DOMUserData): Now they |
523 |
are subtypes rather than aliases of their "real" type in IDL. |
524 |
|
525 |
* DOMCore.dis (DOMImplementationList, DOMImplementationSource): |
526 |
New interfaces and classes. |
527 |
|
528 |
2005-09-01 Wakaba <wakaba@suika.fam.cx> |
529 |
|
530 |
* DOMCore.dis (setTextNodeContent): Sets the infoset:parent |
531 |
property of the new Text node. |
532 |
|
533 |
2005-08-29 Wakaba <wakaba@suika.fam.cx> |
534 |
|
535 |
* Makefile: Loads "NaturalLanguage.dis". |
536 |
|
537 |
2005-08-26 Wakaba <wakaba@suika.fam.cx> |
538 |
|
539 |
* DOMCore.dis (createDocument): Set "ownerDocument" attribute |
540 |
to the root element created by the method. (It was forgotten!!) |
541 |
|
542 |
2005-08-15 Wakaba <wakaba@suika.fam.cx> |
543 |
|
544 |
* DOMCore.dis (appendChild, insertBefore, replaceChild): Typo |
545 |
in the code of removing the newChild from the previous |
546 |
parent of that node is fixed. |
547 |
|
548 |
2005-05-29 Wakaba <wakaba@suika.fam.cx> |
549 |
|
550 |
* DOMLS.dis (SimpleSerializer): End tag was sometimes missing. Use |
551 |
namespace prefix of element type if it is not declared |
552 |
but not used else. A shift is replaced by pop:). |
553 |
|
554 |
* DOMCore.dis (getFeature): The getFeature method |
555 |
for Node-derived classes implemented. |
556 |
* DOMXML.dis (getFeature): Ditto. |
557 |
|
558 |
2005-05-21 Wakaba <wakaba@suika.fam.cx> |
559 |
|
560 |
* DOMCore.dis (getNodeReference): Use HTMLDocument class |
561 |
if a document node has no document element node but |
562 |
has support for the "HTML" feature. |
563 |
|
564 |
2005-03-03 Wakaba <wakaba@suika.fam.cx> |
565 |
|
566 |
* DOMMetaImpl.dis (features input normalizer): Variable name |
567 |
typo fixed. |
568 |
(ManakaiDOMImplementationSource.getDOMImplementation): Fixed bug |
569 |
so that version specification for "+"'ed feature name does work now. |
570 |
|
571 |
2005-03-02 Wakaba <wakaba@suika.fam.cx> |
572 |
|
573 |
* DOMBoot.dis (ResourceDef): Definitions for DOMFeature are |
574 |
removed (now defined in DOMMetaImpl). |
575 |
|
576 |
2005-02-21 Wakaba <wakaba@suika.fam.cx> |
577 |
|
578 |
* DOMMetaImpl.dis (IFClsDef[ManakaiDOMMinimumImplementation]): New. |
579 |
|
580 |
* Makefile: Rules for DOMMetaImpl module added. |
581 |
|
582 |
2005-02-20 Wakaba <wakaba@suika.fam.cx> |
583 |
|
584 |
* DOMMetaImpl.dis: New module (split from DOMCore and DOMMain). |
585 |
|
586 |
2005-02-18 Wakaba <wakaba@suika.fam.cx> |
587 |
|
588 |
* DOMCore.dis (getFeature): ManakaiDOM:ManakaiDOMNodeObject.newReference |
589 |
is an instance method, not a class method. |
590 |
|
591 |
* DOMMain.dis (ResourceTypeDef[ManakaiDOM:Const, |
592 |
ManakaiDOM:ConstGroup]): Removed (moved to "lib/manakai/DISLang.dis"). |
593 |
(Exception-related definitions): Removed (moved to |
594 |
"lib/Message/Util/Error/DOMException.dis"). |
595 |
(ForDef[ManakaiDOM:ForIF, ManakaiDOM:ForClass]): Removed (moved |
596 |
to DISLang). |
597 |
|
598 |
2005-02-17 Wakaba <wakaba@suika.fam.cx> |
599 |
|
600 |
* DOMMain.dis: Definitions for "ManakaiDOM:ManakaiDOMNodeObject" and |
601 |
"ManakaiDOM:ManakaiDOMNodeReference" are removed (moved to |
602 |
"lib/Message/Util/ManakaiNode.dis"). |
603 |
(ResourceDef[ManakaiDOM:DataType]): Removed (moved to |
604 |
"lib/manakai/DISCore.dis"). |
605 |
(ResourceTypeDef[ManakaiDOM:IF, ManakaiDOM:Class, |
606 |
ManakaiDOM:PrimitiveTypeClass]): Removed (moved to |
607 |
"lib/manakai/DISLang.dis"). |
608 |
|
609 |
2005-02-16 Wakaba <wakaba@suika.fam.cx> |
610 |
|
611 |
* DOMMain.dis (ForDef[ManakaiDOM:Perl]): Removed (moved to |
612 |
DISPerl module). |
613 |
|
614 |
2005-01-07 Wakaba <wakaba@suika.fam.cx> |
615 |
|
616 |
* DOMCore.dis: Each "delete array-item" replaced to a "splice". |
617 |
|
618 |
2005-01-06 Wakaba <wakaba@suika.fam.cx> |
619 |
|
620 |
* DOMMain.dis (ensureXMLName): Test as if XML 1.0 if it is not an |
621 |
XML document. |
622 |
|
623 |
2005-01-05 Wakaba <wakaba@suika.fam.cx> |
624 |
|
625 |
* DOMMain.dis (ManakaiDOMExceptionOrWarning.stringify): New method. |
626 |
(IntMethod[isExternallyReferred]): Rewritten. |
627 |
(IntMethod[isExternallyReferredDownward]): Removed. |
628 |
(Checking XML name legallity): Fix true or false mistakes. |
629 |
(destroy, importTree, orphanate): Rewritten. |
630 |
(destroyDownward, changeTreeIDDownward): Removed. |
631 |
(TreeCore:urefnode property): Removed since not used. |
632 |
|
633 |
* DOMCore.dis: Tying array for NodeList implemented. |
634 |
|
635 |
2005-01-02 Wakaba <wakaba@suika.fam.cx> |
636 |
|
637 |
* DOMHTML.dis (HTMLDOMImplementation): New interface. |
638 |
|
639 |
* DOMViews.dis: Documentation for properties are added. |
640 |
|
641 |
2004-12-29 Wakaba <wakaba@suika.fam.cx> |
642 |
|
643 |
* Makefile: DOMXML, DOMEvents, DOMLS and ManakaiDOMLS2003 added. |
644 |
|
645 |
* ManakaiDOMCore.dis: Removed (merged with DOMCore.dis). |
646 |
|
647 |
2004-12-28 Wakaba <wakaba@suika.fam.cx> |
648 |
|
649 |
* ManakaiDOMXML.dis: Removed (merged with DOMXML.dis). |
650 |
|
651 |
2004-12-01 Wakaba <wakaba@suika.fam.cx> |
652 |
|
653 |
* ManakaiDOMMain.dis: Removed (merged with DOMMain.dis). |
654 |
|
655 |
2004-11-03 Wakaba <wakaba@suika.fam.cx> |
656 |
|
657 |
* .cvsignore: Ignore pod files. |
658 |
|
659 |
2004-10-31 Wakaba <wakaba@suika.fam.cx> |
660 |
|
661 |
* DOMXML.dis (ProcessingInstruction.data): Property name error fixed. |
662 |
|
663 |
* DOMMain.dis: Don't call DOMString->__INT{length}__ - it should |
664 |
be DOMString->length. |
665 |
|
666 |
* DOMCore.dis (Element.getElementsByTagName, |
667 |
Node.getElementsByTagName, Element.getElementsByTagNameNS, |
668 |
Node.getElementsByTagNameNS): Implemented. |
669 |
(Element.getAttributeNode, Element.getAttributeNodeNS): |
670 |
Check whether defined. |
671 |
|
672 |
2004-10-18 Wakaba <wakaba@suika.fam.cx> |
673 |
|
674 |
* DOMWebForms.dis: New module. |
675 |
|
676 |
2004-10-17 Wakaba <wakaba@suika.fam.cx> |
677 |
|
678 |
* DOMBasicEvents.dis, DOMHTMLEvents.dis, DOMViews.dis, |
679 |
DOMHTML.dis: New modules. |
680 |
|
681 |
2004-10-16 Wakaba <wakaba@suika.fam.cx> |
682 |
|
683 |
* DOMMouseEvents.dis, DOMTextEvents.dis: New module. |
684 |
|
685 |
2004-10-11 Wakaba <wakaba@suika.fam.cx> |
686 |
|
687 |
* ManakaiDOMMain.dis: 'TreeCore:anydata2' property type added. |
688 |
(DataType[ManakaiDOMKeyIdentifier, ManakaiDOMKeyIdentifiers]): added. |
689 |
|
690 |
2004-10-10 Wakaba <wakaba@suika.fam.cx> |
691 |
|
692 |
* DOMEvents.dis: New module. |
693 |
|
694 |
* ManakaiDOMCore.dis (ManakaiDOMAttributes.item): Return |
695 |
node reference. |
696 |
|
697 |
* ManakaiDOMLS2003.dis (error_handler): '$caller' changed |
698 |
to '$self' for correct error reporting and not to leak memory. |
699 |
|
700 |
* Makefile (DIS2PM_PL): Path to dis2pm.pl changed. |
701 |
* dis2pm.pl, idl2dis.pl: Removed (moved to ../../bin/). |
702 |
|
703 |
2004-10-09 Wakaba <wakaba@suika.fam.cx> |
704 |
|
705 |
* DOMCore.dis (ConfigParam): Moved from ManakaiDOMCore. |
706 |
* ManakaiDOMCore.dis (ConfigParam): Removed. |
707 |
|
708 |
* dis2pm.pl: Functions to create perl/pod structures |
709 |
are moved to ../../bin/genlib.pl. |
710 |
(disdoc2pod, disdoc2text): Allow LESS-THAN SIGN as the first |
711 |
character of a paragraph. |
712 |
|
713 |
* ManakaiDOMLS2003.dis (ManakaiXMLParser2003/parse:#comment): |
714 |
Set ownerDocument as parent if parent.ownerDocument is null. |
715 |
|
716 |
* dis2pm.pl (dis2perl): Report if DIS code has value. |
717 |
|
718 |
2004-10-06 Wakaba <wakaba@suika.fam.cx> |
719 |
|
720 |
* ManakaiDOMCore.dis (IFs): Inherit non-conditional version |
721 |
of ManakaiDOMMain interfaces. |
722 |
|
723 |
* DOMCore.dis (Node.childNodes): Typo fixed. |
724 |
|
725 |
* ManakaiDOMLS2003.dis (parse): Check whether the namespace |
726 |
prefix is null. |
727 |
|
728 |
* dis2pm.pl (perl_builtin_code): Allow hash reference as 'features'. |
729 |
(Condition): Don't generate condition inheritance for DOM1, DOM2 |
730 |
and DOM3. |
731 |
|
732 |
2004-09-30 Wakaba <wakaba@suika.fam.cx> |
733 |
|
734 |
* dis2pm.pl (disdoc_inline2pod, disdoc_inline2text): New |
735 |
element type 'FILE' added. |
736 |
|
737 |
* ManakaiDOMMain.dis (ManakaiDOMExceptionOrWarning, |
738 |
ManakaiDOMException, ManakaiDOMWarning): New classes. |
739 |
(ManakaiDOMObject/___report_error): Implemented. |
740 |
|
741 |
* dis2pm.pl (perl_builtin_code:ParseFeature): Recognize leading '+'. |
742 |
|
743 |
2004-09-29 Wakaba <wakaba@suika.fam.cx> |
744 |
|
745 |
* dis2pm.pl (get_redef_description, attr2perl, method2perl, if2perl): |
746 |
New attribute 'IsAbstract', 'IsFinal' and 'ImplByApp' added. |
747 |
|
748 |
2004-09-27 Wakaba <wakaba@suika.fam.cx> |
749 |
|
750 |
* .cvsignore: New file. |
751 |
|
752 |
2004-09-27 Wakaba <wakaba@suika.fam.cx> |
753 |
|
754 |
* DOMLS.dis, ManakaiDOMLS2003: New file. |
755 |
|
756 |
* dis2pm.pl (MAIN): Output "AUTHOR" pod section; support Perl+MPL |
757 |
license. |
758 |
(disdoc2pod, disdoc2text): New 'DFN', 'SA', 'SE', 'HA', 'HE', |
759 |
'XA', 'XE', 'Prefix', 'ERR', 'EV' and 'CP' element types supported. |
760 |
(perl_name): Die if uninitialized value. |
761 |
(constgroup2perl): Support constant group without machine-name. |
762 |
(pod_item): Die if uninitialized value. |
763 |
(qname_label): Don't output default prefix. |
764 |
|
765 |
* idl2dis.pl: Output module name and prefix as 'BindingName' |
766 |
and 'FileName'. |
767 |
|
768 |
2004-09-26 Wakaba <wakaba@suika.fam.cx> |
769 |
|
770 |
* dis2pm.pl (constgroup2perl): Capitalize name. |
771 |
|
772 |
* idl2dis.pl (type, raise): Prepend namespace prefix if |
773 |
type is 'DOMString' or 'DOMException' and it is not defined. |
774 |
(MAIN): Make empty 'Return' element even if return |
775 |
value is void. |
776 |
(supply_incase): New. |
777 |
(const): Use 'FullName' in favor of 'Description' if the name of |
778 |
the const group is not a machine-friendly name. |
779 |
|
780 |
2004-09-26 Wakaba <wakaba@suika.fam.cx> |
781 |
|
782 |
* dis2pm.pl (get_incase_label): Error if label is undef. |
783 |
|
784 |
2004-09-25 Wakaba <wakaba@suika.fam.cx> |
785 |
|
786 |
* dis2pm.pl: Generate TODO list. |
787 |
(method2perl): Use "dis". |
788 |
(disdoc2pod, disdoc2text): 'HTML', 'InfosetP' element types added. |
789 |
(perl_builtin_code): New code 'isRelativeDOMURI' added. |
790 |
|
791 |
* ManakaiDOMMain.dis (MDOM_REPLACE_BY_ITSELF_NO_EFFECT): New |
792 |
warning code. |
793 |
|
794 |
* dis2pm.pl (attr2perl, method2perl): Output 'undef;' if the |
795 |
method or attribute(set) does not return a value. |
796 |
(perl_code): New macro 'WHEN' added. Macro 'INT{}' now allow |
797 |
parameter. |
798 |
|
799 |
2004-09-24 Wakaba <wakaba@suika.fam.cx> |
800 |
|
801 |
* dis2pm.pl (perl_exception): New 'subtype' parameter added. |
802 |
(param2poditem): New. |
803 |
(MAIN): Write 'NAMESPACE BINDINGS' pod section if necessary. |
804 |
(perl_builtin_code): More developer-friendly error report. |
805 |
(perl_code): New 'REQUIRE' statement added. |
806 |
(disdoc2text, disdoc2pod): New 'QUOTE' element type added. |
807 |
(get_value_literal): Default for unknown type is now 'undef'. |
808 |
|
809 |
2004-09-22 Wakaba <wakaba@suika.fam.cx> |
810 |
|
811 |
* dis2pm.pl (perl_builtin_code): New 'CheckName' and |
812 |
'XMLVersion' added. |
813 |
|
814 |
2004-09-20 Wakaba <wakaba@suika.fam.cx> |
815 |
|
816 |
* dis2pm.pl (get_redef_description): See 'RedefinedBy' elements |
817 |
even if it is 'ReMethod' and 'ReAttr' element. |
818 |
|
819 |
2004-09-20 Wakaba <wakaba@suika.fam.cx> |
820 |
|
821 |
* dis2pm.pl (type_label): New option 'is_pod' implemented. |
822 |
(get_redef_description): New function. |
823 |
(get_isa_description): New function. |
824 |
(disdoc2pod, disdoc2text): New. |
825 |
(get_description): DISDOC support. |
826 |
(valid_err, valid_err): New option 'node' implemented. |
827 |
|
828 |
* ManakaiDOMCore.dis (IF[ManakaiDOMNodeObjectNode]): New. |
829 |
|
830 |
2004-09-19 Wakaba <wakaba@suika.fam.cx> |
831 |
|
832 |
* dis2pm.pl (condition_match): Report error if the condition |
833 |
not defined. |
834 |
|
835 |
* ManakaiDOMMain.dis (MDOM_IMPL_BY_APP): New exception code. |
836 |
|
837 |
* dis2pm.pl (datatype2perl, datatypealias2perl): "FullName" attribute |
838 |
introduced. |
839 |
(constgroup2perl): Define is-a relationship between group |
840 |
Name and its Type. |
841 |
(constgroup2perl): "IsBitMask" attribute introduced. |
842 |
|
843 |
* ManakaiDOMMain.dis: Renamed from "ManakaiDOM.dis". |
844 |
|
845 |
* dis2pm.pl (type_label): Type label for unsigned-long and |
846 |
unsigned-short added. |
847 |
(perl_code): Die if uninitialized value is given. |
848 |
(is_all_implemented): New function. |
849 |
|
850 |
* ManakaiDOMXML.dis: New module. |
851 |
|
852 |
* ManakaiDOMCore.dis: New module. |
853 |
|
854 |
* dis2pm.pl (dis2perl): 'Overridden' added. |
855 |
|
856 |
2004-09-18 Wakaba <wakaba@suika.fam.cx> |
857 |
|
858 |
* ManakaiDOM.dis (MDOM_NEWCHILD_IS_REFCHILD): New warning. |
859 |
(ManakaiDOMNodeObject->orphanate): New internal method. |
860 |
(Interface[ManakaiDOMNodeObject, ManakaiDOMNodeReference]): All calls |
861 |
of internal methods are now qualified by the package name. |
862 |
|
863 |
2004-09-17 Wakaba <wakaba@suika.fam.cx> |
864 |
|
865 |
* DOMMain.dis: 'SpecLevel' attribute added. |
866 |
|
867 |
* idl2dis.pl (level): Set 'SpecLevel' attribute as well as 'Level'. |
868 |
|
869 |
* dis2pm.pl (get_level_description): Attribute name to see is |
870 |
changed from 'Level' to 'SpecLevel' |
871 |
(const2perl): Don't hardlink constant not to be warned |
872 |
by perl -w. |
873 |
(ops2perl): Declare subroutine 'DESTROY' not to be warned by |
874 |
perl -w. |
875 |
(get_internal_code): Support of lang:dis. |
876 |
|
877 |
* ManakaiDOM.dis (newReference): New parameter 'class' introduced. |
878 |
|
879 |
* dis2pm.pl (perl_builtin_code:<ManakaiDOM:ManakaiDOMNamespaceURI>): |
880 |
Separeted from "DOMString". |
881 |
(if2perl, attr2perl): Don't cast to DOMString. |
882 |
|
883 |
2004-09-15 Wakaba <wakaba@suika.fam.cx> |
884 |
|
885 |
* dis2pm.pl (perl_builtin_code): __CODE{CheckNCName}__ implemented. |
886 |
(perl_if): Don't indent if preprocessing direction found. |
887 |
(perl_code_source): Add \n before the #line directive. |
888 |
|
889 |
2004-09-14 Wakaba <wakaba@suika.fam.cx> |
890 |
|
891 |
* dis2pm.pl (get_internal_code): __INT{{name}}__ syntax now support |
892 |
attribute. |
893 |
(perl_code): __SUPER{name}__ syntax implemented. |
894 |
|
895 |
2004-09-13 Wakaba <wakaba@suika.fam.cx> |
896 |
|
897 |
* dis2pm.pl (dis2perl): New. |
898 |
|
899 |
2004-09-12 Wakaba <wakaba@suika.fam.cx> |
900 |
|
901 |
* dis2pm.pl (get_warning_perl_code): New. |
902 |
|
903 |
2004-09-10 Wakaba <wakaba@suika.fam.cx> |
904 |
|
905 |
* ManakaiDOM.dis (MDOM_NS_EMPTY_URI): New Exception type. |
906 |
(ManakaiDOMNamespaceURI): New DataType. |
907 |
|
908 |
* DOMCore.dis: Most part of DOMImplementation interface is |
909 |
implemented. |
910 |
|
911 |
* dis2pm.pl (method2perl): Description for returned value |
912 |
is changed to be grouped. |
913 |
(get_value_literal): Don't quote "null" even if it is a DOMString. |
914 |
(perl_exception): Don't output terminating semicolon. |
915 |
(perl_builtin_code): ManakaiDOM:ManakaiDOMNamespaceURI is |
916 |
supported. |
917 |
|
918 |
2004-09-09 Wakaba <wakaba@suika.fam.cx> |
919 |
|
920 |
* dis2pm.pl (method2perl, attr2perl): '(Return | Get | Set)/Exception' |
921 |
implemented. |
922 |
|
923 |
* idl2dis.pl (type): Don't output Require element for |
924 |
DOMMain module (now it is implicitly required by default). |
925 |
|
926 |
2004-09-01 Wakaba <wakaba@suika.fam.cx> |
927 |
|
928 |
* idl2dis.pl (level): Use 'Level' instead of 'ModifiedLevel'. |
929 |
|
930 |
2004-08-31 Wakaba <wakaba@suika.fam.cx> |
931 |
|
932 |
* dis2pm.pl (const2perl, constgroup2perl): New. |
933 |
|
934 |
* idl2dis.pl (idlna): New. |
935 |
|
936 |
2004-08-30 Wakaba <wakaba@suika.fam.cx> |
937 |
|
938 |
* dis2pm.pl: Versioned implementation of "IF" supported (see |
939 |
also Manakai Development Memo : 2004-08-29 |
940 |
<http://suika.fam.cx/~wakaba/-temp/wiki/wiki?manakai%2F%2F%A5%E1%A5%E2%2F%2F2004-08-29>). |
941 |
|
942 |
* idl2dis.pl (register_required_module): ISA is now |
943 |
converted to elements, not a list attribute. |
944 |
|
945 |
2004-08-22 Wakaba <wakaba@suika.fam.cx> |
946 |
|
947 |
* idl2dis.pl (register_required_module): Top-level element type |
948 |
name "Type" and "TypeAlias" changed to "DataType" and |
949 |
"DataTypeAlias". |
950 |
|
951 |
* dis2pm.pl (perl_code_source): New function. |
952 |
|
953 |
2004-08-21 Wakaba <wakaba@suika.fam.cx> |
954 |
|
955 |
* ChangeLog: New file. |
956 |
|
957 |
* Makefile, DOMMain.dis, DOMCore.dis, DOMXML.dis, dis2pm.pl, idl2dis.pl: |
958 |
New files (Moved from ../Markup/XML/DOM/). |
959 |
|
960 |
|