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

Legend:
Removed from v.1.13  
changed lines
  Added in v.1.59

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24