1 |
|
2005-09-08 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* Makefile: Rules renewaled. |
4 |
|
|
5 |
|
2005-09-07 Wakaba <wakaba@suika.fam.cx> |
6 |
|
|
7 |
|
* DOMCore.dis, DOMXML.dis, DOMLS.dis: Inheritance information fixed. |
8 |
|
|
9 |
|
2005-09-05 Wakaba <wakaba@suika.fam.cx> |
10 |
|
|
11 |
|
* DOMMain.dis (DOMImplementationRegistry, |
12 |
|
DOMImplementationRegistryVar): New. |
13 |
|
|
14 |
|
* DOMFeature.dis (DOMImplementationRegistry, |
15 |
|
DOMImplementationRegistryVar): Removed. |
16 |
|
(ImplementationRegistry): New class. |
17 |
|
|
18 |
|
2005-09-04 Wakaba <wakaba@suika.fam.cx> |
19 |
|
|
20 |
|
* DOMFeature.dis: New module. |
21 |
|
|
22 |
|
* DOMMetaImpl.dis (ManakaiDOM:ManakaiDOMObject): Removed. |
23 |
|
|
24 |
|
* DOMMain.dis (ManakaiDOM:ManakaiDOMObject): New. |
25 |
|
(DOMString, DOMTimeStamp): Now they are not interfaces |
26 |
|
but datatypes. |
27 |
|
(DOMUserData, DOMObject, DOMUserData): Now they |
28 |
|
are subtypes rather than aliases of their "real" type in IDL. |
29 |
|
|
30 |
|
* DOMCore.dis (DOMImplementationList, DOMImplementationSource): |
31 |
|
New interfaces and classes. |
32 |
|
|
33 |
|
2005-09-01 Wakaba <wakaba@suika.fam.cx> |
34 |
|
|
35 |
|
* DOMCore.dis (setTextNodeContent): Sets the infoset:parent |
36 |
|
property of the new Text node. |
37 |
|
|
38 |
|
2005-08-29 Wakaba <wakaba@suika.fam.cx> |
39 |
|
|
40 |
|
* Makefile: Loads "NaturalLanguage.dis". |
41 |
|
|
42 |
|
2005-08-26 Wakaba <wakaba@suika.fam.cx> |
43 |
|
|
44 |
|
* DOMCore.dis (createDocument): Set "ownerDocument" attribute |
45 |
|
to the root element created by the method. (It was forgotten!!) |
46 |
|
|
47 |
|
2005-08-15 Wakaba <wakaba@suika.fam.cx> |
48 |
|
|
49 |
|
* DOMCore.dis (appendChild, insertBefore, replaceChild): Typo |
50 |
|
in the code of removing the newChild from the previous |
51 |
|
parent of that node is fixed. |
52 |
|
|
53 |
|
2005-05-29 Wakaba <wakaba@suika.fam.cx> |
54 |
|
|
55 |
|
* DOMLS.dis (SimpleSerializer): End tag was sometimes missing. Use |
56 |
|
namespace prefix of element type if it is not declared |
57 |
|
but not used else. A shift is replaced by pop:). |
58 |
|
|
59 |
|
* DOMCore.dis (getFeature): The getFeature method |
60 |
|
for Node-derived classes implemented. |
61 |
|
* DOMXML.dis (getFeature): Ditto. |
62 |
|
|
63 |
|
2005-05-21 Wakaba <wakaba@suika.fam.cx> |
64 |
|
|
65 |
|
* DOMCore.dis (getNodeReference): Use HTMLDocument class |
66 |
|
if a document node has no document element node but |
67 |
|
has support for the "HTML" feature. |
68 |
|
|
69 |
|
2005-03-03 Wakaba <wakaba@suika.fam.cx> |
70 |
|
|
71 |
|
* DOMMetaImpl.dis (features input normalizer): Variable name |
72 |
|
typo fixed. |
73 |
|
(ManakaiDOMImplementationSource.getDOMImplementation): Fixed bug |
74 |
|
so that version specification for "+"'ed feature name does work now. |
75 |
|
|
76 |
|
2005-03-02 Wakaba <wakaba@suika.fam.cx> |
77 |
|
|
78 |
|
* DOMBoot.dis (ResourceDef): Definitions for DOMFeature are |
79 |
|
removed (now defined in DOMMetaImpl). |
80 |
|
|
81 |
|
2005-02-21 Wakaba <wakaba@suika.fam.cx> |
82 |
|
|
83 |
|
* DOMMetaImpl.dis (IFClsDef[ManakaiDOMMinimumImplementation]): New. |
84 |
|
|
85 |
|
* Makefile: Rules for DOMMetaImpl module added. |
86 |
|
|
87 |
|
2005-02-20 Wakaba <wakaba@suika.fam.cx> |
88 |
|
|
89 |
|
* DOMMetaImpl.dis: New module (split from DOMCore and DOMMain). |
90 |
|
|
91 |
|
2005-02-18 Wakaba <wakaba@suika.fam.cx> |
92 |
|
|
93 |
|
* DOMCore.dis (getFeature): ManakaiDOM:ManakaiDOMNodeObject.newReference |
94 |
|
is an instance method, not a class method. |
95 |
|
|
96 |
|
* DOMMain.dis (ResourceTypeDef[ManakaiDOM:Const, |
97 |
|
ManakaiDOM:ConstGroup]): Removed (moved to "lib/manakai/DISLang.dis"). |
98 |
|
(Exception-related definitions): Removed (moved to |
99 |
|
"lib/Message/Util/Error/DOMException.dis"). |
100 |
|
(ForDef[ManakaiDOM:ForIF, ManakaiDOM:ForClass]): Removed (moved |
101 |
|
to DISLang). |
102 |
|
|
103 |
|
2005-02-17 Wakaba <wakaba@suika.fam.cx> |
104 |
|
|
105 |
|
* DOMMain.dis: Definitions for "ManakaiDOM:ManakaiDOMNodeObject" and |
106 |
|
"ManakaiDOM:ManakaiDOMNodeReference" are removed (moved to |
107 |
|
"lib/Message/Util/ManakaiNode.dis"). |
108 |
|
(ResourceDef[ManakaiDOM:DataType]): Removed (moved to |
109 |
|
"lib/manakai/DISCore.dis"). |
110 |
|
(ResourceTypeDef[ManakaiDOM:IF, ManakaiDOM:Class, |
111 |
|
ManakaiDOM:PrimitiveTypeClass]): Removed (moved to |
112 |
|
"lib/manakai/DISLang.dis"). |
113 |
|
|
114 |
|
2005-02-16 Wakaba <wakaba@suika.fam.cx> |
115 |
|
|
116 |
|
* DOMMain.dis (ForDef[ManakaiDOM:Perl]): Removed (moved to |
117 |
|
DISPerl module). |
118 |
|
|
119 |
|
2005-01-07 Wakaba <wakaba@suika.fam.cx> |
120 |
|
|
121 |
|
* DOMCore.dis: Each "delete array-item" replaced to a "splice". |
122 |
|
|
123 |
2005-01-06 Wakaba <wakaba@suika.fam.cx> |
2005-01-06 Wakaba <wakaba@suika.fam.cx> |
124 |
|
|
125 |
* DOMMain.dis (ensureXMLName): Test as if XML 1.0 if it is not an |
* DOMMain.dis (ensureXMLName): Test as if XML 1.0 if it is not an |