1 |
|
2006-01-21 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* DOMXML.dis (DocumentType.childNodes): Removed |
4 |
|
from |ManakaiDOM:ManakaiDOMLatest| variant. |
5 |
|
|
6 |
|
* XMLParser.dis: Parsing of general internal entities implemented. |
7 |
|
(_DocumentTypeDeclaration): Appends a document type definition |
8 |
|
node to the document. |
9 |
|
(_ProcessingInstructionDTD): Appends a processing |
10 |
|
instruction node to the document type definition. |
11 |
|
(Element_): Document element could not be an |EmptyElemTag|. |
12 |
|
|
13 |
|
2006-01-21 Wakaba <wakaba@suika.fam.cx> |
14 |
|
|
15 |
|
* DOMFeature.dis (featuresParamToFeaturesHash): New block |
16 |
|
code (seprated from |InputProcessor|). Now |
17 |
|
a |features| parameter's version can be specified by |
18 |
|
an array reference that contains a set of version |
19 |
|
numbers. A test added. |
20 |
|
|
21 |
|
* XMLParser.dis: A test added. |
22 |
|
|
23 |
|
2006-01-07 Wakaba <wakaba@suika.fam.cx> |
24 |
|
|
25 |
|
* DOMCore.dis (Test): Don't invoke |DESTROY| method |
26 |
|
because it does not work with dummy object used in the test code. |
27 |
|
|
28 |
|
2006-01-07 Wakaba <wakaba@suika.fam.cx> |
29 |
|
|
30 |
|
* DOMMain.dis (checkXMLNamesQName): Checks whether |
31 |
|
namespace URI is defined for not being warned. |
32 |
|
|
33 |
|
* XDoctype.dis: New module. |
34 |
|
|
35 |
|
* DOMCore.dis (DOMStringList): Test added. |
36 |
|
|
37 |
|
* Makefile: |XDoctype.pm| added. |
38 |
|
|
39 |
|
* Tree.dis (Require): Requires |XDoctype.dis|. |
40 |
|
(ManakaiDOMNodeObjectNode.eq): Added. |
41 |
|
(Test): |DOMError.location| must return a |DOMLocator| |
42 |
|
object (it was incorrectly tested to return |null|). |
43 |
|
(EmptyNodeList.DESTROY): Removed. |
44 |
|
|
45 |
|
2006-01-04 Wakaba <wakaba@suika.fam.cx> |
46 |
|
|
47 |
|
* Tree.dis (NodeType): |ELEMENT_TYPE_DEFINITION_NODE| and |
48 |
|
|ATTRIBUTE_DEFINITION_NODE| node types added. |
49 |
|
(appendChild, insertBefore, replaceChild): New |
50 |
|
two node types added and processing instruction nodes |
51 |
|
as document type definition node child is allowed |
52 |
|
in |ManakaiDOM:ManakaiDOMLatest| mode. |
53 |
|
(getNodeReference): New |interface| parameter |
54 |
|
to filter classes by interface is added. |
55 |
|
(ElementTypeDefinitionRole): New role. |
56 |
|
(AttributeDefinitionRole): New role. |
57 |
|
|
58 |
|
2006-01-02 Wakaba <wakaba@suika.fam.cx> |
59 |
|
|
60 |
|
* DOMCore.dis (DOMStringList): Reimplemented as tied array. |
61 |
|
|
62 |
|
2005-12-31 Wakaba <wakaba@suika.fam.cx> |
63 |
|
|
64 |
|
* DOMCore.dis (DOMError.location): Returns an empty |DOMLocator| |
65 |
|
if it is not provided. |
66 |
|
|
67 |
|
* XMLParser.dis: Parsing methods to skip document |
68 |
|
type declaration is added. |
69 |
|
|
70 |
|
2005-12-29 Wakaba <wakaba@suika.fam.cx> |
71 |
|
|
72 |
|
* XMLParser.dis (shiftChar): Checks characters are legal |
73 |
|
or not. Normalize end-of-lines. |
74 |
|
(rule _XMLDeclaration_): Implemented. |
75 |
|
(WFErrDef): Well-formedness error |wf-syntax-error|, |
76 |
|
|wf-pi-target-is-xml|, |wf-no-end-tag|, |
77 |
|
|wf-unsupported-xml-version|, |wf-malformed-enc-name|, |
78 |
|
|wf-malformed-xml-standalone|, |wf-legal-literal-character|, |
79 |
|
|wf-element-type-match|, |wf-unique-att-spec|, |
80 |
|
|wf-legal-character| added. |
81 |
|
(%character-code-point): New formatter rule. |
82 |
|
|
83 |
|
* Tree.dis (Document.xmlEncoding): It is now read-write attribute. |
84 |
|
|
85 |
|
* DOMCore.dis (DOMError.stringify): Added. |
86 |
|
(error-handler.default): Returns |false| (don't continue) |
87 |
|
when the error severity is |SEVERITY_FATAL_ERROR|. |
88 |
|
|
89 |
|
2005-12-28 Wakaba <wakaba@suika.fam.cx> |
90 |
|
|
91 |
|
* XMLParser.dis (DocumentEntity): Typos fixed. |
92 |
|
(|lexmode|s): New |?default-token| statements are used |
93 |
|
so that tokenizer description has been simplified |
94 |
|
and CDATA sections now can be parsed. |
95 |
|
|
96 |
|
2005-12-28 Wakaba <wakaba@suika.fam.cx> |
97 |
|
|
98 |
|
* XMLParser.dis: Some modifications made. |
99 |
|
|
100 |
|
2005-12-27 Wakaba <wakaba@suika.fam.cx> |
101 |
|
|
102 |
|
* DOMLS.dis (PARSE_ERR, SERIALIZE_ERR): They are now a |
103 |
|
global named resource. |
104 |
|
|
105 |
|
* Makefile: Rules to make |XMLParser.pm| is added. |
106 |
|
|
107 |
|
* XMLParser.dis: New file. |
108 |
|
|
109 |
|
2005-12-24 Wakaba <wakaba@suika.fam.cx> |
110 |
|
|
111 |
|
* DOMCore.dis (ManakaiDOMError._FORMATTER_PACKAGE_): Error |
112 |
|
message formatter can now vary by error types. |
113 |
|
(DOMLocator.utf32Offset): New (manakai extended) attribute. |
114 |
|
|
115 |
|
2005-12-23 Wakaba <wakaba@suika.fam.cx> |
116 |
|
|
117 |
|
* DOMCore.dis (DOMLocator): Implemented. |
118 |
|
|
119 |
|
2005-12-21 Wakaba <wakaba@suika.fam.cx> |
120 |
|
|
121 |
|
* DOMCore.dis (DOMConfigurationParameterApplication, |
122 |
|
domConfigurationParameter): New resources. |
123 |
|
|
124 |
|
2005-11-25 Wakaba <wakaba@suika.fam.cx> |
125 |
|
|
126 |
|
* Tree.dis (NodeList.___report_error, NamedNodeMap.___report_error): |
127 |
|
New methods. |
128 |
|
|
129 |
|
2005-11-24 Wakaba <wakaba@suika.fam.cx> |
130 |
|
|
131 |
|
* DOMMain.dis, DOMLS.dis, DOMXML.dis, Tree.dis: Old |__WARNING__| |
132 |
|
blocks are replaced by |DOMError|-based |__DOMCore:ERROR__| blocks. |
133 |
|
|
134 |
|
* DOMMain.dis (___report_error): Throws the error unkess |
135 |
|
it is a |DOMCore:DOMError| object. |
136 |
|
|
137 |
|
2005-11-24 Wakaba <wakaba@suika.fam.cx> |
138 |
|
|
139 |
|
* DOMCore.dis (severity, type): Getters return value from |
140 |
|
the definition of the current error (i.e. |-def| hash). |
141 |
|
(___error_def): New method. |
142 |
|
(errorType): |dis:dataType| changed to |DISCore:TFQNames| |
143 |
|
to ease natural reference to constant value. |
144 |
|
(error-handler.default): Prints the error message by |warn|. |
145 |
|
|
146 |
|
* Tree.dis (nodeValue.set): Reimplemented so that it |
147 |
|
warns as setting has no effect. |
148 |
|
(___report_error): New method. (It had been only implemented |
149 |
|
in superclass.) |
150 |
|
(setting-node-value-no-effect): New error type. |
151 |
|
|
152 |
|
2005-11-23 Wakaba <wakaba@suika.fam.cx> |
153 |
|
|
154 |
|
* DOMCore.dis: Error codes added. |
155 |
|
|
156 |
|
* Tree.dis (destroyNodeStem): New method implementation. |
157 |
|
|
158 |
|
2005-11-22 Wakaba <wakaba@suika.fam.cx> |
159 |
|
|
160 |
|
* Tree.dis (cloneNode): User data handlers implemented. |
161 |
|
(adoptNode): User data handlers implemented. |
162 |
|
|
163 |
|
2005-11-21 Wakaba <wakaba@suika.fam.cx> |
164 |
|
|
165 |
|
* DOMCore.dis (UserDataHandler): A constraint for Perl binding |
166 |
|
added. |
167 |
|
|
168 |
|
* Tree.dis (cloneNode): Invoking of |UserDataHandler|s are implemented. |
169 |
|
(getUserData, setUserData): Implemented. |
170 |
|
|
171 |
|
2005-11-20 Wakaba <wakaba@suika.fam.cx> |
172 |
|
|
173 |
|
* DOMCore.dis (UserDataHandler): Implemented. |
174 |
|
(DOMErrorHandler): Blessed package name bug fixed. |
175 |
|
|
176 |
|
* ManakaiDOMLS2003.dis: Reference to |Node| subclasses |
177 |
|
changed to |Tree.dis|. |
178 |
|
|
179 |
|
2005-11-20 Wakaba <wakaba@suika.fam.cx> |
180 |
|
|
181 |
|
* DOMMain.dis: Unused declarations and definitions removed. |
182 |
|
|
183 |
|
* DOMCore.dis: DOM document tree related interfaces removed. |
184 |
|
|
185 |
|
* Tree.dis: New module separated from |DOMCore.dis|. |
186 |
|
|
187 |
|
* DOMXML.dis: Some referent changed to |Tree.dis|. |
188 |
|
|
189 |
|
* Makefile: |Tree.dis| added. |
190 |
|
|
191 |
|
2005-11-16 Wakaba <wakaba@suika.fam.cx> |
192 |
|
|
193 |
|
* .cvsignore: Revised. |
194 |
|
|
195 |
|
2005-11-16 Wakaba <wakaba@suika.fam.cx> |
196 |
|
|
197 |
|
* ManakaiDOMLS2003.dis: Tests added. |
198 |
|
(domConfig): Method name in the code fixed to |flag|. |
199 |
|
|
200 |
|
* DOMMain.dis (findOffset32): Missing |^| in regular expressions |
201 |
|
added. |
202 |
|
|
203 |
|
* DOMCore.dis (hasChildNodes): Returns |false| if the node type |
204 |
|
is defined not to have any children. |
205 |
|
(CharacterData): Typos in element type names and function names fixed. |
206 |
|
|
207 |
|
2005-11-15 Wakaba <wakaba@suika.fam.cx> |
208 |
|
|
209 |
|
* DOMFeature.dis (MinimumImplementation.eq): Added. |
210 |
|
|
211 |
|
* DOMMain.dis: |DISPerl:ISA| reference fixed. |
212 |
|
|
213 |
|
* Generic.dis: Implements new |DOMLS:Generic| feature. |
214 |
|
|
215 |
|
2005-11-15 Wakaba <wakaba@suika.fam.cx> |
216 |
|
|
217 |
|
* DOMFeature.dis (stringifyFeatures): Don't double |SPACE| |
218 |
|
characters between feature names and versions. |
219 |
|
|
220 |
|
2005-11-13 Wakaba <wakaba@suika.fam.cx> |
221 |
|
|
222 |
|
* DOMFeature.dis (stringifyFeatures): A test code added. |
223 |
|
|
224 |
|
2005-10-26 Wakaba <wakaba@suika.fam.cx> |
225 |
|
|
226 |
|
* SimpleLS.dis (writeToString): Don't stop serializing |
227 |
|
when an |false| value appears in |@src|. |
228 |
|
|
229 |
|
2005-10-16 Wakaba <wakaba@suika.fam.cx> |
230 |
|
|
231 |
|
* DOMCore.dis (DOMError, DOMErrorHandler): Reimplemented. |
232 |
|
(ErrDef): Redefined. |
233 |
|
|
234 |
|
* DOMLS.dis (ErrDef): Redefined. |
235 |
|
|
236 |
|
2005-10-16 Wakaba <wakaba@suika.fam.cx> |
237 |
|
|
238 |
|
* DOMCore.dis (DOMConfiguration): Extends "ManakaiDOM:ManakaiDOMObject". |
239 |
|
|
240 |
|
2005-10-15 Wakaba <wakaba@suika.fam.cx> |
241 |
|
|
242 |
|
* DOMCore.dis (Require): References "DOMLS.dis" module. |
243 |
|
(CParam): Definitions for LS module added. |
244 |
|
|
245 |
|
* DOMLS.dis (ManakaiDOMLSInput): The input processor |
246 |
|
is also an output processor now. |
247 |
|
(ManakaiDOMLSResourceResolver): Implemented. |
248 |
|
(CParam): Definitions updated. |
249 |
|
|
250 |
|
2005-10-14 Wakaba <wakaba@suika.fam.cx> |
251 |
|
|
252 |
|
* DOMCore.dis (NOT_RECOGNIZED_CONFIG_PARAM_ERR, |
253 |
|
NOT_SUPPORTED_CONFIG_VALUE_ERR, |
254 |
|
INCOMPATIBLE_CONFIG_VALUE_ERR): New error subcodes. |
255 |
|
(DOMConfiguration): Implemented. |
256 |
|
(CParam): Definitions updated. |
257 |
|
|
258 |
|
* DOMMain.dis (DOMURIs): New data type. |
259 |
|
|
260 |
|
2005-10-13 Wakaba <wakaba@suika.fam.cx> |
261 |
|
|
262 |
|
* DOMCore.dis (setAttrValueNS): New code. |
263 |
|
|
264 |
|
2005-10-12 Wakaba <wakaba@suika.fam.cx> |
265 |
|
|
266 |
|
* DOMCore.dis: Don't set "infoset:prefix" internal |
267 |
|
property unless it has non-null value. |
268 |
|
(newObject): "refNode" parameter introduced. |
269 |
|
(ManakaiDOMNode.newObject): Calls "NodeStem.newNode" |
270 |
|
method if "refNode" parameter is specified. |
271 |
|
(cloneNode): Don't set "read-only" flag. |
272 |
|
(getNodeReference): Caches the result. |
273 |
|
(selectAttributeNodeForRemove): Don't removes any other |
274 |
|
non-namespace-aware attribute nodes. |
275 |
|
|
276 |
|
2005-10-11 Wakaba <wakaba@suika.fam.cx> |
277 |
|
|
278 |
|
* DOMCore.dis (appendChild, createElementNS, createAttributeNS, |
279 |
|
setAttribute, setAttributeNS): "strictErrorChecking" attribute supported. |
280 |
|
(doStrictErrorChecking): New code. |
281 |
|
|
282 |
|
* DOMMain.dis (XML10Name, XML11Name): "strictErrorChecking" attribute |
283 |
|
supported. |
284 |
|
|
285 |
|
* Makefile: Rule to make "DOMFeature.pm" restored. |
286 |
|
|
287 |
|
2005-10-10 Wakaba <wakaba@suika.fam.cx> |
288 |
|
|
289 |
|
* DOMCore.dis (ADOPT_NODE_TYPE_NOT_SUPPORTED_ERR): New error subcode. |
290 |
|
(adoptNode): Implemented. |
291 |
|
|
292 |
|
2005-10-09 Wakaba <wakaba@suika.fam.cx> |
293 |
|
|
294 |
|
* DOMHTML.dis, DOMWebForms.dis: Typos in element type prefix fixed. |
295 |
|
|
296 |
|
* DOMFeature.dis (DOMCore:implementation): Short name added. |
297 |
|
|
298 |
|
* DOMCore.dis (CLONE_NODE_TYPE_NOT_SUPPORTED_ERR): New error subcode. |
299 |
|
(DOMCore:node): New error parameter. |
300 |
|
(DOMCore:ownerDocument): Changed from "mn:irefnode0" |
301 |
|
to "mn:xrefnode0". For this reason, all assignments |
302 |
|
to this property have been rewritten to references |
303 |
|
to code "mn:setXRefNode". |
304 |
|
(cloneNode): Implemented. |
305 |
|
(setAttributeNode): A missing "importTree" method call added. |
306 |
|
(setAttributeNodeNS): Perl code removed and changed |
307 |
|
to a reference to "setAttributeNode" method code. |
308 |
|
|
309 |
|
* DOMXML.dis (DOMCore:ownerDocument): Changed from "mn:irefnode0" |
310 |
|
property to "mn:xrefnode0" property. |
311 |
|
|
312 |
|
2005-10-08 Wakaba <wakaba@suika.fam.cx> |
313 |
|
|
314 |
|
* DOMCore.dis, DOMLS.dis: Now constant values are defined only |
315 |
|
in interfaces. |
316 |
|
|
317 |
|
2005-10-06 Wakaba <wakaba@suika.fam.cx> |
318 |
|
|
319 |
|
* DOMCore.dis (ManakaiDOMEmptyNodeList): New class. |
320 |
|
(ManakaiDOMCharacterData): Methods reimplemented. |
321 |
|
(splitText): Reimplemented. |
322 |
|
(childNodes): Returns a "ManakaiDOMEmptyNodeList" |
323 |
|
for non-parent node types. |
324 |
|
|
325 |
|
* DOMXML.dis (childNodes): Returns a "ManakaiDOMEmptyNodeList" |
326 |
|
for non-parent node types. |
327 |
|
|
328 |
|
2005-10-05 Wakaba <wakaba@suika.fam.cx> |
329 |
|
|
330 |
|
* ManakaiDOMLS2003.dis: Revised to new format. |
331 |
|
|
332 |
|
* GenericLS.dis (DOMLS:ParseString): New feature. |
333 |
|
|
334 |
|
2005-10-05 Wakaba <wakaba@suika.fam.cx> |
335 |
|
|
336 |
|
* DOMFeature.dis: Description added and revised. (Still more |
337 |
|
work required.) |
338 |
|
|
339 |
|
2005-10-04 Wakaba <wakaba@suika.fam.cx> |
340 |
|
|
341 |
|
* DOMMain.dis (DOMString): The "idl:perl" attribute |
342 |
|
value has been changed from "DISPerl:String" |
343 |
|
to "DISPerl:CharacterString" to clarify its semantics. |
344 |
|
|
345 |
|
2005-10-03 Wakaba <wakaba@suika.fam.cx> |
346 |
|
|
347 |
|
* DOMFeature.dis (MIString): Java, ECMAScript, and Perl bound |
348 |
|
type properties added. |
349 |
|
|
350 |
|
* DOMMain.dis (DataType): Java, ECMAScript, and Perl bound |
351 |
|
type properties added. |
352 |
|
|
353 |
|
2005-10-02 Wakaba <wakaba@suika.fam.cx> |
354 |
|
|
355 |
|
* DOMFeature.dis (Module): "idl:prefix" and "idl:moduleName" |
356 |
|
properties added. |
357 |
|
|
358 |
|
2005-10-01 Wakaba <wakaba@suika.fam.cx> |
359 |
|
|
360 |
|
* DOMFeature.dis: Documentation added (still work in progress). |
361 |
|
(MIString): New type. |
362 |
|
|
363 |
|
* DOMCore.dis (namespaceURI): Fixed to return the namespace |
364 |
|
URI value, not a reference to it. |
365 |
|
|
366 |
|
2005-09-30 Wakaba <wakaba@suika.fam.cx> |
367 |
|
|
368 |
|
* DOMCore.dis, SimpleLS.dis: Shares namespace URIs and local |
369 |
|
names where possible. |
370 |
|
|
371 |
|
* DOMFeature.dis: Documentation for DOM Minimum Implementation |
372 |
|
added (still work in progress). |
373 |
|
|
374 |
|
* Makefile (feature.dae, feature-spec.dae): New rules. |
375 |
|
|
376 |
|
2005-09-27 Wakaba <wakaba@suika.fam.cx> |
377 |
|
|
378 |
|
* DOMCore.dis (DOMCore:nodeProp): New property. |
379 |
|
|
380 |
|
* DOMCore.dis, DOMXML.dis: Codes to set properties "TreeCore:*" |
381 |
|
is removed. |
382 |
|
|
383 |
|
2005-09-26 Wakaba <wakaba@suika.fam.cx> |
384 |
|
|
385 |
|
* DOMCore.dis, DOMXML.dis: New mn:* properties added. |
386 |
|
|
387 |
|
2005-09-25 Wakaba <wakaba@suika.fam.cx> |
388 |
|
|
389 |
|
* Makefile (DAC_SUFFIX): Changed to ".dae". |
390 |
|
(DAEM_SUFFIX): New. |
391 |
|
|
392 |
|
2005-09-24 Wakaba <wakaba@suika.fam.cx> |
393 |
|
|
394 |
|
* DOMMain.dis (MDOM:): Reintroduced for "ManakaiDOM:ManakaiDOM1" |
395 |
|
and "ManakaiDOM:ManakaiDOM2". |
396 |
|
|
397 |
|
* DOMFeature.dis, DOMMain.dis, DOMCore.dis, DOMXML.dis, |
398 |
|
DOMLS.dis, SimpleLS.dis, GenericLS.dis: Use disPerl:H |
399 |
|
instead of disPerl:Q for internal property hash keys. |
400 |
|
|
401 |
|
* DOMFeature.dis, DOMCore.dis, DOMXML.dis: Missing property |
402 |
|
definitions added. |
403 |
|
|
404 |
|
* DOMCore.dis (DOMCore:TextNode, DOMCore:DocumentFragmentNode): |
405 |
|
New resources. |
406 |
|
|
407 |
|
* DOMXML.dis (DOMXML:EntityNode, DOMXML:EntityReferenceNode): New |
408 |
|
resources. |
409 |
|
|
410 |
|
2005-09-23 Wakaba <wakaba@suika.fam.cx> |
411 |
|
|
412 |
|
* GenericLS.dis, SimpleLS.dis: New modules separated |
413 |
|
from DOMLS.dis. |
414 |
|
|
415 |
|
* DOMFeature.dis, DOMMain.dis: "MDOM:" and "for" definitions |
416 |
|
moved from DOMMain to DOMFeature. Now DOMFeature |
417 |
|
has no dependency on DOMMain. |
418 |
|
|
419 |
|
* DOMFeature.dis (DEBUG): New variable. |
420 |
|
|
421 |
|
2005-09-22 Wakaba <wakaba@suika.fam.cx> |
422 |
|
|
423 |
|
* Makefile: DAC_SUFFIX changed to ".dad". |
424 |
|
|
425 |
|
2005-09-21 Wakaba <wakaba@suika.fam.cx> |
426 |
|
|
427 |
|
* DOMCore.pm (DOMImplementation): Provides "XML" and "XMLVersion" |
428 |
|
features if it is "for" ManakaiDOM:DOMXMLFeature. |
429 |
|
|
430 |
|
* DOMMain.pm (StringExtend): Code portions of raising |
431 |
|
StringOutOfBoundsException is temporary disabled since |
432 |
|
it is not a DOM-style exception supported by |
433 |
|
current implementation of ManakaiNode - it will be |
434 |
|
recovered in later revision. |
435 |
|
|
436 |
|
2005-09-20 Wakaba <wakaba@suika.fam.cx> |
437 |
|
|
438 |
|
* DOMFeature.pm: Debug output code copied |
439 |
|
from Attic/DOMMetaImpl.pm (Should these code incorporated |
440 |
|
to source dis file?). |
441 |
|
|
442 |
|
2005-09-19 Wakaba <wakaba@suika.fam.cx> |
443 |
|
|
444 |
|
* DOMMain.dis (ManakaiDOM:DOMMethod, ManakaiDOM:DOMMethodReturn, |
445 |
|
ManakaiDOM:DOMAttribute, ManakaiDOM:DOMAttrGet, |
446 |
|
ManakaiDOM:DOMAttrSet, ManakaiDOM:DOMMethodParam): Removed. |
447 |
|
(ManakaiDOMTimeStamp): Removed. |
448 |
|
|
449 |
|
* DOMBoot.dis, DOMMetaImpl.dis, DOMMetaImpl.pm: Removed (they are no |
450 |
|
longer in use). |
451 |
|
|
452 |
|
2005-09-18 Wakaba <wakaba@suika.fam.cx> |
453 |
|
|
454 |
|
* DOMMain.dis (StringOutOfBoundsException): New exception. |
455 |
|
|
456 |
|
2005-09-15 Wakaba <wakaba@suika.fam.cx> |
457 |
|
|
458 |
|
* DOMFeature.dis: dis:dataType and dis:multipleProperties |
459 |
|
properties added to properties. |
460 |
|
|
461 |
|
2005-09-08 Wakaba <wakaba@suika.fam.cx> |
462 |
|
|
463 |
|
* Makefile: Rules renewaled. |
464 |
|
|
465 |
|
2005-09-07 Wakaba <wakaba@suika.fam.cx> |
466 |
|
|
467 |
|
* DOMCore.dis, DOMXML.dis, DOMLS.dis: Inheritance information fixed. |
468 |
|
|
469 |
|
2005-09-05 Wakaba <wakaba@suika.fam.cx> |
470 |
|
|
471 |
|
* DOMMain.dis (DOMImplementationRegistry, |
472 |
|
DOMImplementationRegistryVar): New. |
473 |
|
|
474 |
|
* DOMFeature.dis (DOMImplementationRegistry, |
475 |
|
DOMImplementationRegistryVar): Removed. |
476 |
|
(ImplementationRegistry): New class. |
477 |
|
|
478 |
|
2005-09-04 Wakaba <wakaba@suika.fam.cx> |
479 |
|
|
480 |
|
* DOMFeature.dis: New module. |
481 |
|
|
482 |
|
* DOMMetaImpl.dis (ManakaiDOM:ManakaiDOMObject): Removed. |
483 |
|
|
484 |
|
* DOMMain.dis (ManakaiDOM:ManakaiDOMObject): New. |
485 |
|
(DOMString, DOMTimeStamp): Now they are not interfaces |
486 |
|
but datatypes. |
487 |
|
(DOMUserData, DOMObject, DOMUserData): Now they |
488 |
|
are subtypes rather than aliases of their "real" type in IDL. |
489 |
|
|
490 |
|
* DOMCore.dis (DOMImplementationList, DOMImplementationSource): |
491 |
|
New interfaces and classes. |
492 |
|
|
493 |
|
2005-09-01 Wakaba <wakaba@suika.fam.cx> |
494 |
|
|
495 |
|
* DOMCore.dis (setTextNodeContent): Sets the infoset:parent |
496 |
|
property of the new Text node. |
497 |
|
|
498 |
|
2005-08-29 Wakaba <wakaba@suika.fam.cx> |
499 |
|
|
500 |
|
* Makefile: Loads "NaturalLanguage.dis". |
501 |
|
|
502 |
|
2005-08-26 Wakaba <wakaba@suika.fam.cx> |
503 |
|
|
504 |
|
* DOMCore.dis (createDocument): Set "ownerDocument" attribute |
505 |
|
to the root element created by the method. (It was forgotten!!) |
506 |
|
|
507 |
|
2005-08-15 Wakaba <wakaba@suika.fam.cx> |
508 |
|
|
509 |
|
* DOMCore.dis (appendChild, insertBefore, replaceChild): Typo |
510 |
|
in the code of removing the newChild from the previous |
511 |
|
parent of that node is fixed. |
512 |
|
|
513 |
|
2005-05-29 Wakaba <wakaba@suika.fam.cx> |
514 |
|
|
515 |
|
* DOMLS.dis (SimpleSerializer): End tag was sometimes missing. Use |
516 |
|
namespace prefix of element type if it is not declared |
517 |
|
but not used else. A shift is replaced by pop:). |
518 |
|
|
519 |
|
* DOMCore.dis (getFeature): The getFeature method |
520 |
|
for Node-derived classes implemented. |
521 |
|
* DOMXML.dis (getFeature): Ditto. |
522 |
|
|
523 |
|
2005-05-21 Wakaba <wakaba@suika.fam.cx> |
524 |
|
|
525 |
|
* DOMCore.dis (getNodeReference): Use HTMLDocument class |
526 |
|
if a document node has no document element node but |
527 |
|
has support for the "HTML" feature. |
528 |
|
|
529 |
|
2005-03-03 Wakaba <wakaba@suika.fam.cx> |
530 |
|
|
531 |
|
* DOMMetaImpl.dis (features input normalizer): Variable name |
532 |
|
typo fixed. |
533 |
|
(ManakaiDOMImplementationSource.getDOMImplementation): Fixed bug |
534 |
|
so that version specification for "+"'ed feature name does work now. |
535 |
|
|
536 |
|
2005-03-02 Wakaba <wakaba@suika.fam.cx> |
537 |
|
|
538 |
|
* DOMBoot.dis (ResourceDef): Definitions for DOMFeature are |
539 |
|
removed (now defined in DOMMetaImpl). |
540 |
|
|
541 |
|
2005-02-21 Wakaba <wakaba@suika.fam.cx> |
542 |
|
|
543 |
|
* DOMMetaImpl.dis (IFClsDef[ManakaiDOMMinimumImplementation]): New. |
544 |
|
|
545 |
|
* Makefile: Rules for DOMMetaImpl module added. |
546 |
|
|
547 |
|
2005-02-20 Wakaba <wakaba@suika.fam.cx> |
548 |
|
|
549 |
|
* DOMMetaImpl.dis: New module (split from DOMCore and DOMMain). |
550 |
|
|
551 |
|
2005-02-18 Wakaba <wakaba@suika.fam.cx> |
552 |
|
|
553 |
|
* DOMCore.dis (getFeature): ManakaiDOM:ManakaiDOMNodeObject.newReference |
554 |
|
is an instance method, not a class method. |
555 |
|
|
556 |
|
* DOMMain.dis (ResourceTypeDef[ManakaiDOM:Const, |
557 |
|
ManakaiDOM:ConstGroup]): Removed (moved to "lib/manakai/DISLang.dis"). |
558 |
|
(Exception-related definitions): Removed (moved to |
559 |
|
"lib/Message/Util/Error/DOMException.dis"). |
560 |
|
(ForDef[ManakaiDOM:ForIF, ManakaiDOM:ForClass]): Removed (moved |
561 |
|
to DISLang). |
562 |
|
|
563 |
|
2005-02-17 Wakaba <wakaba@suika.fam.cx> |
564 |
|
|
565 |
|
* DOMMain.dis: Definitions for "ManakaiDOM:ManakaiDOMNodeObject" and |
566 |
|
"ManakaiDOM:ManakaiDOMNodeReference" are removed (moved to |
567 |
|
"lib/Message/Util/ManakaiNode.dis"). |
568 |
|
(ResourceDef[ManakaiDOM:DataType]): Removed (moved to |
569 |
|
"lib/manakai/DISCore.dis"). |
570 |
|
(ResourceTypeDef[ManakaiDOM:IF, ManakaiDOM:Class, |
571 |
|
ManakaiDOM:PrimitiveTypeClass]): Removed (moved to |
572 |
|
"lib/manakai/DISLang.dis"). |
573 |
|
|
574 |
|
2005-02-16 Wakaba <wakaba@suika.fam.cx> |
575 |
|
|
576 |
|
* DOMMain.dis (ForDef[ManakaiDOM:Perl]): Removed (moved to |
577 |
|
DISPerl module). |
578 |
|
|
579 |
|
2005-01-07 Wakaba <wakaba@suika.fam.cx> |
580 |
|
|
581 |
|
* DOMCore.dis: Each "delete array-item" replaced to a "splice". |
582 |
|
|
583 |
|
2005-01-06 Wakaba <wakaba@suika.fam.cx> |
584 |
|
|
585 |
|
* DOMMain.dis (ensureXMLName): Test as if XML 1.0 if it is not an |
586 |
|
XML document. |
587 |
|
|
588 |
|
2005-01-05 Wakaba <wakaba@suika.fam.cx> |
589 |
|
|
590 |
|
* DOMMain.dis (ManakaiDOMExceptionOrWarning.stringify): New method. |
591 |
|
(IntMethod[isExternallyReferred]): Rewritten. |
592 |
|
(IntMethod[isExternallyReferredDownward]): Removed. |
593 |
|
(Checking XML name legallity): Fix true or false mistakes. |
594 |
|
(destroy, importTree, orphanate): Rewritten. |
595 |
|
(destroyDownward, changeTreeIDDownward): Removed. |
596 |
|
(TreeCore:urefnode property): Removed since not used. |
597 |
|
|
598 |
|
* DOMCore.dis: Tying array for NodeList implemented. |
599 |
|
|
600 |
|
2005-01-02 Wakaba <wakaba@suika.fam.cx> |
601 |
|
|
602 |
|
* DOMHTML.dis (HTMLDOMImplementation): New interface. |
603 |
|
|
604 |
|
* DOMViews.dis: Documentation for properties are added. |
605 |
|
|
606 |
|
2004-12-29 Wakaba <wakaba@suika.fam.cx> |
607 |
|
|
608 |
|
* Makefile: DOMXML, DOMEvents, DOMLS and ManakaiDOMLS2003 added. |
609 |
|
|
610 |
|
* ManakaiDOMCore.dis: Removed (merged with DOMCore.dis). |
611 |
|
|
612 |
|
2004-12-28 Wakaba <wakaba@suika.fam.cx> |
613 |
|
|
614 |
|
* ManakaiDOMXML.dis: Removed (merged with DOMXML.dis). |
615 |
|
|
616 |
2004-12-01 Wakaba <wakaba@suika.fam.cx> |
2004-12-01 Wakaba <wakaba@suika.fam.cx> |
617 |
|
|
618 |
* ManakaiDOMMain.dis: Removed (merged with DOMMain.dis). |
* ManakaiDOMMain.dis: Removed (merged with DOMMain.dis). |