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