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