/[suikacvs]/messaging/manakai/lib/Message/DOM/ChangeLog
Suika

Contents of /messaging/manakai/lib/Message/DOM/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.103 - (show annotations) (download)
Sat Jan 21 16:28:13 2006 UTC (18 years, 10 months ago) by wakaba
Branch: MAIN
Changes since 1.102: +12 -0 lines
++ manakai/bin/ChangeLog	21 Jan 2006 16:17:06 -0000
2006-01-21  Wakaba  <wakaba@suika.fam.cx>

	* dac2test.pl: Dies if no perl code is defined
	for a |test:ParserTestSet|.

++ manakai/lib/Message/Util/DIS/ChangeLog	21 Jan 2006 16:28:01 -0000
2006-01-22  Wakaba  <wakaba@suika.fam.cx>

	*

2006-01-21  Wakaba  <wakaba@suika.fam.cx>

	* Perl.dis (plGeneratePerlModuleFile): Use |getAnyResource|
	method instead of |getResource| method to obtain
	resource from URI listed in |disGetRequiredModuleURI|
	in |PerlCode| objects.  This fix removes the problem
	that some expected |require| statements were not generated.

	* DPG.dis (plCodeFragment): Default |token-error| code was
	not generated.
	(pg:qRequiresNextTokenStatement): New element type.

	* Test.dis: Wrong namespace URI in some resource names are fixed.
	(assertDOMTreeEquals): Adds node type
	information to node path string in error messages.
	Allows |false| value as a |null|.
	(TDTParser): Node type |entity| and |entity-reference|
	are changed to |general-entity| and |general-entity-reference|
	respectively.
	(lexmode default): Definition for the token |SEMICOLON|
	was missing.
	(token-error default): Added.

++ manakai/lib/Message/DOM/ChangeLog	21 Jan 2006 16:22:22 -0000
	* DOMXML.dis (DocumentType.childNodes): Removed
	from |ManakaiDOM:ManakaiDOMLatest| variant.

	* XMLParser.dis: Parsing of general internal entities implemented.
	(_DocumentTypeDeclaration): Appends a document type definition
	node to the document.
	(_ProcessingInstructionDTD): Appends a processing
	instruction node to the document type definition.
	(Element_): Document element could not be an |EmptyElemTag|.

2006-01-21  Wakaba  <wakaba@suika.fam.cx>

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24