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