/[suikacvs]/messaging/manakai/lib/Message/DOM/ChangeLog
Suika

Diff of /messaging/manakai/lib/Message/DOM/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.11 by wakaba, Fri Sep 17 07:44:10 2004 UTC revision 1.75 by wakaba, Sat Oct 8 12:05:55 2005 UTC
# Line 1  Line 1 
1    2005-10-08  Wakaba  <wakaba@suika.fam.cx>
2    
3            * DOMCore.dis, DOMLS.dis: Now constant values are defined only
4            in interfaces.
5    
6    2005-10-06  Wakaba  <wakaba@suika.fam.cx>
7    
8            * DOMCore.dis (ManakaiDOMEmptyNodeList): New class.
9            (ManakaiDOMCharacterData): Methods reimplemented.
10            (splitText): Reimplemented.
11            (childNodes): Returns a "ManakaiDOMEmptyNodeList"
12            for non-parent node types.
13    
14            * DOMXML.dis (childNodes): Returns a "ManakaiDOMEmptyNodeList"
15                    for non-parent node types.
16    
17    2005-10-05  Wakaba  <wakaba@suika.fam.cx>
18    
19            * ManakaiDOMLS2003.dis: Revised to new format.
20    
21            * GenericLS.dis (DOMLS:ParseString): New feature.
22    
23    2005-10-05  Wakaba  <wakaba@suika.fam.cx>
24    
25            * DOMFeature.dis: Description added and revised.  (Still more
26            work required.)
27    
28    2005-10-04  Wakaba  <wakaba@suika.fam.cx>
29    
30            * DOMMain.dis (DOMString): The "idl:perl" attribute
31            value has been changed from "DISPerl:String"
32            to "DISPerl:CharacterString" to clarify its semantics.
33    
34    2005-10-03  Wakaba  <wakaba@suika.fam.cx>
35    
36            * DOMFeature.dis (MIString): Java, ECMAScript, and Perl bound
37            type properties added.
38    
39            * DOMMain.dis (DataType): Java, ECMAScript, and Perl bound
40            type properties added.
41    
42    2005-10-02  Wakaba  <wakaba@suika.fam.cx>
43    
44            * DOMFeature.dis (Module): "idl:prefix" and "idl:moduleName"
45            properties added.
46    
47    2005-10-01  Wakaba  <wakaba@suika.fam.cx>
48    
49            * DOMFeature.dis: Documentation added (still work in progress).
50            (MIString): New type.
51    
52            * DOMCore.dis (namespaceURI): Fixed to return the namespace
53            URI value, not a reference to it.
54    
55    2005-09-30  Wakaba  <wakaba@suika.fam.cx>
56    
57            * DOMCore.dis, SimpleLS.dis: Shares namespace URIs and local
58            names where possible.
59    
60            * DOMFeature.dis: Documentation for DOM Minimum Implementation
61            added (still work in progress).
62    
63            * Makefile (feature.dae, feature-spec.dae): New rules.
64    
65    2005-09-27  Wakaba  <wakaba@suika.fam.cx>
66    
67            * DOMCore.dis (DOMCore:nodeProp): New property.
68    
69            * DOMCore.dis, DOMXML.dis: Codes to set properties "TreeCore:*"
70            is removed.
71    
72    2005-09-26  Wakaba  <wakaba@suika.fam.cx>
73    
74            * DOMCore.dis, DOMXML.dis: New mn:* properties added.
75    
76    2005-09-25  Wakaba  <wakaba@suika.fam.cx>
77    
78            * Makefile (DAC_SUFFIX): Changed to ".dae".
79            (DAEM_SUFFIX): New.
80    
81    2005-09-24  Wakaba  <wakaba@suika.fam.cx>
82    
83            * DOMMain.dis (MDOM:): Reintroduced for "ManakaiDOM:ManakaiDOM1"
84            and "ManakaiDOM:ManakaiDOM2".
85    
86            * DOMFeature.dis, DOMMain.dis, DOMCore.dis, DOMXML.dis,
87            DOMLS.dis, SimpleLS.dis, GenericLS.dis: Use disPerl:H
88            instead of disPerl:Q for internal property hash keys.
89    
90            * DOMFeature.dis, DOMCore.dis, DOMXML.dis: Missing property
91            definitions added.
92    
93            * DOMCore.dis (DOMCore:TextNode, DOMCore:DocumentFragmentNode):
94            New resources.
95            
96            * DOMXML.dis (DOMXML:EntityNode, DOMXML:EntityReferenceNode): New
97            resources.
98    
99    2005-09-23  Wakaba  <wakaba@suika.fam.cx>
100    
101            * GenericLS.dis, SimpleLS.dis: New modules separated
102            from DOMLS.dis.
103    
104            * DOMFeature.dis, DOMMain.dis: "MDOM:" and "for" definitions
105            moved from DOMMain to DOMFeature.  Now DOMFeature
106            has no dependency on DOMMain.
107    
108            * DOMFeature.dis (DEBUG): New variable.
109    
110    2005-09-22  Wakaba  <wakaba@suika.fam.cx>
111    
112            * Makefile: DAC_SUFFIX changed to ".dad".
113    
114    2005-09-21  Wakaba  <wakaba@suika.fam.cx>
115    
116            * DOMCore.pm (DOMImplementation): Provides "XML" and "XMLVersion"
117            features if it is "for" ManakaiDOM:DOMXMLFeature.
118    
119            * DOMMain.pm (StringExtend): Code portions of raising
120            StringOutOfBoundsException is temporary disabled since
121            it is not a DOM-style exception supported by
122            current implementation of ManakaiNode - it will be
123            recovered in later revision.
124    
125    2005-09-20  Wakaba  <wakaba@suika.fam.cx>
126    
127            * DOMFeature.pm: Debug output code copied
128            from Attic/DOMMetaImpl.pm (Should these code incorporated
129            to source dis file?).
130    
131    2005-09-19  Wakaba  <wakaba@suika.fam.cx>
132    
133            * DOMMain.dis (ManakaiDOM:DOMMethod, ManakaiDOM:DOMMethodReturn,
134            ManakaiDOM:DOMAttribute, ManakaiDOM:DOMAttrGet,
135            ManakaiDOM:DOMAttrSet, ManakaiDOM:DOMMethodParam): Removed.
136            (ManakaiDOMTimeStamp): Removed.
137    
138            * DOMBoot.dis, DOMMetaImpl.dis, DOMMetaImpl.pm: Removed (they are no
139            longer in use).
140    
141    2005-09-18  Wakaba  <wakaba@suika.fam.cx>
142    
143            * DOMMain.dis (StringOutOfBoundsException): New exception.
144    
145    2005-09-15  Wakaba  <wakaba@suika.fam.cx>
146    
147            * DOMFeature.dis: dis:dataType and dis:multipleProperties
148            properties added to properties.
149    
150    2005-09-08  Wakaba  <wakaba@suika.fam.cx>
151    
152            * Makefile: Rules renewaled.
153    
154    2005-09-07  Wakaba  <wakaba@suika.fam.cx>
155    
156            * DOMCore.dis, DOMXML.dis, DOMLS.dis: Inheritance information fixed.
157    
158    2005-09-05  Wakaba  <wakaba@suika.fam.cx>
159    
160            * DOMMain.dis (DOMImplementationRegistry,
161            DOMImplementationRegistryVar): New.
162    
163            * DOMFeature.dis (DOMImplementationRegistry,
164            DOMImplementationRegistryVar): Removed.
165            (ImplementationRegistry): New class.
166    
167    2005-09-04  Wakaba  <wakaba@suika.fam.cx>
168    
169            * DOMFeature.dis: New module.
170    
171            * DOMMetaImpl.dis (ManakaiDOM:ManakaiDOMObject): Removed.
172    
173            * DOMMain.dis (ManakaiDOM:ManakaiDOMObject): New.
174            (DOMString, DOMTimeStamp): Now they are not interfaces
175            but datatypes.
176            (DOMUserData, DOMObject, DOMUserData): Now they
177            are subtypes rather than aliases of their "real" type in IDL.
178            
179            * DOMCore.dis (DOMImplementationList, DOMImplementationSource):
180            New interfaces and classes.    
181    
182    2005-09-01  Wakaba  <wakaba@suika.fam.cx>
183    
184            * DOMCore.dis (setTextNodeContent): Sets the infoset:parent
185            property of the new Text node.
186    
187    2005-08-29  Wakaba  <wakaba@suika.fam.cx>
188    
189            * Makefile: Loads "NaturalLanguage.dis".
190    
191    2005-08-26  Wakaba  <wakaba@suika.fam.cx>
192    
193            * DOMCore.dis (createDocument): Set "ownerDocument" attribute
194            to the root element created by the method.  (It was forgotten!!)
195    
196    2005-08-15  Wakaba  <wakaba@suika.fam.cx>
197    
198            * DOMCore.dis (appendChild, insertBefore, replaceChild): Typo
199            in the code of removing the newChild from the previous
200            parent of that node is fixed.
201    
202    2005-05-29  Wakaba  <wakaba@suika.fam.cx>
203    
204            * DOMLS.dis (SimpleSerializer): End tag was sometimes missing.  Use
205            namespace prefix of element type if it is not declared
206            but not used else.  A shift is replaced by pop:).
207    
208            * DOMCore.dis (getFeature): The getFeature method
209            for Node-derived classes implemented.
210            * DOMXML.dis (getFeature): Ditto.
211    
212    2005-05-21  Wakaba  <wakaba@suika.fam.cx>
213    
214            * DOMCore.dis (getNodeReference): Use HTMLDocument class
215            if a document node has no document element node but
216            has support for the "HTML" feature.
217    
218    2005-03-03  Wakaba  <wakaba@suika.fam.cx>
219    
220            * DOMMetaImpl.dis (features input normalizer): Variable name
221            typo fixed.
222            (ManakaiDOMImplementationSource.getDOMImplementation): Fixed bug
223            so that version specification for "+"'ed feature name does work now.
224    
225    2005-03-02  Wakaba  <wakaba@suika.fam.cx>
226    
227            * DOMBoot.dis (ResourceDef): Definitions for DOMFeature are
228            removed (now defined in DOMMetaImpl).
229    
230    2005-02-21  Wakaba  <wakaba@suika.fam.cx>
231    
232            * DOMMetaImpl.dis (IFClsDef[ManakaiDOMMinimumImplementation]): New.
233    
234            * Makefile: Rules for DOMMetaImpl module added.
235    
236    2005-02-20  Wakaba  <wakaba@suika.fam.cx>
237    
238            * DOMMetaImpl.dis: New module (split from DOMCore and DOMMain).
239    
240    2005-02-18  Wakaba  <wakaba@suika.fam.cx>
241    
242            * DOMCore.dis (getFeature): ManakaiDOM:ManakaiDOMNodeObject.newReference
243            is an instance method, not a class method.
244    
245            * DOMMain.dis (ResourceTypeDef[ManakaiDOM:Const,
246            ManakaiDOM:ConstGroup]): Removed (moved to "lib/manakai/DISLang.dis").
247            (Exception-related definitions): Removed (moved to
248            "lib/Message/Util/Error/DOMException.dis").
249            (ForDef[ManakaiDOM:ForIF, ManakaiDOM:ForClass]): Removed (moved
250            to DISLang).
251    
252    2005-02-17  Wakaba  <wakaba@suika.fam.cx>
253    
254            * DOMMain.dis: Definitions for "ManakaiDOM:ManakaiDOMNodeObject" and
255            "ManakaiDOM:ManakaiDOMNodeReference" are removed (moved to
256            "lib/Message/Util/ManakaiNode.dis").
257            (ResourceDef[ManakaiDOM:DataType]): Removed (moved to
258            "lib/manakai/DISCore.dis").
259            (ResourceTypeDef[ManakaiDOM:IF, ManakaiDOM:Class,
260            ManakaiDOM:PrimitiveTypeClass]): Removed (moved to
261            "lib/manakai/DISLang.dis").
262    
263    2005-02-16  Wakaba  <wakaba@suika.fam.cx>
264    
265            * DOMMain.dis (ForDef[ManakaiDOM:Perl]): Removed (moved to
266            DISPerl module).
267    
268    2005-01-07  Wakaba  <wakaba@suika.fam.cx>
269    
270            * DOMCore.dis: Each "delete array-item" replaced to a "splice".
271    
272    2005-01-06  Wakaba  <wakaba@suika.fam.cx>
273    
274            * DOMMain.dis (ensureXMLName): Test as if XML 1.0 if it is not an
275            XML document.
276    
277    2005-01-05  Wakaba  <wakaba@suika.fam.cx>
278    
279            * DOMMain.dis (ManakaiDOMExceptionOrWarning.stringify): New method.
280            (IntMethod[isExternallyReferred]): Rewritten.
281            (IntMethod[isExternallyReferredDownward]): Removed.
282            (Checking XML name legallity): Fix true or false mistakes.
283            (destroy, importTree, orphanate): Rewritten.
284            (destroyDownward, changeTreeIDDownward): Removed.
285            (TreeCore:urefnode property): Removed since not used.
286    
287            * DOMCore.dis: Tying array for NodeList implemented.
288    
289    2005-01-02  Wakaba  <wakaba@suika.fam.cx>
290    
291            * DOMHTML.dis (HTMLDOMImplementation): New interface.
292    
293            * DOMViews.dis: Documentation for properties are added.
294    
295    2004-12-29  Wakaba  <wakaba@suika.fam.cx>
296    
297            * Makefile: DOMXML, DOMEvents, DOMLS and ManakaiDOMLS2003 added.
298    
299            * ManakaiDOMCore.dis: Removed (merged with DOMCore.dis).
300    
301    2004-12-28  Wakaba  <wakaba@suika.fam.cx>
302    
303            * ManakaiDOMXML.dis: Removed (merged with DOMXML.dis).
304    
305    2004-12-01  Wakaba  <wakaba@suika.fam.cx>
306    
307            * ManakaiDOMMain.dis: Removed (merged with DOMMain.dis).
308    
309    2004-11-03  Wakaba  <wakaba@suika.fam.cx>
310    
311            * .cvsignore: Ignore pod files.
312    
313    2004-10-31  Wakaba  <wakaba@suika.fam.cx>
314    
315            * DOMXML.dis (ProcessingInstruction.data): Property name error fixed.
316    
317            * DOMMain.dis: Don't call DOMString->__INT{length}__ - it should
318            be DOMString->length.
319    
320            * DOMCore.dis (Element.getElementsByTagName,
321            Node.getElementsByTagName, Element.getElementsByTagNameNS,
322            Node.getElementsByTagNameNS): Implemented.
323            (Element.getAttributeNode, Element.getAttributeNodeNS):
324            Check whether defined.
325    
326    2004-10-18  Wakaba  <wakaba@suika.fam.cx>
327    
328            * DOMWebForms.dis: New module.
329    
330    2004-10-17  Wakaba  <wakaba@suika.fam.cx>
331    
332            * DOMBasicEvents.dis, DOMHTMLEvents.dis, DOMViews.dis,
333            DOMHTML.dis: New modules.
334    
335    2004-10-16  Wakaba  <wakaba@suika.fam.cx>
336    
337            * DOMMouseEvents.dis, DOMTextEvents.dis: New module.
338    
339    2004-10-11  Wakaba  <wakaba@suika.fam.cx>
340    
341            * ManakaiDOMMain.dis: 'TreeCore:anydata2' property type added.
342            (DataType[ManakaiDOMKeyIdentifier, ManakaiDOMKeyIdentifiers]): added.
343    
344    2004-10-10  Wakaba  <wakaba@suika.fam.cx>
345    
346            * DOMEvents.dis: New module.
347    
348            * ManakaiDOMCore.dis (ManakaiDOMAttributes.item): Return
349            node reference.
350    
351            * ManakaiDOMLS2003.dis (error_handler): '$caller' changed
352            to '$self' for correct error reporting and not to leak memory.
353    
354            * Makefile (DIS2PM_PL): Path to dis2pm.pl changed.
355            * dis2pm.pl, idl2dis.pl: Removed (moved to ../../bin/).
356    
357    2004-10-09  Wakaba  <wakaba@suika.fam.cx>
358    
359            * DOMCore.dis (ConfigParam): Moved from ManakaiDOMCore.
360            * ManakaiDOMCore.dis (ConfigParam): Removed.
361    
362            * dis2pm.pl: Functions to create perl/pod structures
363            are moved to ../../bin/genlib.pl.
364            (disdoc2pod, disdoc2text): Allow LESS-THAN SIGN as the first
365            character of a paragraph.
366    
367            * ManakaiDOMLS2003.dis (ManakaiXMLParser2003/parse:#comment):
368            Set ownerDocument as parent if parent.ownerDocument is null.
369    
370            * dis2pm.pl (dis2perl): Report if DIS code has value.
371    
372    2004-10-06  Wakaba  <wakaba@suika.fam.cx>
373    
374            * ManakaiDOMCore.dis (IFs): Inherit non-conditional version
375            of ManakaiDOMMain interfaces.
376    
377            * DOMCore.dis (Node.childNodes): Typo fixed.
378    
379            * ManakaiDOMLS2003.dis (parse): Check whether the namespace
380            prefix is null.
381    
382            * dis2pm.pl (perl_builtin_code): Allow hash reference as 'features'.
383            (Condition): Don't generate condition inheritance for DOM1, DOM2
384            and DOM3.
385    
386    2004-09-30  Wakaba  <wakaba@suika.fam.cx>
387    
388            * dis2pm.pl (disdoc_inline2pod, disdoc_inline2text): New
389            element type 'FILE' added.
390    
391            * ManakaiDOMMain.dis (ManakaiDOMExceptionOrWarning,
392            ManakaiDOMException, ManakaiDOMWarning): New classes.
393            (ManakaiDOMObject/___report_error): Implemented.
394    
395            * dis2pm.pl (perl_builtin_code:ParseFeature): Recognize leading '+'.
396    
397    2004-09-29  Wakaba  <wakaba@suika.fam.cx>
398    
399            * dis2pm.pl (get_redef_description, attr2perl, method2perl, if2perl):
400            New attribute 'IsAbstract', 'IsFinal' and 'ImplByApp' added.
401            
402    2004-09-27  Wakaba  <wakaba@suika.fam.cx>
403    
404            * .cvsignore: New file.
405    
406    2004-09-27  Wakaba  <wakaba@suika.fam.cx>
407    
408            * DOMLS.dis, ManakaiDOMLS2003: New file.
409    
410            * dis2pm.pl (MAIN): Output "AUTHOR" pod section; support Perl+MPL
411            license.
412            (disdoc2pod, disdoc2text): New 'DFN', 'SA', 'SE', 'HA', 'HE',
413            'XA', 'XE', 'Prefix', 'ERR', 'EV' and 'CP' element types supported.
414            (perl_name): Die if uninitialized value.
415            (constgroup2perl): Support constant group without machine-name.
416            (pod_item): Die if uninitialized value.
417            (qname_label): Don't output default prefix.
418    
419            * idl2dis.pl: Output module name and prefix as 'BindingName'
420            and 'FileName'.
421    
422    2004-09-26  Wakaba  <wakaba@suika.fam.cx>
423    
424            * dis2pm.pl (constgroup2perl): Capitalize name.
425    
426            * idl2dis.pl (type, raise): Prepend namespace prefix if
427            type is 'DOMString' or 'DOMException' and it is not defined.
428            (MAIN): Make empty 'Return' element even if return
429            value is void.
430            (supply_incase): New.
431            (const): Use 'FullName' in favor of 'Description' if the name of
432            the const group is not a machine-friendly name.
433    
434    2004-09-26  Wakaba  <wakaba@suika.fam.cx>
435            
436            * dis2pm.pl (get_incase_label): Error if label is undef.
437    
438    2004-09-25  Wakaba  <wakaba@suika.fam.cx>
439    
440            * dis2pm.pl: Generate TODO list.
441            (method2perl): Use "dis".
442            (disdoc2pod, disdoc2text): 'HTML', 'InfosetP' element types added.
443            (perl_builtin_code): New code 'isRelativeDOMURI' added.
444    
445            * ManakaiDOMMain.dis (MDOM_REPLACE_BY_ITSELF_NO_EFFECT): New
446            warning code.
447    
448            * dis2pm.pl (attr2perl, method2perl): Output 'undef;' if the
449            method or attribute(set) does not return a value.
450            (perl_code): New macro 'WHEN' added.  Macro 'INT{}' now allow
451            parameter.
452    
453    2004-09-24  Wakaba  <wakaba@suika.fam.cx>
454    
455            * dis2pm.pl (perl_exception): New 'subtype' parameter added.
456            (param2poditem): New.
457            (MAIN): Write 'NAMESPACE BINDINGS' pod section if necessary.
458            (perl_builtin_code): More developer-friendly error report.
459            (perl_code): New 'REQUIRE' statement added.
460            (disdoc2text, disdoc2pod): New 'QUOTE' element type added.
461            (get_value_literal): Default for unknown type is now 'undef'.
462    
463    2004-09-22  Wakaba  <wakaba@suika.fam.cx>
464    
465            * dis2pm.pl (perl_builtin_code): New 'CheckName' and
466            'XMLVersion' added.
467    
468    2004-09-20  Wakaba  <wakaba@suika.fam.cx>
469    
470            * dis2pm.pl (get_redef_description): See 'RedefinedBy' elements
471            even if it is 'ReMethod' and 'ReAttr' element.
472    
473    2004-09-20  Wakaba  <wakaba@suika.fam.cx>
474    
475            * dis2pm.pl (type_label): New option 'is_pod' implemented.
476            (get_redef_description): New function.
477            (get_isa_description): New function.
478            (disdoc2pod, disdoc2text): New.
479            (get_description): DISDOC support.
480            (valid_err, valid_err): New option 'node' implemented.
481    
482            * ManakaiDOMCore.dis (IF[ManakaiDOMNodeObjectNode]): New.
483    
484    2004-09-19  Wakaba  <wakaba@suika.fam.cx>
485    
486            * dis2pm.pl (condition_match): Report error if the condition
487            not defined.
488    
489            * ManakaiDOMMain.dis (MDOM_IMPL_BY_APP): New exception code.
490    
491            * dis2pm.pl (datatype2perl, datatypealias2perl): "FullName" attribute
492            introduced.
493            (constgroup2perl): Define is-a relationship between group
494            Name and its Type.
495            (constgroup2perl): "IsBitMask" attribute introduced.
496    
497            * ManakaiDOMMain.dis: Renamed from "ManakaiDOM.dis".
498    
499            * dis2pm.pl (type_label): Type label for unsigned-long and
500            unsigned-short added.
501            (perl_code): Die if uninitialized value is given.
502            (is_all_implemented): New function.
503    
504            * ManakaiDOMXML.dis: New module.
505    
506            * ManakaiDOMCore.dis: New module.
507    
508            * dis2pm.pl (dis2perl): 'Overridden' added.
509    
510    2004-09-18  Wakaba  <wakaba@suika.fam.cx>
511    
512            * ManakaiDOM.dis (MDOM_NEWCHILD_IS_REFCHILD): New warning.
513            (ManakaiDOMNodeObject->orphanate): New internal method.
514            (Interface[ManakaiDOMNodeObject, ManakaiDOMNodeReference]): All calls
515            of internal methods are now qualified by the package name.
516    
517  2004-09-17  Wakaba  <wakaba@suika.fam.cx>  2004-09-17  Wakaba  <wakaba@suika.fam.cx>
518    
519          * DOMMain.dis: 'SpecLevel' attribute added.          * DOMMain.dis: 'SpecLevel' attribute added.
# Line 10  Line 526 
526          by perl -w.          by perl -w.
527          (ops2perl): Declare subroutine 'DESTROY' not to be warned by          (ops2perl): Declare subroutine 'DESTROY' not to be warned by
528          perl -w.          perl -w.
529            (get_internal_code): Support of lang:dis.
530    
531          * ManakaiDOM.dis (newReference): New parameter 'class' introduced.          * ManakaiDOM.dis (newReference): New parameter 'class' introduced.
532    

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.75

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24