1 |
|
2005-10-08 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* DOMCore.dis, DOMLS.dis: Now constant values are defined only |
4 |
|
in interfaces. |
5 |
|
|
6 |
|
2005-10-06 Wakaba <wakaba@suika.fam.cx> |
7 |
|
|
8 |
|
* DOMCore.dis (ManakaiDOMEmptyNodeList): New class. |
9 |
|
(ManakaiDOMCharacterData): Methods reimplemented. |
10 |
|
(splitText): Reimplemented. |
11 |
|
(childNodes): Returns a "ManakaiDOMEmptyNodeList" |
12 |
|
for non-parent node types. |
13 |
|
|
14 |
|
* DOMXML.dis (childNodes): Returns a "ManakaiDOMEmptyNodeList" |
15 |
|
for non-parent node types. |
16 |
|
|
17 |
|
2005-10-05 Wakaba <wakaba@suika.fam.cx> |
18 |
|
|
19 |
|
* ManakaiDOMLS2003.dis: Revised to new format. |
20 |
|
|
21 |
|
* GenericLS.dis (DOMLS:ParseString): New feature. |
22 |
|
|
23 |
|
2005-10-05 Wakaba <wakaba@suika.fam.cx> |
24 |
|
|
25 |
|
* DOMFeature.dis: Description added and revised. (Still more |
26 |
|
work required.) |
27 |
|
|
28 |
|
2005-10-04 Wakaba <wakaba@suika.fam.cx> |
29 |
|
|
30 |
|
* DOMMain.dis (DOMString): The "idl:perl" attribute |
31 |
|
value has been changed from "DISPerl:String" |
32 |
|
to "DISPerl:CharacterString" to clarify its semantics. |
33 |
|
|
34 |
|
2005-10-03 Wakaba <wakaba@suika.fam.cx> |
35 |
|
|
36 |
|
* DOMFeature.dis (MIString): Java, ECMAScript, and Perl bound |
37 |
|
type properties added. |
38 |
|
|
39 |
|
* DOMMain.dis (DataType): Java, ECMAScript, and Perl bound |
40 |
|
type properties added. |
41 |
|
|
42 |
|
2005-10-02 Wakaba <wakaba@suika.fam.cx> |
43 |
|
|
44 |
|
* DOMFeature.dis (Module): "idl:prefix" and "idl:moduleName" |
45 |
|
properties added. |
46 |
|
|
47 |
|
2005-10-01 Wakaba <wakaba@suika.fam.cx> |
48 |
|
|
49 |
|
* DOMFeature.dis: Documentation added (still work in progress). |
50 |
|
(MIString): New type. |
51 |
|
|
52 |
|
* DOMCore.dis (namespaceURI): Fixed to return the namespace |
53 |
|
URI value, not a reference to it. |
54 |
|
|
55 |
|
2005-09-30 Wakaba <wakaba@suika.fam.cx> |
56 |
|
|
57 |
|
* DOMCore.dis, SimpleLS.dis: Shares namespace URIs and local |
58 |
|
names where possible. |
59 |
|
|
60 |
|
* DOMFeature.dis: Documentation for DOM Minimum Implementation |
61 |
|
added (still work in progress). |
62 |
|
|
63 |
|
* Makefile (feature.dae, feature-spec.dae): New rules. |
64 |
|
|
65 |
|
2005-09-27 Wakaba <wakaba@suika.fam.cx> |
66 |
|
|
67 |
|
* DOMCore.dis (DOMCore:nodeProp): New property. |
68 |
|
|
69 |
|
* DOMCore.dis, DOMXML.dis: Codes to set properties "TreeCore:*" |
70 |
|
is removed. |
71 |
|
|
72 |
|
2005-09-26 Wakaba <wakaba@suika.fam.cx> |
73 |
|
|
74 |
|
* DOMCore.dis, DOMXML.dis: New mn:* properties added. |
75 |
|
|
76 |
|
2005-09-25 Wakaba <wakaba@suika.fam.cx> |
77 |
|
|
78 |
|
* Makefile (DAC_SUFFIX): Changed to ".dae". |
79 |
|
(DAEM_SUFFIX): New. |
80 |
|
|
81 |
|
2005-09-24 Wakaba <wakaba@suika.fam.cx> |
82 |
|
|
83 |
|
* DOMMain.dis (MDOM:): Reintroduced for "ManakaiDOM:ManakaiDOM1" |
84 |
|
and "ManakaiDOM:ManakaiDOM2". |
85 |
|
|
86 |
|
* DOMFeature.dis, DOMMain.dis, DOMCore.dis, DOMXML.dis, |
87 |
|
DOMLS.dis, SimpleLS.dis, GenericLS.dis: Use disPerl:H |
88 |
|
instead of disPerl:Q for internal property hash keys. |
89 |
|
|
90 |
|
* DOMFeature.dis, DOMCore.dis, DOMXML.dis: Missing property |
91 |
|
definitions added. |
92 |
|
|
93 |
|
* DOMCore.dis (DOMCore:TextNode, DOMCore:DocumentFragmentNode): |
94 |
|
New resources. |
95 |
|
|
96 |
|
* DOMXML.dis (DOMXML:EntityNode, DOMXML:EntityReferenceNode): New |
97 |
|
resources. |
98 |
|
|
99 |
|
2005-09-23 Wakaba <wakaba@suika.fam.cx> |
100 |
|
|
101 |
|
* GenericLS.dis, SimpleLS.dis: New modules separated |
102 |
|
from DOMLS.dis. |
103 |
|
|
104 |
|
* DOMFeature.dis, DOMMain.dis: "MDOM:" and "for" definitions |
105 |
|
moved from DOMMain to DOMFeature. Now DOMFeature |
106 |
|
has no dependency on DOMMain. |
107 |
|
|
108 |
|
* DOMFeature.dis (DEBUG): New variable. |
109 |
|
|
110 |
|
2005-09-22 Wakaba <wakaba@suika.fam.cx> |
111 |
|
|
112 |
|
* Makefile: DAC_SUFFIX changed to ".dad". |
113 |
|
|
114 |
|
2005-09-21 Wakaba <wakaba@suika.fam.cx> |
115 |
|
|
116 |
|
* DOMCore.pm (DOMImplementation): Provides "XML" and "XMLVersion" |
117 |
|
features if it is "for" ManakaiDOM:DOMXMLFeature. |
118 |
|
|
119 |
|
* DOMMain.pm (StringExtend): Code portions of raising |
120 |
|
StringOutOfBoundsException is temporary disabled since |
121 |
|
it is not a DOM-style exception supported by |
122 |
|
current implementation of ManakaiNode - it will be |
123 |
|
recovered in later revision. |
124 |
|
|
125 |
|
2005-09-20 Wakaba <wakaba@suika.fam.cx> |
126 |
|
|
127 |
|
* DOMFeature.pm: Debug output code copied |
128 |
|
from Attic/DOMMetaImpl.pm (Should these code incorporated |
129 |
|
to source dis file?). |
130 |
|
|
131 |
|
2005-09-19 Wakaba <wakaba@suika.fam.cx> |
132 |
|
|
133 |
|
* DOMMain.dis (ManakaiDOM:DOMMethod, ManakaiDOM:DOMMethodReturn, |
134 |
|
ManakaiDOM:DOMAttribute, ManakaiDOM:DOMAttrGet, |
135 |
|
ManakaiDOM:DOMAttrSet, ManakaiDOM:DOMMethodParam): Removed. |
136 |
|
(ManakaiDOMTimeStamp): Removed. |
137 |
|
|
138 |
|
* DOMBoot.dis, DOMMetaImpl.dis, DOMMetaImpl.pm: Removed (they are no |
139 |
|
longer in use). |
140 |
|
|
141 |
|
2005-09-18 Wakaba <wakaba@suika.fam.cx> |
142 |
|
|
143 |
|
* DOMMain.dis (StringOutOfBoundsException): New exception. |
144 |
|
|
145 |
|
2005-09-15 Wakaba <wakaba@suika.fam.cx> |
146 |
|
|
147 |
|
* DOMFeature.dis: dis:dataType and dis:multipleProperties |
148 |
|
properties added to properties. |
149 |
|
|
150 |
|
2005-09-08 Wakaba <wakaba@suika.fam.cx> |
151 |
|
|
152 |
|
* Makefile: Rules renewaled. |
153 |
|
|
154 |
|
2005-09-07 Wakaba <wakaba@suika.fam.cx> |
155 |
|
|
156 |
|
* DOMCore.dis, DOMXML.dis, DOMLS.dis: Inheritance information fixed. |
157 |
|
|
158 |
|
2005-09-05 Wakaba <wakaba@suika.fam.cx> |
159 |
|
|
160 |
|
* DOMMain.dis (DOMImplementationRegistry, |
161 |
|
DOMImplementationRegistryVar): New. |
162 |
|
|
163 |
|
* DOMFeature.dis (DOMImplementationRegistry, |
164 |
|
DOMImplementationRegistryVar): Removed. |
165 |
|
(ImplementationRegistry): New class. |
166 |
|
|
167 |
|
2005-09-04 Wakaba <wakaba@suika.fam.cx> |
168 |
|
|
169 |
|
* DOMFeature.dis: New module. |
170 |
|
|
171 |
|
* DOMMetaImpl.dis (ManakaiDOM:ManakaiDOMObject): Removed. |
172 |
|
|
173 |
|
* DOMMain.dis (ManakaiDOM:ManakaiDOMObject): New. |
174 |
|
(DOMString, DOMTimeStamp): Now they are not interfaces |
175 |
|
but datatypes. |
176 |
|
(DOMUserData, DOMObject, DOMUserData): Now they |
177 |
|
are subtypes rather than aliases of their "real" type in IDL. |
178 |
|
|
179 |
|
* DOMCore.dis (DOMImplementationList, DOMImplementationSource): |
180 |
|
New interfaces and classes. |
181 |
|
|
182 |
|
2005-09-01 Wakaba <wakaba@suika.fam.cx> |
183 |
|
|
184 |
|
* DOMCore.dis (setTextNodeContent): Sets the infoset:parent |
185 |
|
property of the new Text node. |
186 |
|
|
187 |
|
2005-08-29 Wakaba <wakaba@suika.fam.cx> |
188 |
|
|
189 |
|
* Makefile: Loads "NaturalLanguage.dis". |
190 |
|
|
191 |
|
2005-08-26 Wakaba <wakaba@suika.fam.cx> |
192 |
|
|
193 |
|
* DOMCore.dis (createDocument): Set "ownerDocument" attribute |
194 |
|
to the root element created by the method. (It was forgotten!!) |
195 |
|
|
196 |
|
2005-08-15 Wakaba <wakaba@suika.fam.cx> |
197 |
|
|
198 |
|
* DOMCore.dis (appendChild, insertBefore, replaceChild): Typo |
199 |
|
in the code of removing the newChild from the previous |
200 |
|
parent of that node is fixed. |
201 |
|
|
202 |
|
2005-05-29 Wakaba <wakaba@suika.fam.cx> |
203 |
|
|
204 |
|
* DOMLS.dis (SimpleSerializer): End tag was sometimes missing. Use |
205 |
|
namespace prefix of element type if it is not declared |
206 |
|
but not used else. A shift is replaced by pop:). |
207 |
|
|
208 |
|
* DOMCore.dis (getFeature): The getFeature method |
209 |
|
for Node-derived classes implemented. |
210 |
|
* DOMXML.dis (getFeature): Ditto. |
211 |
|
|
212 |
|
2005-05-21 Wakaba <wakaba@suika.fam.cx> |
213 |
|
|
214 |
|
* DOMCore.dis (getNodeReference): Use HTMLDocument class |
215 |
|
if a document node has no document element node but |
216 |
|
has support for the "HTML" feature. |
217 |
|
|
218 |
|
2005-03-03 Wakaba <wakaba@suika.fam.cx> |
219 |
|
|
220 |
|
* DOMMetaImpl.dis (features input normalizer): Variable name |
221 |
|
typo fixed. |
222 |
|
(ManakaiDOMImplementationSource.getDOMImplementation): Fixed bug |
223 |
|
so that version specification for "+"'ed feature name does work now. |
224 |
|
|
225 |
|
2005-03-02 Wakaba <wakaba@suika.fam.cx> |
226 |
|
|
227 |
|
* DOMBoot.dis (ResourceDef): Definitions for DOMFeature are |
228 |
|
removed (now defined in DOMMetaImpl). |
229 |
|
|
230 |
|
2005-02-21 Wakaba <wakaba@suika.fam.cx> |
231 |
|
|
232 |
|
* DOMMetaImpl.dis (IFClsDef[ManakaiDOMMinimumImplementation]): New. |
233 |
|
|
234 |
|
* Makefile: Rules for DOMMetaImpl module added. |
235 |
|
|
236 |
|
2005-02-20 Wakaba <wakaba@suika.fam.cx> |
237 |
|
|
238 |
|
* DOMMetaImpl.dis: New module (split from DOMCore and DOMMain). |
239 |
|
|
240 |
|
2005-02-18 Wakaba <wakaba@suika.fam.cx> |
241 |
|
|
242 |
|
* DOMCore.dis (getFeature): ManakaiDOM:ManakaiDOMNodeObject.newReference |
243 |
|
is an instance method, not a class method. |
244 |
|
|
245 |
|
* DOMMain.dis (ResourceTypeDef[ManakaiDOM:Const, |
246 |
|
ManakaiDOM:ConstGroup]): Removed (moved to "lib/manakai/DISLang.dis"). |
247 |
|
(Exception-related definitions): Removed (moved to |
248 |
|
"lib/Message/Util/Error/DOMException.dis"). |
249 |
|
(ForDef[ManakaiDOM:ForIF, ManakaiDOM:ForClass]): Removed (moved |
250 |
|
to DISLang). |
251 |
|
|
252 |
|
2005-02-17 Wakaba <wakaba@suika.fam.cx> |
253 |
|
|
254 |
|
* DOMMain.dis: Definitions for "ManakaiDOM:ManakaiDOMNodeObject" and |
255 |
|
"ManakaiDOM:ManakaiDOMNodeReference" are removed (moved to |
256 |
|
"lib/Message/Util/ManakaiNode.dis"). |
257 |
|
(ResourceDef[ManakaiDOM:DataType]): Removed (moved to |
258 |
|
"lib/manakai/DISCore.dis"). |
259 |
|
(ResourceTypeDef[ManakaiDOM:IF, ManakaiDOM:Class, |
260 |
|
ManakaiDOM:PrimitiveTypeClass]): Removed (moved to |
261 |
|
"lib/manakai/DISLang.dis"). |
262 |
|
|
263 |
|
2005-02-16 Wakaba <wakaba@suika.fam.cx> |
264 |
|
|
265 |
|
* DOMMain.dis (ForDef[ManakaiDOM:Perl]): Removed (moved to |
266 |
|
DISPerl module). |
267 |
|
|
268 |
|
2005-01-07 Wakaba <wakaba@suika.fam.cx> |
269 |
|
|
270 |
|
* DOMCore.dis: Each "delete array-item" replaced to a "splice". |
271 |
|
|
272 |
|
2005-01-06 Wakaba <wakaba@suika.fam.cx> |
273 |
|
|
274 |
|
* DOMMain.dis (ensureXMLName): Test as if XML 1.0 if it is not an |
275 |
|
XML document. |
276 |
|
|
277 |
|
2005-01-05 Wakaba <wakaba@suika.fam.cx> |
278 |
|
|
279 |
|
* DOMMain.dis (ManakaiDOMExceptionOrWarning.stringify): New method. |
280 |
|
(IntMethod[isExternallyReferred]): Rewritten. |
281 |
|
(IntMethod[isExternallyReferredDownward]): Removed. |
282 |
|
(Checking XML name legallity): Fix true or false mistakes. |
283 |
|
(destroy, importTree, orphanate): Rewritten. |
284 |
|
(destroyDownward, changeTreeIDDownward): Removed. |
285 |
|
(TreeCore:urefnode property): Removed since not used. |
286 |
|
|
287 |
|
* DOMCore.dis: Tying array for NodeList implemented. |
288 |
|
|
289 |
|
2005-01-02 Wakaba <wakaba@suika.fam.cx> |
290 |
|
|
291 |
|
* DOMHTML.dis (HTMLDOMImplementation): New interface. |
292 |
|
|
293 |
|
* DOMViews.dis: Documentation for properties are added. |
294 |
|
|
295 |
|
2004-12-29 Wakaba <wakaba@suika.fam.cx> |
296 |
|
|
297 |
|
* Makefile: DOMXML, DOMEvents, DOMLS and ManakaiDOMLS2003 added. |
298 |
|
|
299 |
|
* ManakaiDOMCore.dis: Removed (merged with DOMCore.dis). |
300 |
|
|
301 |
|
2004-12-28 Wakaba <wakaba@suika.fam.cx> |
302 |
|
|
303 |
|
* ManakaiDOMXML.dis: Removed (merged with DOMXML.dis). |
304 |
|
|
305 |
|
2004-12-01 Wakaba <wakaba@suika.fam.cx> |
306 |
|
|
307 |
|
* ManakaiDOMMain.dis: Removed (merged with DOMMain.dis). |
308 |
|
|
309 |
|
2004-11-03 Wakaba <wakaba@suika.fam.cx> |
310 |
|
|
311 |
|
* .cvsignore: Ignore pod files. |
312 |
|
|
313 |
|
2004-10-31 Wakaba <wakaba@suika.fam.cx> |
314 |
|
|
315 |
|
* DOMXML.dis (ProcessingInstruction.data): Property name error fixed. |
316 |
|
|
317 |
|
* DOMMain.dis: Don't call DOMString->__INT{length}__ - it should |
318 |
|
be DOMString->length. |
319 |
|
|
320 |
|
* DOMCore.dis (Element.getElementsByTagName, |
321 |
|
Node.getElementsByTagName, Element.getElementsByTagNameNS, |
322 |
|
Node.getElementsByTagNameNS): Implemented. |
323 |
|
(Element.getAttributeNode, Element.getAttributeNodeNS): |
324 |
|
Check whether defined. |
325 |
|
|
326 |
|
2004-10-18 Wakaba <wakaba@suika.fam.cx> |
327 |
|
|
328 |
|
* DOMWebForms.dis: New module. |
329 |
|
|
330 |
|
2004-10-17 Wakaba <wakaba@suika.fam.cx> |
331 |
|
|
332 |
|
* DOMBasicEvents.dis, DOMHTMLEvents.dis, DOMViews.dis, |
333 |
|
DOMHTML.dis: New modules. |
334 |
|
|
335 |
|
2004-10-16 Wakaba <wakaba@suika.fam.cx> |
336 |
|
|
337 |
|
* DOMMouseEvents.dis, DOMTextEvents.dis: New module. |
338 |
|
|
339 |
|
2004-10-11 Wakaba <wakaba@suika.fam.cx> |
340 |
|
|
341 |
|
* ManakaiDOMMain.dis: 'TreeCore:anydata2' property type added. |
342 |
|
(DataType[ManakaiDOMKeyIdentifier, ManakaiDOMKeyIdentifiers]): added. |
343 |
|
|
344 |
|
2004-10-10 Wakaba <wakaba@suika.fam.cx> |
345 |
|
|
346 |
|
* DOMEvents.dis: New module. |
347 |
|
|
348 |
|
* ManakaiDOMCore.dis (ManakaiDOMAttributes.item): Return |
349 |
|
node reference. |
350 |
|
|
351 |
|
* ManakaiDOMLS2003.dis (error_handler): '$caller' changed |
352 |
|
to '$self' for correct error reporting and not to leak memory. |
353 |
|
|
354 |
|
* Makefile (DIS2PM_PL): Path to dis2pm.pl changed. |
355 |
|
* dis2pm.pl, idl2dis.pl: Removed (moved to ../../bin/). |
356 |
|
|
357 |
2004-10-09 Wakaba <wakaba@suika.fam.cx> |
2004-10-09 Wakaba <wakaba@suika.fam.cx> |
358 |
|
|
359 |
|
* DOMCore.dis (ConfigParam): Moved from ManakaiDOMCore. |
360 |
|
* ManakaiDOMCore.dis (ConfigParam): Removed. |
361 |
|
|
362 |
|
* dis2pm.pl: Functions to create perl/pod structures |
363 |
|
are moved to ../../bin/genlib.pl. |
364 |
|
(disdoc2pod, disdoc2text): Allow LESS-THAN SIGN as the first |
365 |
|
character of a paragraph. |
366 |
|
|
367 |
* ManakaiDOMLS2003.dis (ManakaiXMLParser2003/parse:#comment): |
* ManakaiDOMLS2003.dis (ManakaiXMLParser2003/parse:#comment): |
368 |
Set ownerDocument as parent if parent.ownerDocument is null. |
Set ownerDocument as parent if parent.ownerDocument is null. |
369 |
|
|