/[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.93 - (hide annotations) (download)
Fri Nov 25 06:18:40 2005 UTC (19 years ago) by wakaba
Branch: MAIN
Changes since 1.92: +5 -0 lines
++ manakai/lib/Message/DOM/ChangeLog	25 Nov 2005 06:15:48 -0000
2005-11-25  Wakaba  <wakaba@suika.fam.cx>

	* Tree.dis (NodeList.___report_error, NamedNodeMap.___report_error):
	New methods.

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24