1 |
|
2006-01-07 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* DOMMain.dis (checkXMLNamesQName): Checks whether |
4 |
|
namespace URI is defined for not being warned. |
5 |
|
|
6 |
|
* XDoctype.dis: New module. |
7 |
|
|
8 |
|
* DOMCore.dis (DOMStringList): Test added. |
9 |
|
|
10 |
|
* Makefile: |XDoctype.pm| added. |
11 |
|
|
12 |
|
* Tree.dis (Require): Requires |XDoctype.dis|. |
13 |
|
(ManakaiDOMNodeObjectNode.eq): Added. |
14 |
|
(Test): |DOMError.location| must return a |DOMLocator| |
15 |
|
object (it was incorrectly tested to return |null|). |
16 |
|
(EmptyNodeList.DESTROY): Removed. |
17 |
|
|
18 |
|
2006-01-04 Wakaba <wakaba@suika.fam.cx> |
19 |
|
|
20 |
|
* Tree.dis (NodeType): |ELEMENT_TYPE_DEFINITION_NODE| and |
21 |
|
|ATTRIBUTE_DEFINITION_NODE| node types added. |
22 |
|
(appendChild, insertBefore, replaceChild): New |
23 |
|
two node types added and processing instruction nodes |
24 |
|
as document type definition node child is allowed |
25 |
|
in |ManakaiDOM:ManakaiDOMLatest| mode. |
26 |
|
(getNodeReference): New |interface| parameter |
27 |
|
to filter classes by interface is added. |
28 |
|
(ElementTypeDefinitionRole): New role. |
29 |
|
(AttributeDefinitionRole): New role. |
30 |
|
|
31 |
|
2006-01-02 Wakaba <wakaba@suika.fam.cx> |
32 |
|
|
33 |
|
* DOMCore.dis (DOMStringList): Reimplemented as tied array. |
34 |
|
|
35 |
|
2005-12-31 Wakaba <wakaba@suika.fam.cx> |
36 |
|
|
37 |
|
* DOMCore.dis (DOMError.location): Returns an empty |DOMLocator| |
38 |
|
if it is not provided. |
39 |
|
|
40 |
|
* XMLParser.dis: Parsing methods to skip document |
41 |
|
type declaration is added. |
42 |
|
|
43 |
|
2005-12-29 Wakaba <wakaba@suika.fam.cx> |
44 |
|
|
45 |
|
* XMLParser.dis (shiftChar): Checks characters are legal |
46 |
|
or not. Normalize end-of-lines. |
47 |
|
(rule _XMLDeclaration_): Implemented. |
48 |
|
(WFErrDef): Well-formedness error |wf-syntax-error|, |
49 |
|
|wf-pi-target-is-xml|, |wf-no-end-tag|, |
50 |
|
|wf-unsupported-xml-version|, |wf-malformed-enc-name|, |
51 |
|
|wf-malformed-xml-standalone|, |wf-legal-literal-character|, |
52 |
|
|wf-element-type-match|, |wf-unique-att-spec|, |
53 |
|
|wf-legal-character| added. |
54 |
|
(%character-code-point): New formatter rule. |
55 |
|
|
56 |
|
* Tree.dis (Document.xmlEncoding): It is now read-write attribute. |
57 |
|
|
58 |
|
* DOMCore.dis (DOMError.stringify): Added. |
59 |
|
(error-handler.default): Returns |false| (don't continue) |
60 |
|
when the error severity is |SEVERITY_FATAL_ERROR|. |
61 |
|
|
62 |
|
2005-12-28 Wakaba <wakaba@suika.fam.cx> |
63 |
|
|
64 |
|
* XMLParser.dis (DocumentEntity): Typos fixed. |
65 |
|
(|lexmode|s): New |?default-token| statements are used |
66 |
|
so that tokenizer description has been simplified |
67 |
|
and CDATA sections now can be parsed. |
68 |
|
|
69 |
|
2005-12-28 Wakaba <wakaba@suika.fam.cx> |
70 |
|
|
71 |
|
* XMLParser.dis: Some modifications made. |
72 |
|
|
73 |
|
2005-12-27 Wakaba <wakaba@suika.fam.cx> |
74 |
|
|
75 |
|
* DOMLS.dis (PARSE_ERR, SERIALIZE_ERR): They are now a |
76 |
|
global named resource. |
77 |
|
|
78 |
|
* Makefile: Rules to make |XMLParser.pm| is added. |
79 |
|
|
80 |
|
* XMLParser.dis: New file. |
81 |
|
|
82 |
|
2005-12-24 Wakaba <wakaba@suika.fam.cx> |
83 |
|
|
84 |
|
* DOMCore.dis (ManakaiDOMError._FORMATTER_PACKAGE_): Error |
85 |
|
message formatter can now vary by error types. |
86 |
|
(DOMLocator.utf32Offset): New (manakai extended) attribute. |
87 |
|
|
88 |
|
2005-12-23 Wakaba <wakaba@suika.fam.cx> |
89 |
|
|
90 |
|
* DOMCore.dis (DOMLocator): Implemented. |
91 |
|
|
92 |
|
2005-12-21 Wakaba <wakaba@suika.fam.cx> |
93 |
|
|
94 |
|
* DOMCore.dis (DOMConfigurationParameterApplication, |
95 |
|
domConfigurationParameter): New resources. |
96 |
|
|
97 |
|
2005-11-25 Wakaba <wakaba@suika.fam.cx> |
98 |
|
|
99 |
|
* Tree.dis (NodeList.___report_error, NamedNodeMap.___report_error): |
100 |
|
New methods. |
101 |
|
|
102 |
|
2005-11-24 Wakaba <wakaba@suika.fam.cx> |
103 |
|
|
104 |
|
* DOMMain.dis, DOMLS.dis, DOMXML.dis, Tree.dis: Old |__WARNING__| |
105 |
|
blocks are replaced by |DOMError|-based |__DOMCore:ERROR__| blocks. |
106 |
|
|
107 |
|
* DOMMain.dis (___report_error): Throws the error unkess |
108 |
|
it is a |DOMCore:DOMError| object. |
109 |
|
|
110 |
|
2005-11-24 Wakaba <wakaba@suika.fam.cx> |
111 |
|
|
112 |
|
* DOMCore.dis (severity, type): Getters return value from |
113 |
|
the definition of the current error (i.e. |-def| hash). |
114 |
|
(___error_def): New method. |
115 |
|
(errorType): |dis:dataType| changed to |DISCore:TFQNames| |
116 |
|
to ease natural reference to constant value. |
117 |
|
(error-handler.default): Prints the error message by |warn|. |
118 |
|
|
119 |
|
* Tree.dis (nodeValue.set): Reimplemented so that it |
120 |
|
warns as setting has no effect. |
121 |
|
(___report_error): New method. (It had been only implemented |
122 |
|
in superclass.) |
123 |
|
(setting-node-value-no-effect): New error type. |
124 |
|
|
125 |
|
2005-11-23 Wakaba <wakaba@suika.fam.cx> |
126 |
|
|
127 |
|
* DOMCore.dis: Error codes added. |
128 |
|
|
129 |
|
* Tree.dis (destroyNodeStem): New method implementation. |
130 |
|
|
131 |
|
2005-11-22 Wakaba <wakaba@suika.fam.cx> |
132 |
|
|
133 |
|
* Tree.dis (cloneNode): User data handlers implemented. |
134 |
|
(adoptNode): User data handlers implemented. |
135 |
|
|
136 |
|
2005-11-21 Wakaba <wakaba@suika.fam.cx> |
137 |
|
|
138 |
|
* DOMCore.dis (UserDataHandler): A constraint for Perl binding |
139 |
|
added. |
140 |
|
|
141 |
|
* Tree.dis (cloneNode): Invoking of |UserDataHandler|s are implemented. |
142 |
|
(getUserData, setUserData): Implemented. |
143 |
|
|
144 |
|
2005-11-20 Wakaba <wakaba@suika.fam.cx> |
145 |
|
|
146 |
|
* DOMCore.dis (UserDataHandler): Implemented. |
147 |
|
(DOMErrorHandler): Blessed package name bug fixed. |
148 |
|
|
149 |
|
* ManakaiDOMLS2003.dis: Reference to |Node| subclasses |
150 |
|
changed to |Tree.dis|. |
151 |
|
|
152 |
|
2005-11-20 Wakaba <wakaba@suika.fam.cx> |
153 |
|
|
154 |
|
* DOMMain.dis: Unused declarations and definitions removed. |
155 |
|
|
156 |
|
* DOMCore.dis: DOM document tree related interfaces removed. |
157 |
|
|
158 |
|
* Tree.dis: New module separated from |DOMCore.dis|. |
159 |
|
|
160 |
|
* DOMXML.dis: Some referent changed to |Tree.dis|. |
161 |
|
|
162 |
|
* Makefile: |Tree.dis| added. |
163 |
|
|
164 |
|
2005-11-16 Wakaba <wakaba@suika.fam.cx> |
165 |
|
|
166 |
|
* .cvsignore: Revised. |
167 |
|
|
168 |
|
2005-11-16 Wakaba <wakaba@suika.fam.cx> |
169 |
|
|
170 |
|
* ManakaiDOMLS2003.dis: Tests added. |
171 |
|
(domConfig): Method name in the code fixed to |flag|. |
172 |
|
|
173 |
|
* DOMMain.dis (findOffset32): Missing |^| in regular expressions |
174 |
|
added. |
175 |
|
|
176 |
|
* DOMCore.dis (hasChildNodes): Returns |false| if the node type |
177 |
|
is defined not to have any children. |
178 |
|
(CharacterData): Typos in element type names and function names fixed. |
179 |
|
|
180 |
|
2005-11-15 Wakaba <wakaba@suika.fam.cx> |
181 |
|
|
182 |
|
* DOMFeature.dis (MinimumImplementation.eq): Added. |
183 |
|
|
184 |
|
* DOMMain.dis: |DISPerl:ISA| reference fixed. |
185 |
|
|
186 |
|
* Generic.dis: Implements new |DOMLS:Generic| feature. |
187 |
|
|
188 |
|
2005-11-15 Wakaba <wakaba@suika.fam.cx> |
189 |
|
|
190 |
|
* DOMFeature.dis (stringifyFeatures): Don't double |SPACE| |
191 |
|
characters between feature names and versions. |
192 |
|
|
193 |
|
2005-11-13 Wakaba <wakaba@suika.fam.cx> |
194 |
|
|
195 |
|
* DOMFeature.dis (stringifyFeatures): A test code added. |
196 |
|
|
197 |
|
2005-10-26 Wakaba <wakaba@suika.fam.cx> |
198 |
|
|
199 |
|
* SimpleLS.dis (writeToString): Don't stop serializing |
200 |
|
when an |false| value appears in |@src|. |
201 |
|
|
202 |
|
2005-10-16 Wakaba <wakaba@suika.fam.cx> |
203 |
|
|
204 |
|
* DOMCore.dis (DOMError, DOMErrorHandler): Reimplemented. |
205 |
|
(ErrDef): Redefined. |
206 |
|
|
207 |
|
* DOMLS.dis (ErrDef): Redefined. |
208 |
|
|
209 |
|
2005-10-16 Wakaba <wakaba@suika.fam.cx> |
210 |
|
|
211 |
|
* DOMCore.dis (DOMConfiguration): Extends "ManakaiDOM:ManakaiDOMObject". |
212 |
|
|
213 |
|
2005-10-15 Wakaba <wakaba@suika.fam.cx> |
214 |
|
|
215 |
|
* DOMCore.dis (Require): References "DOMLS.dis" module. |
216 |
|
(CParam): Definitions for LS module added. |
217 |
|
|
218 |
|
* DOMLS.dis (ManakaiDOMLSInput): The input processor |
219 |
|
is also an output processor now. |
220 |
|
(ManakaiDOMLSResourceResolver): Implemented. |
221 |
|
(CParam): Definitions updated. |
222 |
|
|
223 |
|
2005-10-14 Wakaba <wakaba@suika.fam.cx> |
224 |
|
|
225 |
|
* DOMCore.dis (NOT_RECOGNIZED_CONFIG_PARAM_ERR, |
226 |
|
NOT_SUPPORTED_CONFIG_VALUE_ERR, |
227 |
|
INCOMPATIBLE_CONFIG_VALUE_ERR): New error subcodes. |
228 |
|
(DOMConfiguration): Implemented. |
229 |
|
(CParam): Definitions updated. |
230 |
|
|
231 |
|
* DOMMain.dis (DOMURIs): New data type. |
232 |
|
|
233 |
|
2005-10-13 Wakaba <wakaba@suika.fam.cx> |
234 |
|
|
235 |
|
* DOMCore.dis (setAttrValueNS): New code. |
236 |
|
|
237 |
|
2005-10-12 Wakaba <wakaba@suika.fam.cx> |
238 |
|
|
239 |
|
* DOMCore.dis: Don't set "infoset:prefix" internal |
240 |
|
property unless it has non-null value. |
241 |
|
(newObject): "refNode" parameter introduced. |
242 |
|
(ManakaiDOMNode.newObject): Calls "NodeStem.newNode" |
243 |
|
method if "refNode" parameter is specified. |
244 |
|
(cloneNode): Don't set "read-only" flag. |
245 |
|
(getNodeReference): Caches the result. |
246 |
|
(selectAttributeNodeForRemove): Don't removes any other |
247 |
|
non-namespace-aware attribute nodes. |
248 |
|
|
249 |
|
2005-10-11 Wakaba <wakaba@suika.fam.cx> |
250 |
|
|
251 |
|
* DOMCore.dis (appendChild, createElementNS, createAttributeNS, |
252 |
|
setAttribute, setAttributeNS): "strictErrorChecking" attribute supported. |
253 |
|
(doStrictErrorChecking): New code. |
254 |
|
|
255 |
|
* DOMMain.dis (XML10Name, XML11Name): "strictErrorChecking" attribute |
256 |
|
supported. |
257 |
|
|
258 |
|
* Makefile: Rule to make "DOMFeature.pm" restored. |
259 |
|
|
260 |
|
2005-10-10 Wakaba <wakaba@suika.fam.cx> |
261 |
|
|
262 |
|
* DOMCore.dis (ADOPT_NODE_TYPE_NOT_SUPPORTED_ERR): New error subcode. |
263 |
|
(adoptNode): Implemented. |
264 |
|
|
265 |
|
2005-10-09 Wakaba <wakaba@suika.fam.cx> |
266 |
|
|
267 |
|
* DOMHTML.dis, DOMWebForms.dis: Typos in element type prefix fixed. |
268 |
|
|
269 |
|
* DOMFeature.dis (DOMCore:implementation): Short name added. |
270 |
|
|
271 |
|
* DOMCore.dis (CLONE_NODE_TYPE_NOT_SUPPORTED_ERR): New error subcode. |
272 |
|
(DOMCore:node): New error parameter. |
273 |
|
(DOMCore:ownerDocument): Changed from "mn:irefnode0" |
274 |
|
to "mn:xrefnode0". For this reason, all assignments |
275 |
|
to this property have been rewritten to references |
276 |
|
to code "mn:setXRefNode". |
277 |
|
(cloneNode): Implemented. |
278 |
|
(setAttributeNode): A missing "importTree" method call added. |
279 |
|
(setAttributeNodeNS): Perl code removed and changed |
280 |
|
to a reference to "setAttributeNode" method code. |
281 |
|
|
282 |
|
* DOMXML.dis (DOMCore:ownerDocument): Changed from "mn:irefnode0" |
283 |
|
property to "mn:xrefnode0" property. |
284 |
|
|
285 |
|
2005-10-08 Wakaba <wakaba@suika.fam.cx> |
286 |
|
|
287 |
|
* DOMCore.dis, DOMLS.dis: Now constant values are defined only |
288 |
|
in interfaces. |
289 |
|
|
290 |
|
2005-10-06 Wakaba <wakaba@suika.fam.cx> |
291 |
|
|
292 |
|
* DOMCore.dis (ManakaiDOMEmptyNodeList): New class. |
293 |
|
(ManakaiDOMCharacterData): Methods reimplemented. |
294 |
|
(splitText): Reimplemented. |
295 |
|
(childNodes): Returns a "ManakaiDOMEmptyNodeList" |
296 |
|
for non-parent node types. |
297 |
|
|
298 |
|
* DOMXML.dis (childNodes): Returns a "ManakaiDOMEmptyNodeList" |
299 |
|
for non-parent node types. |
300 |
|
|
301 |
|
2005-10-05 Wakaba <wakaba@suika.fam.cx> |
302 |
|
|
303 |
|
* ManakaiDOMLS2003.dis: Revised to new format. |
304 |
|
|
305 |
|
* GenericLS.dis (DOMLS:ParseString): New feature. |
306 |
|
|
307 |
|
2005-10-05 Wakaba <wakaba@suika.fam.cx> |
308 |
|
|
309 |
|
* DOMFeature.dis: Description added and revised. (Still more |
310 |
|
work required.) |
311 |
|
|
312 |
|
2005-10-04 Wakaba <wakaba@suika.fam.cx> |
313 |
|
|
314 |
|
* DOMMain.dis (DOMString): The "idl:perl" attribute |
315 |
|
value has been changed from "DISPerl:String" |
316 |
|
to "DISPerl:CharacterString" to clarify its semantics. |
317 |
|
|
318 |
|
2005-10-03 Wakaba <wakaba@suika.fam.cx> |
319 |
|
|
320 |
|
* DOMFeature.dis (MIString): Java, ECMAScript, and Perl bound |
321 |
|
type properties added. |
322 |
|
|
323 |
|
* DOMMain.dis (DataType): Java, ECMAScript, and Perl bound |
324 |
|
type properties added. |
325 |
|
|
326 |
|
2005-10-02 Wakaba <wakaba@suika.fam.cx> |
327 |
|
|
328 |
|
* DOMFeature.dis (Module): "idl:prefix" and "idl:moduleName" |
329 |
|
properties added. |
330 |
|
|
331 |
|
2005-10-01 Wakaba <wakaba@suika.fam.cx> |
332 |
|
|
333 |
|
* DOMFeature.dis: Documentation added (still work in progress). |
334 |
|
(MIString): New type. |
335 |
|
|
336 |
|
* DOMCore.dis (namespaceURI): Fixed to return the namespace |
337 |
|
URI value, not a reference to it. |
338 |
|
|
339 |
|
2005-09-30 Wakaba <wakaba@suika.fam.cx> |
340 |
|
|
341 |
|
* DOMCore.dis, SimpleLS.dis: Shares namespace URIs and local |
342 |
|
names where possible. |
343 |
|
|
344 |
|
* DOMFeature.dis: Documentation for DOM Minimum Implementation |
345 |
|
added (still work in progress). |
346 |
|
|
347 |
|
* Makefile (feature.dae, feature-spec.dae): New rules. |
348 |
|
|
349 |
|
2005-09-27 Wakaba <wakaba@suika.fam.cx> |
350 |
|
|
351 |
|
* DOMCore.dis (DOMCore:nodeProp): New property. |
352 |
|
|
353 |
|
* DOMCore.dis, DOMXML.dis: Codes to set properties "TreeCore:*" |
354 |
|
is removed. |
355 |
|
|
356 |
|
2005-09-26 Wakaba <wakaba@suika.fam.cx> |
357 |
|
|
358 |
|
* DOMCore.dis, DOMXML.dis: New mn:* properties added. |
359 |
|
|
360 |
2005-09-25 Wakaba <wakaba@suika.fam.cx> |
2005-09-25 Wakaba <wakaba@suika.fam.cx> |
361 |
|
|
362 |
* Makefile (DAC_SUFFIX): Changed to ".dae". |
* Makefile (DAC_SUFFIX): Changed to ".dae". |
400 |
* DOMCore.pm (DOMImplementation): Provides "XML" and "XMLVersion" |
* DOMCore.pm (DOMImplementation): Provides "XML" and "XMLVersion" |
401 |
features if it is "for" ManakaiDOM:DOMXMLFeature. |
features if it is "for" ManakaiDOM:DOMXMLFeature. |
402 |
|
|
403 |
* DOMMain.pm (StringExtended): Code portions of raising |
* DOMMain.pm (StringExtend): Code portions of raising |
404 |
StringOutOfBoundsException is temporary disabled since |
StringOutOfBoundsException is temporary disabled since |
405 |
it is not a DOM-style exception supported by |
it is not a DOM-style exception supported by |
406 |
current implementation of ManakaiNode - it will be |
current implementation of ManakaiNode - it will be |