/[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.92 - (hide annotations) (download)
Thu Nov 24 15:05:47 2005 UTC (19 years ago) by wakaba
Branch: MAIN
Changes since 1.91: +8 -0 lines
++ manakai/lib/Message/Util/DIS/ChangeLog	24 Nov 2005 14:10:40 -0000
	* Perl.dis (plPreprocessPerlCode): |disPerl:WARNING| block
	is no longer supported.

2005-11-24  Wakaba  <wakaba@suika.fam.cx>

++ manakai/lib/Message/DOM/ChangeLog	24 Nov 2005 13:58:58 -0000
	* DOMMain.dis, DOMLS.dis, DOMXML.dis, Tree.dis: Old |__WARNING__|
	blocks are replaced by |DOMError|-based |__DOMCore:ERROR__| blocks.

	* DOMMain.dis (___report_error): Throws the error unkess
	it is a |DOMCore:DOMError| object.

2005-11-24  Wakaba  <wakaba@suika.fam.cx>

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24