/[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.95 - (show annotations) (download)
Sat Dec 24 07:27:12 2005 UTC (18 years, 11 months ago) by wakaba
Branch: MAIN
Changes since 1.94: +4 -0 lines
++ manakai/lib/Message/Util/ChangeLog	24 Dec 2005 07:21:48 -0000
2005-12-24  Wakaba  <wakaba@suika.fam.cx>

	* PerlCode.dis (PerlSub.clearPerlName): New method.
	(PCDocument.createPCLiteral): Adopts |PerlCode| node
	if it is a foreign one.

	* DIS.dis (underscoreNameToCamelCaseName): A |HYPHEN-MINUS|
	character is replaced to |UNDERLINE| character.

++ manakai/lib/Message/Util/DIS/ChangeLog	24 Dec 2005 07:27:07 -0000
2005-12-24  Wakaba  <wakaba@suika.fam.cx>

	* Perl.dis (DISResourcePerl.plName): Implemented
	for |DISLang:AnyClass| resources.
	(DISResourcePerl.getPerlNameList): Don't prefix by |UNDERLINE|
	if the name comes from |DISPerl:methodName| attribute
	in case the method is for internal use.
	(DISResourcePerl.plCodeFragment): Generates return
	value convertion code from |DISLang:OutputProcessor| for
	attribute getter.  |ecore:textFormatter| attribute is
	implemented.  |Muf2003:RuleDefClass| is implemented.

	* DPG.dis (token-error): Packs error location
	information into the error object.
	(DPGExceptionFormatter): New interface.

++ manakai/lib/Message/DOM/ChangeLog	23 Dec 2005 14:20:29 -0000
2005-12-23  Wakaba  <wakaba@suika.fam.cx>

	* DOMCore.dis (DOMLocator): Implemented.

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24