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