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