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

Legend:
Removed from v.1.18  
changed lines
  Added in v.1.73

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24