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