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

Legend:
Removed from v.1.17  
changed lines
  Added in v.1.72

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24