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