1 |
|
2005-08-29 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* Makefile: Loads "NaturalLanguage.dis". |
4 |
|
|
5 |
|
2005-08-26 Wakaba <wakaba@suika.fam.cx> |
6 |
|
|
7 |
|
* DOMCore.dis (createDocument): Set "ownerDocument" attribute |
8 |
|
to the root element created by the method. (It was forgotten!!) |
9 |
|
|
10 |
|
2005-08-15 Wakaba <wakaba@suika.fam.cx> |
11 |
|
|
12 |
|
* DOMCore.dis (appendChild, insertBefore, replaceChild): Typo |
13 |
|
in the code of removing the newChild from the previous |
14 |
|
parent of that node is fixed. |
15 |
|
|
16 |
|
2005-05-29 Wakaba <wakaba@suika.fam.cx> |
17 |
|
|
18 |
|
* DOMLS.dis (SimpleSerializer): End tag was sometimes missing. Use |
19 |
|
namespace prefix of element type if it is not declared |
20 |
|
but not used else. A shift is replaced by pop:). |
21 |
|
|
22 |
|
* DOMCore.dis (getFeature): The getFeature method |
23 |
|
for Node-derived classes implemented. |
24 |
|
* DOMXML.dis (getFeature): Ditto. |
25 |
|
|
26 |
|
2005-05-21 Wakaba <wakaba@suika.fam.cx> |
27 |
|
|
28 |
|
* DOMCore.dis (getNodeReference): Use HTMLDocument class |
29 |
|
if a document node has no document element node but |
30 |
|
has support for the "HTML" feature. |
31 |
|
|
32 |
|
2005-03-03 Wakaba <wakaba@suika.fam.cx> |
33 |
|
|
34 |
|
* DOMMetaImpl.dis (features input normalizer): Variable name |
35 |
|
typo fixed. |
36 |
|
(ManakaiDOMImplementationSource.getDOMImplementation): Fixed bug |
37 |
|
so that version specification for "+"'ed feature name does work now. |
38 |
|
|
39 |
|
2005-03-02 Wakaba <wakaba@suika.fam.cx> |
40 |
|
|
41 |
|
* DOMBoot.dis (ResourceDef): Definitions for DOMFeature are |
42 |
|
removed (now defined in DOMMetaImpl). |
43 |
|
|
44 |
|
2005-02-21 Wakaba <wakaba@suika.fam.cx> |
45 |
|
|
46 |
|
* DOMMetaImpl.dis (IFClsDef[ManakaiDOMMinimumImplementation]): New. |
47 |
|
|
48 |
|
* Makefile: Rules for DOMMetaImpl module added. |
49 |
|
|
50 |
|
2005-02-20 Wakaba <wakaba@suika.fam.cx> |
51 |
|
|
52 |
|
* DOMMetaImpl.dis: New module (split from DOMCore and DOMMain). |
53 |
|
|
54 |
2005-02-18 Wakaba <wakaba@suika.fam.cx> |
2005-02-18 Wakaba <wakaba@suika.fam.cx> |
55 |
|
|
56 |
* DOMCore.dis (getFeature): ManakaiDOM:ManakaiDOMNodeObject.newReference |
* DOMCore.dis (getFeature): ManakaiDOM:ManakaiDOMNodeObject.newReference |