1 |
wakaba |
1.90 |
2005-11-23 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
|
3 |
|
|
* DOMCore.dis: Error codes added. |
4 |
|
|
|
5 |
|
|
* Tree.dis (destroyNodeStem): New method implementation. |
6 |
|
|
|
7 |
|
|
2005-11-22 Wakaba <wakaba@suika.fam.cx> |
8 |
|
|
|
9 |
|
|
* Tree.dis (cloneNode): User data handlers implemented. |
10 |
|
|
(adoptNode): User data handlers implemented. |
11 |
|
|
|
12 |
|
|
2005-11-21 Wakaba <wakaba@suika.fam.cx> |
13 |
|
|
|
14 |
|
|
* DOMCore.dis (UserDataHandler): A constraint for Perl binding |
15 |
|
|
added. |
16 |
|
|
|
17 |
|
|
* Tree.dis (cloneNode): Invoking of |UserDataHandler|s are implemented. |
18 |
|
|
(getUserData, setUserData): Implemented. |
19 |
|
|
|
20 |
wakaba |
1.88 |
2005-11-20 Wakaba <wakaba@suika.fam.cx> |
21 |
|
|
|
22 |
wakaba |
1.89 |
* DOMCore.dis (UserDataHandler): Implemented. |
23 |
|
|
(DOMErrorHandler): Blessed package name bug fixed. |
24 |
|
|
|
25 |
|
|
* ManakaiDOMLS2003.dis: Reference to |Node| subclasses |
26 |
|
|
changed to |Tree.dis|. |
27 |
|
|
|
28 |
|
|
2005-11-20 Wakaba <wakaba@suika.fam.cx> |
29 |
|
|
|
30 |
wakaba |
1.88 |
* DOMMain.dis: Unused declarations and definitions removed. |
31 |
|
|
|
32 |
|
|
* DOMCore.dis: DOM document tree related interfaces removed. |
33 |
|
|
|
34 |
|
|
* Tree.dis: New module separated from |DOMCore.dis|. |
35 |
|
|
|
36 |
|
|
* DOMXML.dis: Some referent changed to |Tree.dis|. |
37 |
|
|
|
38 |
|
|
* Makefile: |Tree.dis| added. |
39 |
|
|
|
40 |
wakaba |
1.86 |
2005-11-16 Wakaba <wakaba@suika.fam.cx> |
41 |
|
|
|
42 |
wakaba |
1.87 |
* .cvsignore: Revised. |
43 |
|
|
|
44 |
|
|
2005-11-16 Wakaba <wakaba@suika.fam.cx> |
45 |
|
|
|
46 |
wakaba |
1.86 |
* ManakaiDOMLS2003.dis: Tests added. |
47 |
|
|
(domConfig): Method name in the code fixed to |flag|. |
48 |
|
|
|
49 |
|
|
* DOMMain.dis (findOffset32): Missing |^| in regular expressions |
50 |
|
|
added. |
51 |
|
|
|
52 |
|
|
* DOMCore.dis (hasChildNodes): Returns |false| if the node type |
53 |
|
|
is defined not to have any children. |
54 |
|
|
(CharacterData): Typos in element type names and function names fixed. |
55 |
|
|
|
56 |
wakaba |
1.84 |
2005-11-15 Wakaba <wakaba@suika.fam.cx> |
57 |
|
|
|
58 |
wakaba |
1.85 |
* DOMFeature.dis (MinimumImplementation.eq): Added. |
59 |
|
|
|
60 |
|
|
* DOMMain.dis: |DISPerl:ISA| reference fixed. |
61 |
|
|
|
62 |
|
|
* Generic.dis: Implements new |DOMLS:Generic| feature. |
63 |
|
|
|
64 |
|
|
2005-11-15 Wakaba <wakaba@suika.fam.cx> |
65 |
|
|
|
66 |
wakaba |
1.84 |
* DOMFeature.dis (stringifyFeatures): Don't double |SPACE| |
67 |
|
|
characters between feature names and versions. |
68 |
|
|
|
69 |
|
|
2005-11-13 Wakaba <wakaba@suika.fam.cx> |
70 |
|
|
|
71 |
|
|
* DOMFeature.dis (stringifyFeatures): A test code added. |
72 |
|
|
|
73 |
wakaba |
1.83 |
2005-10-26 Wakaba <wakaba@suika.fam.cx> |
74 |
|
|
|
75 |
|
|
* SimpleLS.dis (writeToString): Don't stop serializing |
76 |
|
|
when an |false| value appears in |@src|. |
77 |
|
|
|
78 |
wakaba |
1.81 |
2005-10-16 Wakaba <wakaba@suika.fam.cx> |
79 |
|
|
|
80 |
wakaba |
1.82 |
* DOMCore.dis (DOMError, DOMErrorHandler): Reimplemented. |
81 |
|
|
(ErrDef): Redefined. |
82 |
|
|
|
83 |
|
|
* DOMLS.dis (ErrDef): Redefined. |
84 |
|
|
|
85 |
|
|
2005-10-16 Wakaba <wakaba@suika.fam.cx> |
86 |
|
|
|
87 |
wakaba |
1.81 |
* DOMCore.dis (DOMConfiguration): Extends "ManakaiDOM:ManakaiDOMObject". |
88 |
|
|
|
89 |
wakaba |
1.80 |
2005-10-15 Wakaba <wakaba@suika.fam.cx> |
90 |
|
|
|
91 |
|
|
* DOMCore.dis (Require): References "DOMLS.dis" module. |
92 |
|
|
(CParam): Definitions for LS module added. |
93 |
|
|
|
94 |
|
|
* DOMLS.dis (ManakaiDOMLSInput): The input processor |
95 |
|
|
is also an output processor now. |
96 |
|
|
(ManakaiDOMLSResourceResolver): Implemented. |
97 |
|
|
(CParam): Definitions updated. |
98 |
|
|
|
99 |
|
|
2005-10-14 Wakaba <wakaba@suika.fam.cx> |
100 |
|
|
|
101 |
|
|
* DOMCore.dis (NOT_RECOGNIZED_CONFIG_PARAM_ERR, |
102 |
|
|
NOT_SUPPORTED_CONFIG_VALUE_ERR, |
103 |
|
|
INCOMPATIBLE_CONFIG_VALUE_ERR): New error subcodes. |
104 |
|
|
(DOMConfiguration): Implemented. |
105 |
|
|
(CParam): Definitions updated. |
106 |
|
|
|
107 |
|
|
* DOMMain.dis (DOMURIs): New data type. |
108 |
|
|
|
109 |
wakaba |
1.79 |
2005-10-13 Wakaba <wakaba@suika.fam.cx> |
110 |
|
|
|
111 |
|
|
* DOMCore.dis (setAttrValueNS): New code. |
112 |
|
|
|
113 |
wakaba |
1.78 |
2005-10-12 Wakaba <wakaba@suika.fam.cx> |
114 |
|
|
|
115 |
|
|
* DOMCore.dis: Don't set "infoset:prefix" internal |
116 |
|
|
property unless it has non-null value. |
117 |
|
|
(newObject): "refNode" parameter introduced. |
118 |
|
|
(ManakaiDOMNode.newObject): Calls "NodeStem.newNode" |
119 |
|
|
method if "refNode" parameter is specified. |
120 |
|
|
(cloneNode): Don't set "read-only" flag. |
121 |
|
|
(getNodeReference): Caches the result. |
122 |
|
|
(selectAttributeNodeForRemove): Don't removes any other |
123 |
|
|
non-namespace-aware attribute nodes. |
124 |
|
|
|
125 |
wakaba |
1.77 |
2005-10-11 Wakaba <wakaba@suika.fam.cx> |
126 |
|
|
|
127 |
|
|
* DOMCore.dis (appendChild, createElementNS, createAttributeNS, |
128 |
|
|
setAttribute, setAttributeNS): "strictErrorChecking" attribute supported. |
129 |
|
|
(doStrictErrorChecking): New code. |
130 |
|
|
|
131 |
|
|
* DOMMain.dis (XML10Name, XML11Name): "strictErrorChecking" attribute |
132 |
|
|
supported. |
133 |
|
|
|
134 |
|
|
* Makefile: Rule to make "DOMFeature.pm" restored. |
135 |
|
|
|
136 |
|
|
2005-10-10 Wakaba <wakaba@suika.fam.cx> |
137 |
|
|
|
138 |
|
|
* DOMCore.dis (ADOPT_NODE_TYPE_NOT_SUPPORTED_ERR): New error subcode. |
139 |
|
|
(adoptNode): Implemented. |
140 |
|
|
|
141 |
wakaba |
1.76 |
2005-10-09 Wakaba <wakaba@suika.fam.cx> |
142 |
|
|
|
143 |
|
|
* DOMHTML.dis, DOMWebForms.dis: Typos in element type prefix fixed. |
144 |
|
|
|
145 |
|
|
* DOMFeature.dis (DOMCore:implementation): Short name added. |
146 |
|
|
|
147 |
|
|
* DOMCore.dis (CLONE_NODE_TYPE_NOT_SUPPORTED_ERR): New error subcode. |
148 |
|
|
(DOMCore:node): New error parameter. |
149 |
|
|
(DOMCore:ownerDocument): Changed from "mn:irefnode0" |
150 |
|
|
to "mn:xrefnode0". For this reason, all assignments |
151 |
|
|
to this property have been rewritten to references |
152 |
|
|
to code "mn:setXRefNode". |
153 |
|
|
(cloneNode): Implemented. |
154 |
|
|
(setAttributeNode): A missing "importTree" method call added. |
155 |
|
|
(setAttributeNodeNS): Perl code removed and changed |
156 |
|
|
to a reference to "setAttributeNode" method code. |
157 |
|
|
|
158 |
|
|
* DOMXML.dis (DOMCore:ownerDocument): Changed from "mn:irefnode0" |
159 |
|
|
property to "mn:xrefnode0" property. |
160 |
|
|
|
161 |
wakaba |
1.75 |
2005-10-08 Wakaba <wakaba@suika.fam.cx> |
162 |
|
|
|
163 |
|
|
* DOMCore.dis, DOMLS.dis: Now constant values are defined only |
164 |
|
|
in interfaces. |
165 |
|
|
|
166 |
wakaba |
1.74 |
2005-10-06 Wakaba <wakaba@suika.fam.cx> |
167 |
|
|
|
168 |
|
|
* DOMCore.dis (ManakaiDOMEmptyNodeList): New class. |
169 |
|
|
(ManakaiDOMCharacterData): Methods reimplemented. |
170 |
|
|
(splitText): Reimplemented. |
171 |
|
|
(childNodes): Returns a "ManakaiDOMEmptyNodeList" |
172 |
|
|
for non-parent node types. |
173 |
|
|
|
174 |
|
|
* DOMXML.dis (childNodes): Returns a "ManakaiDOMEmptyNodeList" |
175 |
|
|
for non-parent node types. |
176 |
|
|
|
177 |
|
|
2005-10-05 Wakaba <wakaba@suika.fam.cx> |
178 |
|
|
|
179 |
|
|
* ManakaiDOMLS2003.dis: Revised to new format. |
180 |
|
|
|
181 |
|
|
* GenericLS.dis (DOMLS:ParseString): New feature. |
182 |
|
|
|
183 |
wakaba |
1.73 |
2005-10-05 Wakaba <wakaba@suika.fam.cx> |
184 |
|
|
|
185 |
|
|
* DOMFeature.dis: Description added and revised. (Still more |
186 |
|
|
work required.) |
187 |
|
|
|
188 |
|
|
2005-10-04 Wakaba <wakaba@suika.fam.cx> |
189 |
|
|
|
190 |
|
|
* DOMMain.dis (DOMString): The "idl:perl" attribute |
191 |
|
|
value has been changed from "DISPerl:String" |
192 |
|
|
to "DISPerl:CharacterString" to clarify its semantics. |
193 |
|
|
|
194 |
wakaba |
1.72 |
2005-10-03 Wakaba <wakaba@suika.fam.cx> |
195 |
|
|
|
196 |
|
|
* DOMFeature.dis (MIString): Java, ECMAScript, and Perl bound |
197 |
|
|
type properties added. |
198 |
|
|
|
199 |
|
|
* DOMMain.dis (DataType): Java, ECMAScript, and Perl bound |
200 |
|
|
type properties added. |
201 |
|
|
|
202 |
wakaba |
1.71 |
2005-10-02 Wakaba <wakaba@suika.fam.cx> |
203 |
|
|
|
204 |
|
|
* DOMFeature.dis (Module): "idl:prefix" and "idl:moduleName" |
205 |
|
|
properties added. |
206 |
|
|
|
207 |
wakaba |
1.70 |
2005-10-01 Wakaba <wakaba@suika.fam.cx> |
208 |
|
|
|
209 |
|
|
* DOMFeature.dis: Documentation added (still work in progress). |
210 |
|
|
(MIString): New type. |
211 |
|
|
|
212 |
|
|
* DOMCore.dis (namespaceURI): Fixed to return the namespace |
213 |
|
|
URI value, not a reference to it. |
214 |
|
|
|
215 |
wakaba |
1.69 |
2005-09-30 Wakaba <wakaba@suika.fam.cx> |
216 |
|
|
|
217 |
|
|
* DOMCore.dis, SimpleLS.dis: Shares namespace URIs and local |
218 |
|
|
names where possible. |
219 |
|
|
|
220 |
|
|
* DOMFeature.dis: Documentation for DOM Minimum Implementation |
221 |
|
|
added (still work in progress). |
222 |
|
|
|
223 |
|
|
* Makefile (feature.dae, feature-spec.dae): New rules. |
224 |
|
|
|
225 |
wakaba |
1.67 |
2005-09-27 Wakaba <wakaba@suika.fam.cx> |
226 |
|
|
|
227 |
|
|
* DOMCore.dis (DOMCore:nodeProp): New property. |
228 |
|
|
|
229 |
wakaba |
1.68 |
* DOMCore.dis, DOMXML.dis: Codes to set properties "TreeCore:*" |
230 |
|
|
is removed. |
231 |
|
|
|
232 |
wakaba |
1.66 |
2005-09-26 Wakaba <wakaba@suika.fam.cx> |
233 |
|
|
|
234 |
|
|
* DOMCore.dis, DOMXML.dis: New mn:* properties added. |
235 |
|
|
|
236 |
wakaba |
1.65 |
2005-09-25 Wakaba <wakaba@suika.fam.cx> |
237 |
|
|
|
238 |
|
|
* Makefile (DAC_SUFFIX): Changed to ".dae". |
239 |
|
|
(DAEM_SUFFIX): New. |
240 |
|
|
|
241 |
wakaba |
1.64 |
2005-09-24 Wakaba <wakaba@suika.fam.cx> |
242 |
|
|
|
243 |
|
|
* DOMMain.dis (MDOM:): Reintroduced for "ManakaiDOM:ManakaiDOM1" |
244 |
|
|
and "ManakaiDOM:ManakaiDOM2". |
245 |
|
|
|
246 |
|
|
* DOMFeature.dis, DOMMain.dis, DOMCore.dis, DOMXML.dis, |
247 |
|
|
DOMLS.dis, SimpleLS.dis, GenericLS.dis: Use disPerl:H |
248 |
|
|
instead of disPerl:Q for internal property hash keys. |
249 |
|
|
|
250 |
|
|
* DOMFeature.dis, DOMCore.dis, DOMXML.dis: Missing property |
251 |
|
|
definitions added. |
252 |
|
|
|
253 |
|
|
* DOMCore.dis (DOMCore:TextNode, DOMCore:DocumentFragmentNode): |
254 |
|
|
New resources. |
255 |
|
|
|
256 |
|
|
* DOMXML.dis (DOMXML:EntityNode, DOMXML:EntityReferenceNode): New |
257 |
|
|
resources. |
258 |
|
|
|
259 |
wakaba |
1.63 |
2005-09-23 Wakaba <wakaba@suika.fam.cx> |
260 |
|
|
|
261 |
|
|
* GenericLS.dis, SimpleLS.dis: New modules separated |
262 |
|
|
from DOMLS.dis. |
263 |
|
|
|
264 |
|
|
* DOMFeature.dis, DOMMain.dis: "MDOM:" and "for" definitions |
265 |
|
|
moved from DOMMain to DOMFeature. Now DOMFeature |
266 |
|
|
has no dependency on DOMMain. |
267 |
|
|
|
268 |
|
|
* DOMFeature.dis (DEBUG): New variable. |
269 |
|
|
|
270 |
wakaba |
1.62 |
2005-09-22 Wakaba <wakaba@suika.fam.cx> |
271 |
|
|
|
272 |
|
|
* Makefile: DAC_SUFFIX changed to ".dad". |
273 |
|
|
|
274 |
wakaba |
1.61 |
2005-09-21 Wakaba <wakaba@suika.fam.cx> |
275 |
|
|
|
276 |
|
|
* DOMCore.pm (DOMImplementation): Provides "XML" and "XMLVersion" |
277 |
|
|
features if it is "for" ManakaiDOM:DOMXMLFeature. |
278 |
|
|
|
279 |
wakaba |
1.74 |
* DOMMain.pm (StringExtend): Code portions of raising |
280 |
wakaba |
1.61 |
StringOutOfBoundsException is temporary disabled since |
281 |
|
|
it is not a DOM-style exception supported by |
282 |
|
|
current implementation of ManakaiNode - it will be |
283 |
|
|
recovered in later revision. |
284 |
|
|
|
285 |
wakaba |
1.60 |
2005-09-20 Wakaba <wakaba@suika.fam.cx> |
286 |
|
|
|
287 |
|
|
* DOMFeature.pm: Debug output code copied |
288 |
|
|
from Attic/DOMMetaImpl.pm (Should these code incorporated |
289 |
|
|
to source dis file?). |
290 |
|
|
|
291 |
wakaba |
1.59 |
2005-09-19 Wakaba <wakaba@suika.fam.cx> |
292 |
|
|
|
293 |
|
|
* DOMMain.dis (ManakaiDOM:DOMMethod, ManakaiDOM:DOMMethodReturn, |
294 |
|
|
ManakaiDOM:DOMAttribute, ManakaiDOM:DOMAttrGet, |
295 |
|
|
ManakaiDOM:DOMAttrSet, ManakaiDOM:DOMMethodParam): Removed. |
296 |
|
|
(ManakaiDOMTimeStamp): Removed. |
297 |
|
|
|
298 |
|
|
* DOMBoot.dis, DOMMetaImpl.dis, DOMMetaImpl.pm: Removed (they are no |
299 |
|
|
longer in use). |
300 |
|
|
|
301 |
|
|
2005-09-18 Wakaba <wakaba@suika.fam.cx> |
302 |
|
|
|
303 |
|
|
* DOMMain.dis (StringOutOfBoundsException): New exception. |
304 |
|
|
|
305 |
wakaba |
1.58 |
2005-09-15 Wakaba <wakaba@suika.fam.cx> |
306 |
|
|
|
307 |
|
|
* DOMFeature.dis: dis:dataType and dis:multipleProperties |
308 |
|
|
properties added to properties. |
309 |
|
|
|
310 |
wakaba |
1.57 |
2005-09-08 Wakaba <wakaba@suika.fam.cx> |
311 |
|
|
|
312 |
|
|
* Makefile: Rules renewaled. |
313 |
|
|
|
314 |
|
|
2005-09-07 Wakaba <wakaba@suika.fam.cx> |
315 |
|
|
|
316 |
|
|
* DOMCore.dis, DOMXML.dis, DOMLS.dis: Inheritance information fixed. |
317 |
|
|
|
318 |
|
|
2005-09-05 Wakaba <wakaba@suika.fam.cx> |
319 |
|
|
|
320 |
|
|
* DOMMain.dis (DOMImplementationRegistry, |
321 |
|
|
DOMImplementationRegistryVar): New. |
322 |
|
|
|
323 |
|
|
* DOMFeature.dis (DOMImplementationRegistry, |
324 |
|
|
DOMImplementationRegistryVar): Removed. |
325 |
|
|
(ImplementationRegistry): New class. |
326 |
|
|
|
327 |
wakaba |
1.56 |
2005-09-04 Wakaba <wakaba@suika.fam.cx> |
328 |
|
|
|
329 |
|
|
* DOMFeature.dis: New module. |
330 |
|
|
|
331 |
|
|
* DOMMetaImpl.dis (ManakaiDOM:ManakaiDOMObject): Removed. |
332 |
|
|
|
333 |
|
|
* DOMMain.dis (ManakaiDOM:ManakaiDOMObject): New. |
334 |
|
|
(DOMString, DOMTimeStamp): Now they are not interfaces |
335 |
|
|
but datatypes. |
336 |
|
|
(DOMUserData, DOMObject, DOMUserData): Now they |
337 |
|
|
are subtypes rather than aliases of their "real" type in IDL. |
338 |
|
|
|
339 |
|
|
* DOMCore.dis (DOMImplementationList, DOMImplementationSource): |
340 |
|
|
New interfaces and classes. |
341 |
|
|
|
342 |
wakaba |
1.55 |
2005-09-01 Wakaba <wakaba@suika.fam.cx> |
343 |
|
|
|
344 |
|
|
* DOMCore.dis (setTextNodeContent): Sets the infoset:parent |
345 |
|
|
property of the new Text node. |
346 |
|
|
|
347 |
wakaba |
1.54 |
2005-08-29 Wakaba <wakaba@suika.fam.cx> |
348 |
|
|
|
349 |
|
|
* Makefile: Loads "NaturalLanguage.dis". |
350 |
|
|
|
351 |
|
|
2005-08-26 Wakaba <wakaba@suika.fam.cx> |
352 |
|
|
|
353 |
|
|
* DOMCore.dis (createDocument): Set "ownerDocument" attribute |
354 |
|
|
to the root element created by the method. (It was forgotten!!) |
355 |
|
|
|
356 |
wakaba |
1.53 |
2005-08-15 Wakaba <wakaba@suika.fam.cx> |
357 |
|
|
|
358 |
|
|
* DOMCore.dis (appendChild, insertBefore, replaceChild): Typo |
359 |
|
|
in the code of removing the newChild from the previous |
360 |
|
|
parent of that node is fixed. |
361 |
|
|
|
362 |
wakaba |
1.52 |
2005-05-29 Wakaba <wakaba@suika.fam.cx> |
363 |
|
|
|
364 |
|
|
* DOMLS.dis (SimpleSerializer): End tag was sometimes missing. Use |
365 |
|
|
namespace prefix of element type if it is not declared |
366 |
|
|
but not used else. A shift is replaced by pop:). |
367 |
|
|
|
368 |
|
|
* DOMCore.dis (getFeature): The getFeature method |
369 |
|
|
for Node-derived classes implemented. |
370 |
|
|
* DOMXML.dis (getFeature): Ditto. |
371 |
|
|
|
372 |
wakaba |
1.51 |
2005-05-21 Wakaba <wakaba@suika.fam.cx> |
373 |
|
|
|
374 |
|
|
* DOMCore.dis (getNodeReference): Use HTMLDocument class |
375 |
|
|
if a document node has no document element node but |
376 |
|
|
has support for the "HTML" feature. |
377 |
|
|
|
378 |
wakaba |
1.50 |
2005-03-03 Wakaba <wakaba@suika.fam.cx> |
379 |
|
|
|
380 |
|
|
* DOMMetaImpl.dis (features input normalizer): Variable name |
381 |
|
|
typo fixed. |
382 |
|
|
(ManakaiDOMImplementationSource.getDOMImplementation): Fixed bug |
383 |
|
|
so that version specification for "+"'ed feature name does work now. |
384 |
|
|
|
385 |
wakaba |
1.49 |
2005-03-02 Wakaba <wakaba@suika.fam.cx> |
386 |
|
|
|
387 |
|
|
* DOMBoot.dis (ResourceDef): Definitions for DOMFeature are |
388 |
|
|
removed (now defined in DOMMetaImpl). |
389 |
|
|
|
390 |
wakaba |
1.48 |
2005-02-21 Wakaba <wakaba@suika.fam.cx> |
391 |
|
|
|
392 |
|
|
* DOMMetaImpl.dis (IFClsDef[ManakaiDOMMinimumImplementation]): New. |
393 |
|
|
|
394 |
|
|
* Makefile: Rules for DOMMetaImpl module added. |
395 |
|
|
|
396 |
wakaba |
1.47 |
2005-02-20 Wakaba <wakaba@suika.fam.cx> |
397 |
|
|
|
398 |
|
|
* DOMMetaImpl.dis: New module (split from DOMCore and DOMMain). |
399 |
|
|
|
400 |
wakaba |
1.45 |
2005-02-18 Wakaba <wakaba@suika.fam.cx> |
401 |
|
|
|
402 |
wakaba |
1.46 |
* DOMCore.dis (getFeature): ManakaiDOM:ManakaiDOMNodeObject.newReference |
403 |
|
|
is an instance method, not a class method. |
404 |
|
|
|
405 |
wakaba |
1.45 |
* DOMMain.dis (ResourceTypeDef[ManakaiDOM:Const, |
406 |
|
|
ManakaiDOM:ConstGroup]): Removed (moved to "lib/manakai/DISLang.dis"). |
407 |
|
|
(Exception-related definitions): Removed (moved to |
408 |
|
|
"lib/Message/Util/Error/DOMException.dis"). |
409 |
|
|
(ForDef[ManakaiDOM:ForIF, ManakaiDOM:ForClass]): Removed (moved |
410 |
|
|
to DISLang). |
411 |
|
|
|
412 |
|
|
2005-02-17 Wakaba <wakaba@suika.fam.cx> |
413 |
|
|
|
414 |
|
|
* DOMMain.dis: Definitions for "ManakaiDOM:ManakaiDOMNodeObject" and |
415 |
|
|
"ManakaiDOM:ManakaiDOMNodeReference" are removed (moved to |
416 |
|
|
"lib/Message/Util/ManakaiNode.dis"). |
417 |
|
|
(ResourceDef[ManakaiDOM:DataType]): Removed (moved to |
418 |
|
|
"lib/manakai/DISCore.dis"). |
419 |
|
|
(ResourceTypeDef[ManakaiDOM:IF, ManakaiDOM:Class, |
420 |
|
|
ManakaiDOM:PrimitiveTypeClass]): Removed (moved to |
421 |
|
|
"lib/manakai/DISLang.dis"). |
422 |
|
|
|
423 |
|
|
2005-02-16 Wakaba <wakaba@suika.fam.cx> |
424 |
|
|
|
425 |
|
|
* DOMMain.dis (ForDef[ManakaiDOM:Perl]): Removed (moved to |
426 |
|
|
DISPerl module). |
427 |
|
|
|
428 |
wakaba |
1.44 |
2005-01-07 Wakaba <wakaba@suika.fam.cx> |
429 |
|
|
|
430 |
|
|
* DOMCore.dis: Each "delete array-item" replaced to a "splice". |
431 |
|
|
|
432 |
wakaba |
1.43 |
2005-01-06 Wakaba <wakaba@suika.fam.cx> |
433 |
|
|
|
434 |
|
|
* DOMMain.dis (ensureXMLName): Test as if XML 1.0 if it is not an |
435 |
|
|
XML document. |
436 |
|
|
|
437 |
wakaba |
1.42 |
2005-01-05 Wakaba <wakaba@suika.fam.cx> |
438 |
|
|
|
439 |
|
|
* DOMMain.dis (ManakaiDOMExceptionOrWarning.stringify): New method. |
440 |
|
|
(IntMethod[isExternallyReferred]): Rewritten. |
441 |
|
|
(IntMethod[isExternallyReferredDownward]): Removed. |
442 |
|
|
(Checking XML name legallity): Fix true or false mistakes. |
443 |
|
|
(destroy, importTree, orphanate): Rewritten. |
444 |
|
|
(destroyDownward, changeTreeIDDownward): Removed. |
445 |
|
|
(TreeCore:urefnode property): Removed since not used. |
446 |
|
|
|
447 |
|
|
* DOMCore.dis: Tying array for NodeList implemented. |
448 |
|
|
|
449 |
|
|
2005-01-02 Wakaba <wakaba@suika.fam.cx> |
450 |
|
|
|
451 |
|
|
* DOMHTML.dis (HTMLDOMImplementation): New interface. |
452 |
|
|
|
453 |
|
|
* DOMViews.dis: Documentation for properties are added. |
454 |
|
|
|
455 |
wakaba |
1.40 |
2004-12-29 Wakaba <wakaba@suika.fam.cx> |
456 |
|
|
|
457 |
wakaba |
1.41 |
* Makefile: DOMXML, DOMEvents, DOMLS and ManakaiDOMLS2003 added. |
458 |
|
|
|
459 |
wakaba |
1.40 |
* ManakaiDOMCore.dis: Removed (merged with DOMCore.dis). |
460 |
|
|
|
461 |
wakaba |
1.39 |
2004-12-28 Wakaba <wakaba@suika.fam.cx> |
462 |
|
|
|
463 |
|
|
* ManakaiDOMXML.dis: Removed (merged with DOMXML.dis). |
464 |
|
|
|
465 |
wakaba |
1.38 |
2004-12-01 Wakaba <wakaba@suika.fam.cx> |
466 |
|
|
|
467 |
|
|
* ManakaiDOMMain.dis: Removed (merged with DOMMain.dis). |
468 |
|
|
|
469 |
wakaba |
1.37 |
2004-11-03 Wakaba <wakaba@suika.fam.cx> |
470 |
|
|
|
471 |
|
|
* .cvsignore: Ignore pod files. |
472 |
|
|
|
473 |
wakaba |
1.36 |
2004-10-31 Wakaba <wakaba@suika.fam.cx> |
474 |
|
|
|
475 |
|
|
* DOMXML.dis (ProcessingInstruction.data): Property name error fixed. |
476 |
|
|
|
477 |
|
|
* DOMMain.dis: Don't call DOMString->__INT{length}__ - it should |
478 |
|
|
be DOMString->length. |
479 |
|
|
|
480 |
|
|
* DOMCore.dis (Element.getElementsByTagName, |
481 |
|
|
Node.getElementsByTagName, Element.getElementsByTagNameNS, |
482 |
|
|
Node.getElementsByTagNameNS): Implemented. |
483 |
|
|
(Element.getAttributeNode, Element.getAttributeNodeNS): |
484 |
|
|
Check whether defined. |
485 |
|
|
|
486 |
wakaba |
1.35 |
2004-10-18 Wakaba <wakaba@suika.fam.cx> |
487 |
|
|
|
488 |
|
|
* DOMWebForms.dis: New module. |
489 |
|
|
|
490 |
wakaba |
1.33 |
2004-10-17 Wakaba <wakaba@suika.fam.cx> |
491 |
|
|
|
492 |
wakaba |
1.34 |
* DOMBasicEvents.dis, DOMHTMLEvents.dis, DOMViews.dis, |
493 |
|
|
DOMHTML.dis: New modules. |
494 |
wakaba |
1.33 |
|
495 |
wakaba |
1.32 |
2004-10-16 Wakaba <wakaba@suika.fam.cx> |
496 |
|
|
|
497 |
|
|
* DOMMouseEvents.dis, DOMTextEvents.dis: New module. |
498 |
|
|
|
499 |
wakaba |
1.30 |
2004-10-11 Wakaba <wakaba@suika.fam.cx> |
500 |
|
|
|
501 |
|
|
* ManakaiDOMMain.dis: 'TreeCore:anydata2' property type added. |
502 |
wakaba |
1.31 |
(DataType[ManakaiDOMKeyIdentifier, ManakaiDOMKeyIdentifiers]): added. |
503 |
wakaba |
1.30 |
|
504 |
wakaba |
1.28 |
2004-10-10 Wakaba <wakaba@suika.fam.cx> |
505 |
wakaba |
1.30 |
|
506 |
|
|
* DOMEvents.dis: New module. |
507 |
wakaba |
1.28 |
|
508 |
wakaba |
1.29 |
* ManakaiDOMCore.dis (ManakaiDOMAttributes.item): Return |
509 |
|
|
node reference. |
510 |
|
|
|
511 |
|
|
* ManakaiDOMLS2003.dis (error_handler): '$caller' changed |
512 |
|
|
to '$self' for correct error reporting and not to leak memory. |
513 |
|
|
|
514 |
wakaba |
1.28 |
* Makefile (DIS2PM_PL): Path to dis2pm.pl changed. |
515 |
|
|
* dis2pm.pl, idl2dis.pl: Removed (moved to ../../bin/). |
516 |
|
|
|
517 |
wakaba |
1.26 |
2004-10-09 Wakaba <wakaba@suika.fam.cx> |
518 |
|
|
|
519 |
wakaba |
1.28 |
* DOMCore.dis (ConfigParam): Moved from ManakaiDOMCore. |
520 |
|
|
* ManakaiDOMCore.dis (ConfigParam): Removed. |
521 |
|
|
|
522 |
wakaba |
1.27 |
* dis2pm.pl: Functions to create perl/pod structures |
523 |
|
|
are moved to ../../bin/genlib.pl. |
524 |
wakaba |
1.28 |
(disdoc2pod, disdoc2text): Allow LESS-THAN SIGN as the first |
525 |
|
|
character of a paragraph. |
526 |
wakaba |
1.27 |
|
527 |
wakaba |
1.26 |
* ManakaiDOMLS2003.dis (ManakaiXMLParser2003/parse:#comment): |
528 |
|
|
Set ownerDocument as parent if parent.ownerDocument is null. |
529 |
|
|
|
530 |
|
|
* dis2pm.pl (dis2perl): Report if DIS code has value. |
531 |
|
|
|
532 |
|
|
2004-10-06 Wakaba <wakaba@suika.fam.cx> |
533 |
|
|
|
534 |
|
|
* ManakaiDOMCore.dis (IFs): Inherit non-conditional version |
535 |
|
|
of ManakaiDOMMain interfaces. |
536 |
|
|
|
537 |
|
|
* DOMCore.dis (Node.childNodes): Typo fixed. |
538 |
|
|
|
539 |
|
|
* ManakaiDOMLS2003.dis (parse): Check whether the namespace |
540 |
|
|
prefix is null. |
541 |
|
|
|
542 |
|
|
* dis2pm.pl (perl_builtin_code): Allow hash reference as 'features'. |
543 |
|
|
(Condition): Don't generate condition inheritance for DOM1, DOM2 |
544 |
|
|
and DOM3. |
545 |
|
|
|
546 |
wakaba |
1.25 |
2004-09-30 Wakaba <wakaba@suika.fam.cx> |
547 |
|
|
|
548 |
|
|
* dis2pm.pl (disdoc_inline2pod, disdoc_inline2text): New |
549 |
|
|
element type 'FILE' added. |
550 |
|
|
|
551 |
|
|
* ManakaiDOMMain.dis (ManakaiDOMExceptionOrWarning, |
552 |
|
|
ManakaiDOMException, ManakaiDOMWarning): New classes. |
553 |
|
|
(ManakaiDOMObject/___report_error): Implemented. |
554 |
|
|
|
555 |
|
|
* dis2pm.pl (perl_builtin_code:ParseFeature): Recognize leading '+'. |
556 |
|
|
|
557 |
wakaba |
1.24 |
2004-09-29 Wakaba <wakaba@suika.fam.cx> |
558 |
|
|
|
559 |
|
|
* dis2pm.pl (get_redef_description, attr2perl, method2perl, if2perl): |
560 |
|
|
New attribute 'IsAbstract', 'IsFinal' and 'ImplByApp' added. |
561 |
|
|
|
562 |
|
|
2004-09-27 Wakaba <wakaba@suika.fam.cx> |
563 |
|
|
|
564 |
|
|
* .cvsignore: New file. |
565 |
|
|
|
566 |
wakaba |
1.22 |
2004-09-27 Wakaba <wakaba@suika.fam.cx> |
567 |
|
|
|
568 |
wakaba |
1.23 |
* DOMLS.dis, ManakaiDOMLS2003: New file. |
569 |
|
|
|
570 |
wakaba |
1.22 |
* dis2pm.pl (MAIN): Output "AUTHOR" pod section; support Perl+MPL |
571 |
|
|
license. |
572 |
wakaba |
1.23 |
(disdoc2pod, disdoc2text): New 'DFN', 'SA', 'SE', 'HA', 'HE', |
573 |
|
|
'XA', 'XE', 'Prefix', 'ERR', 'EV' and 'CP' element types supported. |
574 |
|
|
(perl_name): Die if uninitialized value. |
575 |
|
|
(constgroup2perl): Support constant group without machine-name. |
576 |
|
|
(pod_item): Die if uninitialized value. |
577 |
|
|
(qname_label): Don't output default prefix. |
578 |
wakaba |
1.22 |
|
579 |
|
|
* idl2dis.pl: Output module name and prefix as 'BindingName' |
580 |
|
|
and 'FileName'. |
581 |
|
|
|
582 |
wakaba |
1.20 |
2004-09-26 Wakaba <wakaba@suika.fam.cx> |
583 |
|
|
|
584 |
wakaba |
1.21 |
* dis2pm.pl (constgroup2perl): Capitalize name. |
585 |
|
|
|
586 |
|
|
* idl2dis.pl (type, raise): Prepend namespace prefix if |
587 |
|
|
type is 'DOMString' or 'DOMException' and it is not defined. |
588 |
|
|
(MAIN): Make empty 'Return' element even if return |
589 |
|
|
value is void. |
590 |
|
|
(supply_incase): New. |
591 |
|
|
(const): Use 'FullName' in favor of 'Description' if the name of |
592 |
|
|
the const group is not a machine-friendly name. |
593 |
|
|
|
594 |
|
|
2004-09-26 Wakaba <wakaba@suika.fam.cx> |
595 |
|
|
|
596 |
wakaba |
1.20 |
* dis2pm.pl (get_incase_label): Error if label is undef. |
597 |
|
|
|
598 |
wakaba |
1.19 |
2004-09-25 Wakaba <wakaba@suika.fam.cx> |
599 |
|
|
|
600 |
|
|
* dis2pm.pl: Generate TODO list. |
601 |
|
|
(method2perl): Use "dis". |
602 |
|
|
(disdoc2pod, disdoc2text): 'HTML', 'InfosetP' element types added. |
603 |
|
|
(perl_builtin_code): New code 'isRelativeDOMURI' added. |
604 |
|
|
|
605 |
|
|
* ManakaiDOMMain.dis (MDOM_REPLACE_BY_ITSELF_NO_EFFECT): New |
606 |
|
|
warning code. |
607 |
|
|
|
608 |
|
|
* dis2pm.pl (attr2perl, method2perl): Output 'undef;' if the |
609 |
|
|
method or attribute(set) does not return a value. |
610 |
|
|
(perl_code): New macro 'WHEN' added. Macro 'INT{}' now allow |
611 |
|
|
parameter. |
612 |
|
|
|
613 |
wakaba |
1.18 |
2004-09-24 Wakaba <wakaba@suika.fam.cx> |
614 |
|
|
|
615 |
|
|
* dis2pm.pl (perl_exception): New 'subtype' parameter added. |
616 |
|
|
(param2poditem): New. |
617 |
|
|
(MAIN): Write 'NAMESPACE BINDINGS' pod section if necessary. |
618 |
|
|
(perl_builtin_code): More developer-friendly error report. |
619 |
|
|
(perl_code): New 'REQUIRE' statement added. |
620 |
|
|
(disdoc2text, disdoc2pod): New 'QUOTE' element type added. |
621 |
|
|
(get_value_literal): Default for unknown type is now 'undef'. |
622 |
|
|
|
623 |
|
|
2004-09-22 Wakaba <wakaba@suika.fam.cx> |
624 |
|
|
|
625 |
|
|
* dis2pm.pl (perl_builtin_code): New 'CheckName' and |
626 |
|
|
'XMLVersion' added. |
627 |
|
|
|
628 |
wakaba |
1.16 |
2004-09-20 Wakaba <wakaba@suika.fam.cx> |
629 |
|
|
|
630 |
wakaba |
1.17 |
* dis2pm.pl (get_redef_description): See 'RedefinedBy' elements |
631 |
|
|
even if it is 'ReMethod' and 'ReAttr' element. |
632 |
|
|
|
633 |
|
|
2004-09-20 Wakaba <wakaba@suika.fam.cx> |
634 |
|
|
|
635 |
wakaba |
1.16 |
* dis2pm.pl (type_label): New option 'is_pod' implemented. |
636 |
|
|
(get_redef_description): New function. |
637 |
|
|
(get_isa_description): New function. |
638 |
|
|
(disdoc2pod, disdoc2text): New. |
639 |
|
|
(get_description): DISDOC support. |
640 |
|
|
(valid_err, valid_err): New option 'node' implemented. |
641 |
|
|
|
642 |
|
|
* ManakaiDOMCore.dis (IF[ManakaiDOMNodeObjectNode]): New. |
643 |
|
|
|
644 |
wakaba |
1.13 |
2004-09-19 Wakaba <wakaba@suika.fam.cx> |
645 |
|
|
|
646 |
wakaba |
1.15 |
* dis2pm.pl (condition_match): Report error if the condition |
647 |
|
|
not defined. |
648 |
|
|
|
649 |
|
|
* ManakaiDOMMain.dis (MDOM_IMPL_BY_APP): New exception code. |
650 |
|
|
|
651 |
wakaba |
1.14 |
* dis2pm.pl (datatype2perl, datatypealias2perl): "FullName" attribute |
652 |
|
|
introduced. |
653 |
wakaba |
1.15 |
(constgroup2perl): Define is-a relationship between group |
654 |
|
|
Name and its Type. |
655 |
|
|
(constgroup2perl): "IsBitMask" attribute introduced. |
656 |
wakaba |
1.14 |
|
657 |
|
|
* ManakaiDOMMain.dis: Renamed from "ManakaiDOM.dis". |
658 |
|
|
|
659 |
wakaba |
1.13 |
* dis2pm.pl (type_label): Type label for unsigned-long and |
660 |
|
|
unsigned-short added. |
661 |
|
|
(perl_code): Die if uninitialized value is given. |
662 |
|
|
(is_all_implemented): New function. |
663 |
|
|
|
664 |
|
|
* ManakaiDOMXML.dis: New module. |
665 |
|
|
|
666 |
|
|
* ManakaiDOMCore.dis: New module. |
667 |
|
|
|
668 |
|
|
* dis2pm.pl (dis2perl): 'Overridden' added. |
669 |
|
|
|
670 |
wakaba |
1.12 |
2004-09-18 Wakaba <wakaba@suika.fam.cx> |
671 |
|
|
|
672 |
|
|
* ManakaiDOM.dis (MDOM_NEWCHILD_IS_REFCHILD): New warning. |
673 |
|
|
(ManakaiDOMNodeObject->orphanate): New internal method. |
674 |
|
|
(Interface[ManakaiDOMNodeObject, ManakaiDOMNodeReference]): All calls |
675 |
|
|
of internal methods are now qualified by the package name. |
676 |
|
|
|
677 |
wakaba |
1.11 |
2004-09-17 Wakaba <wakaba@suika.fam.cx> |
678 |
|
|
|
679 |
|
|
* DOMMain.dis: 'SpecLevel' attribute added. |
680 |
|
|
|
681 |
|
|
* idl2dis.pl (level): Set 'SpecLevel' attribute as well as 'Level'. |
682 |
|
|
|
683 |
|
|
* dis2pm.pl (get_level_description): Attribute name to see is |
684 |
|
|
changed from 'Level' to 'SpecLevel' |
685 |
|
|
(const2perl): Don't hardlink constant not to be warned |
686 |
|
|
by perl -w. |
687 |
|
|
(ops2perl): Declare subroutine 'DESTROY' not to be warned by |
688 |
|
|
perl -w. |
689 |
wakaba |
1.12 |
(get_internal_code): Support of lang:dis. |
690 |
wakaba |
1.11 |
|
691 |
|
|
* ManakaiDOM.dis (newReference): New parameter 'class' introduced. |
692 |
|
|
|
693 |
|
|
* dis2pm.pl (perl_builtin_code:<ManakaiDOM:ManakaiDOMNamespaceURI>): |
694 |
|
|
Separeted from "DOMString". |
695 |
|
|
(if2perl, attr2perl): Don't cast to DOMString. |
696 |
|
|
|
697 |
wakaba |
1.10 |
2004-09-15 Wakaba <wakaba@suika.fam.cx> |
698 |
|
|
|
699 |
|
|
* dis2pm.pl (perl_builtin_code): __CODE{CheckNCName}__ implemented. |
700 |
|
|
(perl_if): Don't indent if preprocessing direction found. |
701 |
|
|
(perl_code_source): Add \n before the #line directive. |
702 |
|
|
|
703 |
|
|
2004-09-14 Wakaba <wakaba@suika.fam.cx> |
704 |
|
|
|
705 |
|
|
* dis2pm.pl (get_internal_code): __INT{{name}}__ syntax now support |
706 |
|
|
attribute. |
707 |
|
|
(perl_code): __SUPER{name}__ syntax implemented. |
708 |
|
|
|
709 |
wakaba |
1.9 |
2004-09-13 Wakaba <wakaba@suika.fam.cx> |
710 |
|
|
|
711 |
|
|
* dis2pm.pl (dis2perl): New. |
712 |
|
|
|
713 |
|
|
2004-09-12 Wakaba <wakaba@suika.fam.cx> |
714 |
|
|
|
715 |
|
|
* dis2pm.pl (get_warning_perl_code): New. |
716 |
|
|
|
717 |
wakaba |
1.8 |
2004-09-10 Wakaba <wakaba@suika.fam.cx> |
718 |
|
|
|
719 |
|
|
* ManakaiDOM.dis (MDOM_NS_EMPTY_URI): New Exception type. |
720 |
|
|
(ManakaiDOMNamespaceURI): New DataType. |
721 |
|
|
|
722 |
|
|
* DOMCore.dis: Most part of DOMImplementation interface is |
723 |
|
|
implemented. |
724 |
|
|
|
725 |
|
|
* dis2pm.pl (method2perl): Description for returned value |
726 |
|
|
is changed to be grouped. |
727 |
|
|
(get_value_literal): Don't quote "null" even if it is a DOMString. |
728 |
|
|
(perl_exception): Don't output terminating semicolon. |
729 |
|
|
(perl_builtin_code): ManakaiDOM:ManakaiDOMNamespaceURI is |
730 |
|
|
supported. |
731 |
|
|
|
732 |
wakaba |
1.7 |
2004-09-09 Wakaba <wakaba@suika.fam.cx> |
733 |
wakaba |
1.8 |
|
734 |
|
|
* dis2pm.pl (method2perl, attr2perl): '(Return | Get | Set)/Exception' |
735 |
|
|
implemented. |
736 |
wakaba |
1.7 |
|
737 |
|
|
* idl2dis.pl (type): Don't output Require element for |
738 |
|
|
DOMMain module (now it is implicitly required by default). |
739 |
|
|
|
740 |
wakaba |
1.6 |
2004-09-01 Wakaba <wakaba@suika.fam.cx> |
741 |
|
|
|
742 |
|
|
* idl2dis.pl (level): Use 'Level' instead of 'ModifiedLevel'. |
743 |
|
|
|
744 |
wakaba |
1.5 |
2004-08-31 Wakaba <wakaba@suika.fam.cx> |
745 |
|
|
|
746 |
|
|
* dis2pm.pl (const2perl, constgroup2perl): New. |
747 |
|
|
|
748 |
|
|
* idl2dis.pl (idlna): New. |
749 |
|
|
|
750 |
wakaba |
1.4 |
2004-08-30 Wakaba <wakaba@suika.fam.cx> |
751 |
|
|
|
752 |
|
|
* dis2pm.pl: Versioned implementation of "IF" supported (see |
753 |
|
|
also Manakai Development Memo : 2004-08-29 |
754 |
|
|
<http://suika.fam.cx/~wakaba/-temp/wiki/wiki?manakai%2F%2F%A5%E1%A5%E2%2F%2F2004-08-29>). |
755 |
|
|
|
756 |
|
|
* idl2dis.pl (register_required_module): ISA is now |
757 |
|
|
converted to elements, not a list attribute. |
758 |
|
|
|
759 |
wakaba |
1.2 |
2004-08-22 Wakaba <wakaba@suika.fam.cx> |
760 |
|
|
|
761 |
wakaba |
1.3 |
* idl2dis.pl (register_required_module): Top-level element type |
762 |
|
|
name "Type" and "TypeAlias" changed to "DataType" and |
763 |
|
|
"DataTypeAlias". |
764 |
|
|
|
765 |
wakaba |
1.2 |
* dis2pm.pl (perl_code_source): New function. |
766 |
|
|
|
767 |
wakaba |
1.1 |
2004-08-21 Wakaba <wakaba@suika.fam.cx> |
768 |
|
|
|
769 |
|
|
* ChangeLog: New file. |
770 |
|
|
|
771 |
|
|
* Makefile, DOMMain.dis, DOMCore.dis, DOMXML.dis, dis2pm.pl, idl2dis.pl: |
772 |
|
|
New files (Moved from ../Markup/XML/DOM/). |
773 |
|
|
|
774 |
|
|
|