/[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.5 by wakaba, Tue Aug 31 10:00:51 2004 UTC revision 1.39 by wakaba, Tue Dec 28 13:10:20 2004 UTC
# Line 1  Line 1 
1    2004-12-28  Wakaba  <wakaba@suika.fam.cx>
2    
3            * ManakaiDOMXML.dis: Removed (merged with DOMXML.dis).
4    
5    2004-12-01  Wakaba  <wakaba@suika.fam.cx>
6    
7            * ManakaiDOMMain.dis: Removed (merged with DOMMain.dis).
8    
9    2004-11-03  Wakaba  <wakaba@suika.fam.cx>
10    
11            * .cvsignore: Ignore pod files.
12    
13    2004-10-31  Wakaba  <wakaba@suika.fam.cx>
14    
15            * DOMXML.dis (ProcessingInstruction.data): Property name error fixed.
16    
17            * DOMMain.dis: Don't call DOMString->__INT{length}__ - it should
18            be DOMString->length.
19    
20            * DOMCore.dis (Element.getElementsByTagName,
21            Node.getElementsByTagName, Element.getElementsByTagNameNS,
22            Node.getElementsByTagNameNS): Implemented.
23            (Element.getAttributeNode, Element.getAttributeNodeNS):
24            Check whether defined.
25    
26    2004-10-18  Wakaba  <wakaba@suika.fam.cx>
27    
28            * DOMWebForms.dis: New module.
29    
30    2004-10-17  Wakaba  <wakaba@suika.fam.cx>
31    
32            * DOMBasicEvents.dis, DOMHTMLEvents.dis, DOMViews.dis,
33            DOMHTML.dis: New modules.
34    
35    2004-10-16  Wakaba  <wakaba@suika.fam.cx>
36    
37            * DOMMouseEvents.dis, DOMTextEvents.dis: New module.
38    
39    2004-10-11  Wakaba  <wakaba@suika.fam.cx>
40    
41            * ManakaiDOMMain.dis: 'TreeCore:anydata2' property type added.
42            (DataType[ManakaiDOMKeyIdentifier, ManakaiDOMKeyIdentifiers]): added.
43    
44    2004-10-10  Wakaba  <wakaba@suika.fam.cx>
45    
46            * DOMEvents.dis: New module.
47    
48            * ManakaiDOMCore.dis (ManakaiDOMAttributes.item): Return
49            node reference.
50    
51            * ManakaiDOMLS2003.dis (error_handler): '$caller' changed
52            to '$self' for correct error reporting and not to leak memory.
53    
54            * Makefile (DIS2PM_PL): Path to dis2pm.pl changed.
55            * dis2pm.pl, idl2dis.pl: Removed (moved to ../../bin/).
56    
57    2004-10-09  Wakaba  <wakaba@suika.fam.cx>
58    
59            * DOMCore.dis (ConfigParam): Moved from ManakaiDOMCore.
60            * ManakaiDOMCore.dis (ConfigParam): Removed.
61    
62            * dis2pm.pl: Functions to create perl/pod structures
63            are moved to ../../bin/genlib.pl.
64            (disdoc2pod, disdoc2text): Allow LESS-THAN SIGN as the first
65            character of a paragraph.
66    
67            * ManakaiDOMLS2003.dis (ManakaiXMLParser2003/parse:#comment):
68            Set ownerDocument as parent if parent.ownerDocument is null.
69    
70            * dis2pm.pl (dis2perl): Report if DIS code has value.
71    
72    2004-10-06  Wakaba  <wakaba@suika.fam.cx>
73    
74            * ManakaiDOMCore.dis (IFs): Inherit non-conditional version
75            of ManakaiDOMMain interfaces.
76    
77            * DOMCore.dis (Node.childNodes): Typo fixed.
78    
79            * ManakaiDOMLS2003.dis (parse): Check whether the namespace
80            prefix is null.
81    
82            * dis2pm.pl (perl_builtin_code): Allow hash reference as 'features'.
83            (Condition): Don't generate condition inheritance for DOM1, DOM2
84            and DOM3.
85    
86    2004-09-30  Wakaba  <wakaba@suika.fam.cx>
87    
88            * dis2pm.pl (disdoc_inline2pod, disdoc_inline2text): New
89            element type 'FILE' added.
90    
91            * ManakaiDOMMain.dis (ManakaiDOMExceptionOrWarning,
92            ManakaiDOMException, ManakaiDOMWarning): New classes.
93            (ManakaiDOMObject/___report_error): Implemented.
94    
95            * dis2pm.pl (perl_builtin_code:ParseFeature): Recognize leading '+'.
96    
97    2004-09-29  Wakaba  <wakaba@suika.fam.cx>
98    
99            * dis2pm.pl (get_redef_description, attr2perl, method2perl, if2perl):
100            New attribute 'IsAbstract', 'IsFinal' and 'ImplByApp' added.
101            
102    2004-09-27  Wakaba  <wakaba@suika.fam.cx>
103    
104            * .cvsignore: New file.
105    
106    2004-09-27  Wakaba  <wakaba@suika.fam.cx>
107    
108            * DOMLS.dis, ManakaiDOMLS2003: New file.
109    
110            * dis2pm.pl (MAIN): Output "AUTHOR" pod section; support Perl+MPL
111            license.
112            (disdoc2pod, disdoc2text): New 'DFN', 'SA', 'SE', 'HA', 'HE',
113            'XA', 'XE', 'Prefix', 'ERR', 'EV' and 'CP' element types supported.
114            (perl_name): Die if uninitialized value.
115            (constgroup2perl): Support constant group without machine-name.
116            (pod_item): Die if uninitialized value.
117            (qname_label): Don't output default prefix.
118    
119            * idl2dis.pl: Output module name and prefix as 'BindingName'
120            and 'FileName'.
121    
122    2004-09-26  Wakaba  <wakaba@suika.fam.cx>
123    
124            * dis2pm.pl (constgroup2perl): Capitalize name.
125    
126            * idl2dis.pl (type, raise): Prepend namespace prefix if
127            type is 'DOMString' or 'DOMException' and it is not defined.
128            (MAIN): Make empty 'Return' element even if return
129            value is void.
130            (supply_incase): New.
131            (const): Use 'FullName' in favor of 'Description' if the name of
132            the const group is not a machine-friendly name.
133    
134    2004-09-26  Wakaba  <wakaba@suika.fam.cx>
135            
136            * dis2pm.pl (get_incase_label): Error if label is undef.
137    
138    2004-09-25  Wakaba  <wakaba@suika.fam.cx>
139    
140            * dis2pm.pl: Generate TODO list.
141            (method2perl): Use "dis".
142            (disdoc2pod, disdoc2text): 'HTML', 'InfosetP' element types added.
143            (perl_builtin_code): New code 'isRelativeDOMURI' added.
144    
145            * ManakaiDOMMain.dis (MDOM_REPLACE_BY_ITSELF_NO_EFFECT): New
146            warning code.
147    
148            * dis2pm.pl (attr2perl, method2perl): Output 'undef;' if the
149            method or attribute(set) does not return a value.
150            (perl_code): New macro 'WHEN' added.  Macro 'INT{}' now allow
151            parameter.
152    
153    2004-09-24  Wakaba  <wakaba@suika.fam.cx>
154    
155            * dis2pm.pl (perl_exception): New 'subtype' parameter added.
156            (param2poditem): New.
157            (MAIN): Write 'NAMESPACE BINDINGS' pod section if necessary.
158            (perl_builtin_code): More developer-friendly error report.
159            (perl_code): New 'REQUIRE' statement added.
160            (disdoc2text, disdoc2pod): New 'QUOTE' element type added.
161            (get_value_literal): Default for unknown type is now 'undef'.
162    
163    2004-09-22  Wakaba  <wakaba@suika.fam.cx>
164    
165            * dis2pm.pl (perl_builtin_code): New 'CheckName' and
166            'XMLVersion' added.
167    
168    2004-09-20  Wakaba  <wakaba@suika.fam.cx>
169    
170            * dis2pm.pl (get_redef_description): See 'RedefinedBy' elements
171            even if it is 'ReMethod' and 'ReAttr' element.
172    
173    2004-09-20  Wakaba  <wakaba@suika.fam.cx>
174    
175            * dis2pm.pl (type_label): New option 'is_pod' implemented.
176            (get_redef_description): New function.
177            (get_isa_description): New function.
178            (disdoc2pod, disdoc2text): New.
179            (get_description): DISDOC support.
180            (valid_err, valid_err): New option 'node' implemented.
181    
182            * ManakaiDOMCore.dis (IF[ManakaiDOMNodeObjectNode]): New.
183    
184    2004-09-19  Wakaba  <wakaba@suika.fam.cx>
185    
186            * dis2pm.pl (condition_match): Report error if the condition
187            not defined.
188    
189            * ManakaiDOMMain.dis (MDOM_IMPL_BY_APP): New exception code.
190    
191            * dis2pm.pl (datatype2perl, datatypealias2perl): "FullName" attribute
192            introduced.
193            (constgroup2perl): Define is-a relationship between group
194            Name and its Type.
195            (constgroup2perl): "IsBitMask" attribute introduced.
196    
197            * ManakaiDOMMain.dis: Renamed from "ManakaiDOM.dis".
198    
199            * dis2pm.pl (type_label): Type label for unsigned-long and
200            unsigned-short added.
201            (perl_code): Die if uninitialized value is given.
202            (is_all_implemented): New function.
203    
204            * ManakaiDOMXML.dis: New module.
205    
206            * ManakaiDOMCore.dis: New module.
207    
208            * dis2pm.pl (dis2perl): 'Overridden' added.
209    
210    2004-09-18  Wakaba  <wakaba@suika.fam.cx>
211    
212            * ManakaiDOM.dis (MDOM_NEWCHILD_IS_REFCHILD): New warning.
213            (ManakaiDOMNodeObject->orphanate): New internal method.
214            (Interface[ManakaiDOMNodeObject, ManakaiDOMNodeReference]): All calls
215            of internal methods are now qualified by the package name.
216    
217    2004-09-17  Wakaba  <wakaba@suika.fam.cx>
218    
219            * DOMMain.dis: 'SpecLevel' attribute added.
220    
221            * idl2dis.pl (level): Set 'SpecLevel' attribute as well as 'Level'.
222    
223            * dis2pm.pl (get_level_description): Attribute name to see is
224            changed from 'Level' to 'SpecLevel'
225            (const2perl): Don't hardlink constant not to be warned
226            by perl -w.
227            (ops2perl): Declare subroutine 'DESTROY' not to be warned by
228            perl -w.
229            (get_internal_code): Support of lang:dis.
230    
231            * ManakaiDOM.dis (newReference): New parameter 'class' introduced.
232    
233            * dis2pm.pl (perl_builtin_code:<ManakaiDOM:ManakaiDOMNamespaceURI>):
234            Separeted from "DOMString".
235            (if2perl, attr2perl): Don't cast to DOMString.
236    
237    2004-09-15  Wakaba  <wakaba@suika.fam.cx>
238    
239            * dis2pm.pl (perl_builtin_code): __CODE{CheckNCName}__ implemented.
240            (perl_if): Don't indent if preprocessing direction found.
241            (perl_code_source): Add \n before the #line directive.
242    
243    2004-09-14  Wakaba  <wakaba@suika.fam.cx>
244    
245            * dis2pm.pl (get_internal_code): __INT{{name}}__ syntax now support
246            attribute.
247            (perl_code): __SUPER{name}__ syntax implemented.
248    
249    2004-09-13  Wakaba  <wakaba@suika.fam.cx>
250    
251            * dis2pm.pl (dis2perl): New.
252    
253    2004-09-12  Wakaba  <wakaba@suika.fam.cx>
254    
255            * dis2pm.pl (get_warning_perl_code): New.
256    
257    2004-09-10  Wakaba  <wakaba@suika.fam.cx>
258    
259            * ManakaiDOM.dis (MDOM_NS_EMPTY_URI): New Exception type.
260            (ManakaiDOMNamespaceURI): New DataType.
261    
262            * DOMCore.dis: Most part of DOMImplementation interface is
263            implemented.
264    
265            * dis2pm.pl (method2perl): Description for returned value
266            is changed to be grouped.
267            (get_value_literal): Don't quote "null" even if it is a DOMString.
268            (perl_exception): Don't output terminating semicolon.
269            (perl_builtin_code): ManakaiDOM:ManakaiDOMNamespaceURI is
270            supported.
271    
272    2004-09-09  Wakaba  <wakaba@suika.fam.cx>
273    
274            * dis2pm.pl (method2perl, attr2perl): '(Return | Get | Set)/Exception'
275            implemented.
276    
277            * idl2dis.pl (type): Don't output Require element for
278            DOMMain module (now it is implicitly required by default).
279    
280    2004-09-01  Wakaba  <wakaba@suika.fam.cx>
281    
282            * idl2dis.pl (level): Use 'Level' instead of 'ModifiedLevel'.
283    
284  2004-08-31  Wakaba  <wakaba@suika.fam.cx>  2004-08-31  Wakaba  <wakaba@suika.fam.cx>
285    
286          * dis2pm.pl (const2perl, constgroup2perl): New.          * dis2pm.pl (const2perl, constgroup2perl): New.

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.39

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24