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