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

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.64

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24