/[suikacvs]/messaging/manakai/lib/Message/DOM/ChangeLog
Suika

Contents of /messaging/manakai/lib/Message/DOM/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.58 - (show annotations) (download)
Sat Sep 17 15:03:02 2005 UTC (19 years, 9 months ago) by wakaba
Branch: MAIN
Changes since 1.57: +5 -0 lines
Perl-related methods moved from DIS to DIS/Perl; DIS readProperties method implemented (still buggy)

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>
201
202 * DOMEvents.dis: New module.
203
204 * ManakaiDOMCore.dis (ManakaiDOMAttributes.item): Return
205 node reference.
206
207 * ManakaiDOMLS2003.dis (error_handler): '$caller' changed
208 to '$self' for correct error reporting and not to leak memory.
209
210 * Makefile (DIS2PM_PL): Path to dis2pm.pl changed.
211 * dis2pm.pl, idl2dis.pl: Removed (moved to ../../bin/).
212
213 2004-10-09 Wakaba <wakaba@suika.fam.cx>
214
215 * DOMCore.dis (ConfigParam): Moved from ManakaiDOMCore.
216 * ManakaiDOMCore.dis (ConfigParam): Removed.
217
218 * dis2pm.pl: Functions to create perl/pod structures
219 are moved to ../../bin/genlib.pl.
220 (disdoc2pod, disdoc2text): Allow LESS-THAN SIGN as the first
221 character of a paragraph.
222
223 * ManakaiDOMLS2003.dis (ManakaiXMLParser2003/parse:#comment):
224 Set ownerDocument as parent if parent.ownerDocument is null.
225
226 * dis2pm.pl (dis2perl): Report if DIS code has value.
227
228 2004-10-06 Wakaba <wakaba@suika.fam.cx>
229
230 * ManakaiDOMCore.dis (IFs): Inherit non-conditional version
231 of ManakaiDOMMain interfaces.
232
233 * DOMCore.dis (Node.childNodes): Typo fixed.
234
235 * ManakaiDOMLS2003.dis (parse): Check whether the namespace
236 prefix is null.
237
238 * dis2pm.pl (perl_builtin_code): Allow hash reference as 'features'.
239 (Condition): Don't generate condition inheritance for DOM1, DOM2
240 and DOM3.
241
242 2004-09-30 Wakaba <wakaba@suika.fam.cx>
243
244 * dis2pm.pl (disdoc_inline2pod, disdoc_inline2text): New
245 element type 'FILE' added.
246
247 * ManakaiDOMMain.dis (ManakaiDOMExceptionOrWarning,
248 ManakaiDOMException, ManakaiDOMWarning): New classes.
249 (ManakaiDOMObject/___report_error): Implemented.
250
251 * dis2pm.pl (perl_builtin_code:ParseFeature): Recognize leading '+'.
252
253 2004-09-29 Wakaba <wakaba@suika.fam.cx>
254
255 * dis2pm.pl (get_redef_description, attr2perl, method2perl, if2perl):
256 New attribute 'IsAbstract', 'IsFinal' and 'ImplByApp' added.
257
258 2004-09-27 Wakaba <wakaba@suika.fam.cx>
259
260 * .cvsignore: New file.
261
262 2004-09-27 Wakaba <wakaba@suika.fam.cx>
263
264 * DOMLS.dis, ManakaiDOMLS2003: New file.
265
266 * dis2pm.pl (MAIN): Output "AUTHOR" pod section; support Perl+MPL
267 license.
268 (disdoc2pod, disdoc2text): New 'DFN', 'SA', 'SE', 'HA', 'HE',
269 'XA', 'XE', 'Prefix', 'ERR', 'EV' and 'CP' element types supported.
270 (perl_name): Die if uninitialized value.
271 (constgroup2perl): Support constant group without machine-name.
272 (pod_item): Die if uninitialized value.
273 (qname_label): Don't output default prefix.
274
275 * idl2dis.pl: Output module name and prefix as 'BindingName'
276 and 'FileName'.
277
278 2004-09-26 Wakaba <wakaba@suika.fam.cx>
279
280 * dis2pm.pl (constgroup2perl): Capitalize name.
281
282 * idl2dis.pl (type, raise): Prepend namespace prefix if
283 type is 'DOMString' or 'DOMException' and it is not defined.
284 (MAIN): Make empty 'Return' element even if return
285 value is void.
286 (supply_incase): New.
287 (const): Use 'FullName' in favor of 'Description' if the name of
288 the const group is not a machine-friendly name.
289
290 2004-09-26 Wakaba <wakaba@suika.fam.cx>
291
292 * dis2pm.pl (get_incase_label): Error if label is undef.
293
294 2004-09-25 Wakaba <wakaba@suika.fam.cx>
295
296 * dis2pm.pl: Generate TODO list.
297 (method2perl): Use "dis".
298 (disdoc2pod, disdoc2text): 'HTML', 'InfosetP' element types added.
299 (perl_builtin_code): New code 'isRelativeDOMURI' added.
300
301 * ManakaiDOMMain.dis (MDOM_REPLACE_BY_ITSELF_NO_EFFECT): New
302 warning code.
303
304 * dis2pm.pl (attr2perl, method2perl): Output 'undef;' if the
305 method or attribute(set) does not return a value.
306 (perl_code): New macro 'WHEN' added. Macro 'INT{}' now allow
307 parameter.
308
309 2004-09-24 Wakaba <wakaba@suika.fam.cx>
310
311 * dis2pm.pl (perl_exception): New 'subtype' parameter added.
312 (param2poditem): New.
313 (MAIN): Write 'NAMESPACE BINDINGS' pod section if necessary.
314 (perl_builtin_code): More developer-friendly error report.
315 (perl_code): New 'REQUIRE' statement added.
316 (disdoc2text, disdoc2pod): New 'QUOTE' element type added.
317 (get_value_literal): Default for unknown type is now 'undef'.
318
319 2004-09-22 Wakaba <wakaba@suika.fam.cx>
320
321 * dis2pm.pl (perl_builtin_code): New 'CheckName' and
322 'XMLVersion' added.
323
324 2004-09-20 Wakaba <wakaba@suika.fam.cx>
325
326 * dis2pm.pl (get_redef_description): See 'RedefinedBy' elements
327 even if it is 'ReMethod' and 'ReAttr' element.
328
329 2004-09-20 Wakaba <wakaba@suika.fam.cx>
330
331 * dis2pm.pl (type_label): New option 'is_pod' implemented.
332 (get_redef_description): New function.
333 (get_isa_description): New function.
334 (disdoc2pod, disdoc2text): New.
335 (get_description): DISDOC support.
336 (valid_err, valid_err): New option 'node' implemented.
337
338 * ManakaiDOMCore.dis (IF[ManakaiDOMNodeObjectNode]): New.
339
340 2004-09-19 Wakaba <wakaba@suika.fam.cx>
341
342 * dis2pm.pl (condition_match): Report error if the condition
343 not defined.
344
345 * ManakaiDOMMain.dis (MDOM_IMPL_BY_APP): New exception code.
346
347 * dis2pm.pl (datatype2perl, datatypealias2perl): "FullName" attribute
348 introduced.
349 (constgroup2perl): Define is-a relationship between group
350 Name and its Type.
351 (constgroup2perl): "IsBitMask" attribute introduced.
352
353 * ManakaiDOMMain.dis: Renamed from "ManakaiDOM.dis".
354
355 * dis2pm.pl (type_label): Type label for unsigned-long and
356 unsigned-short added.
357 (perl_code): Die if uninitialized value is given.
358 (is_all_implemented): New function.
359
360 * ManakaiDOMXML.dis: New module.
361
362 * ManakaiDOMCore.dis: New module.
363
364 * dis2pm.pl (dis2perl): 'Overridden' added.
365
366 2004-09-18 Wakaba <wakaba@suika.fam.cx>
367
368 * ManakaiDOM.dis (MDOM_NEWCHILD_IS_REFCHILD): New warning.
369 (ManakaiDOMNodeObject->orphanate): New internal method.
370 (Interface[ManakaiDOMNodeObject, ManakaiDOMNodeReference]): All calls
371 of internal methods are now qualified by the package name.
372
373 2004-09-17 Wakaba <wakaba@suika.fam.cx>
374
375 * DOMMain.dis: 'SpecLevel' attribute added.
376
377 * idl2dis.pl (level): Set 'SpecLevel' attribute as well as 'Level'.
378
379 * dis2pm.pl (get_level_description): Attribute name to see is
380 changed from 'Level' to 'SpecLevel'
381 (const2perl): Don't hardlink constant not to be warned
382 by perl -w.
383 (ops2perl): Declare subroutine 'DESTROY' not to be warned by
384 perl -w.
385 (get_internal_code): Support of lang:dis.
386
387 * ManakaiDOM.dis (newReference): New parameter 'class' introduced.
388
389 * dis2pm.pl (perl_builtin_code:<ManakaiDOM:ManakaiDOMNamespaceURI>):
390 Separeted from "DOMString".
391 (if2perl, attr2perl): Don't cast to DOMString.
392
393 2004-09-15 Wakaba <wakaba@suika.fam.cx>
394
395 * dis2pm.pl (perl_builtin_code): __CODE{CheckNCName}__ implemented.
396 (perl_if): Don't indent if preprocessing direction found.
397 (perl_code_source): Add \n before the #line directive.
398
399 2004-09-14 Wakaba <wakaba@suika.fam.cx>
400
401 * dis2pm.pl (get_internal_code): __INT{{name}}__ syntax now support
402 attribute.
403 (perl_code): __SUPER{name}__ syntax implemented.
404
405 2004-09-13 Wakaba <wakaba@suika.fam.cx>
406
407 * dis2pm.pl (dis2perl): New.
408
409 2004-09-12 Wakaba <wakaba@suika.fam.cx>
410
411 * dis2pm.pl (get_warning_perl_code): New.
412
413 2004-09-10 Wakaba <wakaba@suika.fam.cx>
414
415 * ManakaiDOM.dis (MDOM_NS_EMPTY_URI): New Exception type.
416 (ManakaiDOMNamespaceURI): New DataType.
417
418 * DOMCore.dis: Most part of DOMImplementation interface is
419 implemented.
420
421 * dis2pm.pl (method2perl): Description for returned value
422 is changed to be grouped.
423 (get_value_literal): Don't quote "null" even if it is a DOMString.
424 (perl_exception): Don't output terminating semicolon.
425 (perl_builtin_code): ManakaiDOM:ManakaiDOMNamespaceURI is
426 supported.
427
428 2004-09-09 Wakaba <wakaba@suika.fam.cx>
429
430 * dis2pm.pl (method2perl, attr2perl): '(Return | Get | Set)/Exception'
431 implemented.
432
433 * idl2dis.pl (type): Don't output Require element for
434 DOMMain module (now it is implicitly required by default).
435
436 2004-09-01 Wakaba <wakaba@suika.fam.cx>
437
438 * idl2dis.pl (level): Use 'Level' instead of 'ModifiedLevel'.
439
440 2004-08-31 Wakaba <wakaba@suika.fam.cx>
441
442 * dis2pm.pl (const2perl, constgroup2perl): New.
443
444 * idl2dis.pl (idlna): New.
445
446 2004-08-30 Wakaba <wakaba@suika.fam.cx>
447
448 * dis2pm.pl: Versioned implementation of "IF" supported (see
449 also Manakai Development Memo : 2004-08-29
450 <http://suika.fam.cx/~wakaba/-temp/wiki/wiki?manakai%2F%2F%A5%E1%A5%E2%2F%2F2004-08-29>).
451
452 * idl2dis.pl (register_required_module): ISA is now
453 converted to elements, not a list attribute.
454
455 2004-08-22 Wakaba <wakaba@suika.fam.cx>
456
457 * idl2dis.pl (register_required_module): Top-level element type
458 name "Type" and "TypeAlias" changed to "DataType" and
459 "DataTypeAlias".
460
461 * dis2pm.pl (perl_code_source): New function.
462
463 2004-08-21 Wakaba <wakaba@suika.fam.cx>
464
465 * ChangeLog: New file.
466
467 * Makefile, DOMMain.dis, DOMCore.dis, DOMXML.dis, dis2pm.pl, idl2dis.pl:
468 New files (Moved from ../Markup/XML/DOM/).
469
470

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24