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

Legend:
Removed from v.1.15  
changed lines
  Added in v.1.70

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24