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

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.68

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24