1 |
|
2005-09-15 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* DOMFeature.dis: dis:dataType and dis:multipleProperties |
4 |
|
properties added to properties. |
5 |
|
|
6 |
|
2005-09-08 Wakaba <wakaba@suika.fam.cx> |
7 |
|
|
8 |
|
* Makefile: Rules renewaled. |
9 |
|
|
10 |
|
2005-09-07 Wakaba <wakaba@suika.fam.cx> |
11 |
|
|
12 |
|
* DOMCore.dis, DOMXML.dis, DOMLS.dis: Inheritance information fixed. |
13 |
|
|
14 |
|
2005-09-05 Wakaba <wakaba@suika.fam.cx> |
15 |
|
|
16 |
|
* DOMMain.dis (DOMImplementationRegistry, |
17 |
|
DOMImplementationRegistryVar): New. |
18 |
|
|
19 |
|
* DOMFeature.dis (DOMImplementationRegistry, |
20 |
|
DOMImplementationRegistryVar): Removed. |
21 |
|
(ImplementationRegistry): New class. |
22 |
|
|
23 |
|
2005-09-04 Wakaba <wakaba@suika.fam.cx> |
24 |
|
|
25 |
|
* DOMFeature.dis: New module. |
26 |
|
|
27 |
|
* DOMMetaImpl.dis (ManakaiDOM:ManakaiDOMObject): Removed. |
28 |
|
|
29 |
|
* DOMMain.dis (ManakaiDOM:ManakaiDOMObject): New. |
30 |
|
(DOMString, DOMTimeStamp): Now they are not interfaces |
31 |
|
but datatypes. |
32 |
|
(DOMUserData, DOMObject, DOMUserData): Now they |
33 |
|
are subtypes rather than aliases of their "real" type in IDL. |
34 |
|
|
35 |
|
* DOMCore.dis (DOMImplementationList, DOMImplementationSource): |
36 |
|
New interfaces and classes. |
37 |
|
|
38 |
|
2005-09-01 Wakaba <wakaba@suika.fam.cx> |
39 |
|
|
40 |
|
* DOMCore.dis (setTextNodeContent): Sets the infoset:parent |
41 |
|
property of the new Text node. |
42 |
|
|
43 |
|
2005-08-29 Wakaba <wakaba@suika.fam.cx> |
44 |
|
|
45 |
|
* Makefile: Loads "NaturalLanguage.dis". |
46 |
|
|
47 |
|
2005-08-26 Wakaba <wakaba@suika.fam.cx> |
48 |
|
|
49 |
|
* DOMCore.dis (createDocument): Set "ownerDocument" attribute |
50 |
|
to the root element created by the method. (It was forgotten!!) |
51 |
|
|
52 |
|
2005-08-15 Wakaba <wakaba@suika.fam.cx> |
53 |
|
|
54 |
|
* DOMCore.dis (appendChild, insertBefore, replaceChild): Typo |
55 |
|
in the code of removing the newChild from the previous |
56 |
|
parent of that node is fixed. |
57 |
|
|
58 |
|
2005-05-29 Wakaba <wakaba@suika.fam.cx> |
59 |
|
|
60 |
|
* DOMLS.dis (SimpleSerializer): End tag was sometimes missing. Use |
61 |
|
namespace prefix of element type if it is not declared |
62 |
|
but not used else. A shift is replaced by pop:). |
63 |
|
|
64 |
|
* DOMCore.dis (getFeature): The getFeature method |
65 |
|
for Node-derived classes implemented. |
66 |
|
* DOMXML.dis (getFeature): Ditto. |
67 |
|
|
68 |
|
2005-05-21 Wakaba <wakaba@suika.fam.cx> |
69 |
|
|
70 |
|
* DOMCore.dis (getNodeReference): Use HTMLDocument class |
71 |
|
if a document node has no document element node but |
72 |
|
has support for the "HTML" feature. |
73 |
|
|
74 |
|
2005-03-03 Wakaba <wakaba@suika.fam.cx> |
75 |
|
|
76 |
|
* DOMMetaImpl.dis (features input normalizer): Variable name |
77 |
|
typo fixed. |
78 |
|
(ManakaiDOMImplementationSource.getDOMImplementation): Fixed bug |
79 |
|
so that version specification for "+"'ed feature name does work now. |
80 |
|
|
81 |
|
2005-03-02 Wakaba <wakaba@suika.fam.cx> |
82 |
|
|
83 |
|
* DOMBoot.dis (ResourceDef): Definitions for DOMFeature are |
84 |
|
removed (now defined in DOMMetaImpl). |
85 |
|
|
86 |
|
2005-02-21 Wakaba <wakaba@suika.fam.cx> |
87 |
|
|
88 |
|
* DOMMetaImpl.dis (IFClsDef[ManakaiDOMMinimumImplementation]): New. |
89 |
|
|
90 |
|
* Makefile: Rules for DOMMetaImpl module added. |
91 |
|
|
92 |
|
2005-02-20 Wakaba <wakaba@suika.fam.cx> |
93 |
|
|
94 |
|
* DOMMetaImpl.dis: New module (split from DOMCore and DOMMain). |
95 |
|
|
96 |
|
2005-02-18 Wakaba <wakaba@suika.fam.cx> |
97 |
|
|
98 |
|
* DOMCore.dis (getFeature): ManakaiDOM:ManakaiDOMNodeObject.newReference |
99 |
|
is an instance method, not a class method. |
100 |
|
|
101 |
|
* DOMMain.dis (ResourceTypeDef[ManakaiDOM:Const, |
102 |
|
ManakaiDOM:ConstGroup]): Removed (moved to "lib/manakai/DISLang.dis"). |
103 |
|
(Exception-related definitions): Removed (moved to |
104 |
|
"lib/Message/Util/Error/DOMException.dis"). |
105 |
|
(ForDef[ManakaiDOM:ForIF, ManakaiDOM:ForClass]): Removed (moved |
106 |
|
to DISLang). |
107 |
|
|
108 |
|
2005-02-17 Wakaba <wakaba@suika.fam.cx> |
109 |
|
|
110 |
|
* DOMMain.dis: Definitions for "ManakaiDOM:ManakaiDOMNodeObject" and |
111 |
|
"ManakaiDOM:ManakaiDOMNodeReference" are removed (moved to |
112 |
|
"lib/Message/Util/ManakaiNode.dis"). |
113 |
|
(ResourceDef[ManakaiDOM:DataType]): Removed (moved to |
114 |
|
"lib/manakai/DISCore.dis"). |
115 |
|
(ResourceTypeDef[ManakaiDOM:IF, ManakaiDOM:Class, |
116 |
|
ManakaiDOM:PrimitiveTypeClass]): Removed (moved to |
117 |
|
"lib/manakai/DISLang.dis"). |
118 |
|
|
119 |
|
2005-02-16 Wakaba <wakaba@suika.fam.cx> |
120 |
|
|
121 |
|
* DOMMain.dis (ForDef[ManakaiDOM:Perl]): Removed (moved to |
122 |
|
DISPerl module). |
123 |
|
|
124 |
|
2005-01-07 Wakaba <wakaba@suika.fam.cx> |
125 |
|
|
126 |
|
* DOMCore.dis: Each "delete array-item" replaced to a "splice". |
127 |
|
|
128 |
|
2005-01-06 Wakaba <wakaba@suika.fam.cx> |
129 |
|
|
130 |
|
* DOMMain.dis (ensureXMLName): Test as if XML 1.0 if it is not an |
131 |
|
XML document. |
132 |
|
|
133 |
|
2005-01-05 Wakaba <wakaba@suika.fam.cx> |
134 |
|
|
135 |
|
* DOMMain.dis (ManakaiDOMExceptionOrWarning.stringify): New method. |
136 |
|
(IntMethod[isExternallyReferred]): Rewritten. |
137 |
|
(IntMethod[isExternallyReferredDownward]): Removed. |
138 |
|
(Checking XML name legallity): Fix true or false mistakes. |
139 |
|
(destroy, importTree, orphanate): Rewritten. |
140 |
|
(destroyDownward, changeTreeIDDownward): Removed. |
141 |
|
(TreeCore:urefnode property): Removed since not used. |
142 |
|
|
143 |
|
* DOMCore.dis: Tying array for NodeList implemented. |
144 |
|
|
145 |
|
2005-01-02 Wakaba <wakaba@suika.fam.cx> |
146 |
|
|
147 |
|
* DOMHTML.dis (HTMLDOMImplementation): New interface. |
148 |
|
|
149 |
|
* DOMViews.dis: Documentation for properties are added. |
150 |
|
|
151 |
|
2004-12-29 Wakaba <wakaba@suika.fam.cx> |
152 |
|
|
153 |
|
* Makefile: DOMXML, DOMEvents, DOMLS and ManakaiDOMLS2003 added. |
154 |
|
|
155 |
|
* ManakaiDOMCore.dis: Removed (merged with DOMCore.dis). |
156 |
|
|
157 |
|
2004-12-28 Wakaba <wakaba@suika.fam.cx> |
158 |
|
|
159 |
|
* ManakaiDOMXML.dis: Removed (merged with DOMXML.dis). |
160 |
|
|
161 |
|
2004-12-01 Wakaba <wakaba@suika.fam.cx> |
162 |
|
|
163 |
|
* ManakaiDOMMain.dis: Removed (merged with DOMMain.dis). |
164 |
|
|
165 |
|
2004-11-03 Wakaba <wakaba@suika.fam.cx> |
166 |
|
|
167 |
|
* .cvsignore: Ignore pod files. |
168 |
|
|
169 |
|
2004-10-31 Wakaba <wakaba@suika.fam.cx> |
170 |
|
|
171 |
|
* DOMXML.dis (ProcessingInstruction.data): Property name error fixed. |
172 |
|
|
173 |
|
* DOMMain.dis: Don't call DOMString->__INT{length}__ - it should |
174 |
|
be DOMString->length. |
175 |
|
|
176 |
|
* DOMCore.dis (Element.getElementsByTagName, |
177 |
|
Node.getElementsByTagName, Element.getElementsByTagNameNS, |
178 |
|
Node.getElementsByTagNameNS): Implemented. |
179 |
|
(Element.getAttributeNode, Element.getAttributeNodeNS): |
180 |
|
Check whether defined. |
181 |
|
|
182 |
|
2004-10-18 Wakaba <wakaba@suika.fam.cx> |
183 |
|
|
184 |
|
* DOMWebForms.dis: New module. |
185 |
|
|
186 |
|
2004-10-17 Wakaba <wakaba@suika.fam.cx> |
187 |
|
|
188 |
|
* DOMBasicEvents.dis, DOMHTMLEvents.dis, DOMViews.dis, |
189 |
|
DOMHTML.dis: New modules. |
190 |
|
|
191 |
|
2004-10-16 Wakaba <wakaba@suika.fam.cx> |
192 |
|
|
193 |
|
* DOMMouseEvents.dis, DOMTextEvents.dis: New module. |
194 |
|
|
195 |
|
2004-10-11 Wakaba <wakaba@suika.fam.cx> |
196 |
|
|
197 |
|
* ManakaiDOMMain.dis: 'TreeCore:anydata2' property type added. |
198 |
|
(DataType[ManakaiDOMKeyIdentifier, ManakaiDOMKeyIdentifiers]): added. |
199 |
|
|
200 |
2004-10-10 Wakaba <wakaba@suika.fam.cx> |
2004-10-10 Wakaba <wakaba@suika.fam.cx> |
201 |
|
|
202 |
|
* DOMEvents.dis: New module. |
203 |
|
|
204 |
* ManakaiDOMCore.dis (ManakaiDOMAttributes.item): Return |
* ManakaiDOMCore.dis (ManakaiDOMAttributes.item): Return |
205 |
node reference. |
node reference. |
206 |
|
|