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

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.58

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24