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

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.62

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24