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

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.65

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24