/[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.86 - (show annotations) (download)
Wed Nov 16 10:07:11 2005 UTC (19 years ago) by wakaba
Branch: MAIN
Changes since 1.85: +12 -0 lines
++ manakai/t/ChangeLog	16 Nov 2005 10:07:00 -0000
2005-11-16  Wakaba  <wakaba@suika.fam.cx>

	* Makefile: Rules to make |dom-mdomls2003.t| and |util-perlcode.t|
	added.

++ manakai/bin/ChangeLog	16 Nov 2005 09:50:31 -0000
2005-11-16  Wakaba  <wakaba@suika.fam.cx>

	* dac2text.pl: Dies if test code is not defined.

++ manakai/lib/Message/Markup/XML/ChangeLog	16 Nov 2005 09:59:26 -0000
2005-11-16  Wakaba  <wakaba@suika.fam.cx>

	* Parser.pm: A typo fix and |undef|-checking added.

++ manakai/lib/Message/Util/ChangeLog	16 Nov 2005 10:02:10 -0000
2005-11-16  Wakaba  <wakaba@suika.fam.cx>

	* PerlCode.dis: A test code added.  Typos in |ISA|
	properties fixed.
	(PerlSub.stringify): Generates prototype specification
	even if |prototype| attribute value's length is zero
	in case the |pc:prototype| attribute /is/ found.

++ manakai/lib/Message/Util/DIS/ChangeLog	16 Nov 2005 10:03:34 -0000
2005-11-16  Wakaba  <wakaba@suika.fam.cx>

	* Test.dis (assertTrue, assertFalse, assertNever): New methods.
	(assertNull, assertNotNull): The |actualValue| parameters
	fixed to parameters rather than named parameters.

++ manakai/lib/Message/DOM/ChangeLog	16 Nov 2005 09:58:21 -0000
2005-11-16  Wakaba  <wakaba@suika.fam.cx>

	* ManakaiDOMLS2003.dis: Tests added.
	(domConfig): Method name in the code fixed to |flag|.

	* DOMMain.dis (findOffset32): Missing |^| in regular expressions
	added.

	* DOMCore.dis (hasChildNodes): Returns |false| if the node type
	is defined not to have any children.
	(CharacterData): Typos in element type names and function names fixed.

++ manakai/lib/manakai/ChangeLog	16 Nov 2005 10:06:30 -0000
2005-11-16  Wakaba  <wakaba@suika.fam.cx>

	* domtest.pl (skip_rest): Exits test after generating comments.
	(assertEqualsCollection): Array reference dereferencing
	syntax fixed (it was mistakenly coded in JavaScript like style).

	* DISPerl.dis (StringRef): Don't |weaken| reference if
	there is already a weak reference.

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24