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