/[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.94 - (hide annotations) (download)
Fri Dec 23 03:47:19 2005 UTC (18 years, 11 months ago) by wakaba
Branch: MAIN
Changes since 1.93: +5 -0 lines
++ manakai/lib/Message/Util/DIS/ChangeLog	23 Dec 2005 03:47:15 -0000
2005-12-23  Wakaba  <wakaba@suika.fam.cx>

	* DPG.dis: Closures are modified not to "close" lexical
	variable but to receive them as arguments.  Frees recursive
	code references explicitly so that they don't lead a
	memory leak.  The first name token in embed statement
	is now expanded as a QName.

++ manakai/lib/Message/DOM/ChangeLog	22 Dec 2005 00:41:07 -0000
2005-12-21  Wakaba  <wakaba@suika.fam.cx>

	* DOMCore.dis (DOMConfigurationParameterApplication,
	domConfigurationParameter): New resources.

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24