/[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.53 - (show annotations) (download)
Mon Aug 15 07:59:40 2005 UTC (19 years, 3 months ago) by wakaba
Branch: MAIN
Changes since 1.52: +6 -0 lines
lib/Message/Util/DIS/DISDoc.dis: Parsing of lexical types dis:TypeQName and dis:TFQNames implemented

1 2005-08-15 Wakaba <wakaba@suika.fam.cx>
2
3 * DOMCore.dis (appendChild, insertBefore, replaceChild): Typo
4 in the code of removing the newChild from the previous
5 parent of that node is fixed.
6
7 2005-05-29 Wakaba <wakaba@suika.fam.cx>
8
9 * DOMLS.dis (SimpleSerializer): End tag was sometimes missing. Use
10 namespace prefix of element type if it is not declared
11 but not used else. A shift is replaced by pop:).
12
13 * DOMCore.dis (getFeature): The getFeature method
14 for Node-derived classes implemented.
15 * DOMXML.dis (getFeature): Ditto.
16
17 2005-05-21 Wakaba <wakaba@suika.fam.cx>
18
19 * DOMCore.dis (getNodeReference): Use HTMLDocument class
20 if a document node has no document element node but
21 has support for the "HTML" feature.
22
23 2005-03-03 Wakaba <wakaba@suika.fam.cx>
24
25 * DOMMetaImpl.dis (features input normalizer): Variable name
26 typo fixed.
27 (ManakaiDOMImplementationSource.getDOMImplementation): Fixed bug
28 so that version specification for "+"'ed feature name does work now.
29
30 2005-03-02 Wakaba <wakaba@suika.fam.cx>
31
32 * DOMBoot.dis (ResourceDef): Definitions for DOMFeature are
33 removed (now defined in DOMMetaImpl).
34
35 2005-02-21 Wakaba <wakaba@suika.fam.cx>
36
37 * DOMMetaImpl.dis (IFClsDef[ManakaiDOMMinimumImplementation]): New.
38
39 * Makefile: Rules for DOMMetaImpl module added.
40
41 2005-02-20 Wakaba <wakaba@suika.fam.cx>
42
43 * DOMMetaImpl.dis: New module (split from DOMCore and DOMMain).
44
45 2005-02-18 Wakaba <wakaba@suika.fam.cx>
46
47 * DOMCore.dis (getFeature): ManakaiDOM:ManakaiDOMNodeObject.newReference
48 is an instance method, not a class method.
49
50 * DOMMain.dis (ResourceTypeDef[ManakaiDOM:Const,
51 ManakaiDOM:ConstGroup]): Removed (moved to "lib/manakai/DISLang.dis").
52 (Exception-related definitions): Removed (moved to
53 "lib/Message/Util/Error/DOMException.dis").
54 (ForDef[ManakaiDOM:ForIF, ManakaiDOM:ForClass]): Removed (moved
55 to DISLang).
56
57 2005-02-17 Wakaba <wakaba@suika.fam.cx>
58
59 * DOMMain.dis: Definitions for "ManakaiDOM:ManakaiDOMNodeObject" and
60 "ManakaiDOM:ManakaiDOMNodeReference" are removed (moved to
61 "lib/Message/Util/ManakaiNode.dis").
62 (ResourceDef[ManakaiDOM:DataType]): Removed (moved to
63 "lib/manakai/DISCore.dis").
64 (ResourceTypeDef[ManakaiDOM:IF, ManakaiDOM:Class,
65 ManakaiDOM:PrimitiveTypeClass]): Removed (moved to
66 "lib/manakai/DISLang.dis").
67
68 2005-02-16 Wakaba <wakaba@suika.fam.cx>
69
70 * DOMMain.dis (ForDef[ManakaiDOM:Perl]): Removed (moved to
71 DISPerl module).
72
73 2005-01-07 Wakaba <wakaba@suika.fam.cx>
74
75 * DOMCore.dis: Each "delete array-item" replaced to a "splice".
76
77 2005-01-06 Wakaba <wakaba@suika.fam.cx>
78
79 * DOMMain.dis (ensureXMLName): Test as if XML 1.0 if it is not an
80 XML document.
81
82 2005-01-05 Wakaba <wakaba@suika.fam.cx>
83
84 * DOMMain.dis (ManakaiDOMExceptionOrWarning.stringify): New method.
85 (IntMethod[isExternallyReferred]): Rewritten.
86 (IntMethod[isExternallyReferredDownward]): Removed.
87 (Checking XML name legallity): Fix true or false mistakes.
88 (destroy, importTree, orphanate): Rewritten.
89 (destroyDownward, changeTreeIDDownward): Removed.
90 (TreeCore:urefnode property): Removed since not used.
91
92 * DOMCore.dis: Tying array for NodeList implemented.
93
94 2005-01-02 Wakaba <wakaba@suika.fam.cx>
95
96 * DOMHTML.dis (HTMLDOMImplementation): New interface.
97
98 * DOMViews.dis: Documentation for properties are added.
99
100 2004-12-29 Wakaba <wakaba@suika.fam.cx>
101
102 * Makefile: DOMXML, DOMEvents, DOMLS and ManakaiDOMLS2003 added.
103
104 * ManakaiDOMCore.dis: Removed (merged with DOMCore.dis).
105
106 2004-12-28 Wakaba <wakaba@suika.fam.cx>
107
108 * ManakaiDOMXML.dis: Removed (merged with DOMXML.dis).
109
110 2004-12-01 Wakaba <wakaba@suika.fam.cx>
111
112 * ManakaiDOMMain.dis: Removed (merged with DOMMain.dis).
113
114 2004-11-03 Wakaba <wakaba@suika.fam.cx>
115
116 * .cvsignore: Ignore pod files.
117
118 2004-10-31 Wakaba <wakaba@suika.fam.cx>
119
120 * DOMXML.dis (ProcessingInstruction.data): Property name error fixed.
121
122 * DOMMain.dis: Don't call DOMString->__INT{length}__ - it should
123 be DOMString->length.
124
125 * DOMCore.dis (Element.getElementsByTagName,
126 Node.getElementsByTagName, Element.getElementsByTagNameNS,
127 Node.getElementsByTagNameNS): Implemented.
128 (Element.getAttributeNode, Element.getAttributeNodeNS):
129 Check whether defined.
130
131 2004-10-18 Wakaba <wakaba@suika.fam.cx>
132
133 * DOMWebForms.dis: New module.
134
135 2004-10-17 Wakaba <wakaba@suika.fam.cx>
136
137 * DOMBasicEvents.dis, DOMHTMLEvents.dis, DOMViews.dis,
138 DOMHTML.dis: New modules.
139
140 2004-10-16 Wakaba <wakaba@suika.fam.cx>
141
142 * DOMMouseEvents.dis, DOMTextEvents.dis: New module.
143
144 2004-10-11 Wakaba <wakaba@suika.fam.cx>
145
146 * ManakaiDOMMain.dis: 'TreeCore:anydata2' property type added.
147 (DataType[ManakaiDOMKeyIdentifier, ManakaiDOMKeyIdentifiers]): added.
148
149 2004-10-10 Wakaba <wakaba@suika.fam.cx>
150
151 * DOMEvents.dis: New module.
152
153 * ManakaiDOMCore.dis (ManakaiDOMAttributes.item): Return
154 node reference.
155
156 * ManakaiDOMLS2003.dis (error_handler): '$caller' changed
157 to '$self' for correct error reporting and not to leak memory.
158
159 * Makefile (DIS2PM_PL): Path to dis2pm.pl changed.
160 * dis2pm.pl, idl2dis.pl: Removed (moved to ../../bin/).
161
162 2004-10-09 Wakaba <wakaba@suika.fam.cx>
163
164 * DOMCore.dis (ConfigParam): Moved from ManakaiDOMCore.
165 * ManakaiDOMCore.dis (ConfigParam): Removed.
166
167 * dis2pm.pl: Functions to create perl/pod structures
168 are moved to ../../bin/genlib.pl.
169 (disdoc2pod, disdoc2text): Allow LESS-THAN SIGN as the first
170 character of a paragraph.
171
172 * ManakaiDOMLS2003.dis (ManakaiXMLParser2003/parse:#comment):
173 Set ownerDocument as parent if parent.ownerDocument is null.
174
175 * dis2pm.pl (dis2perl): Report if DIS code has value.
176
177 2004-10-06 Wakaba <wakaba@suika.fam.cx>
178
179 * ManakaiDOMCore.dis (IFs): Inherit non-conditional version
180 of ManakaiDOMMain interfaces.
181
182 * DOMCore.dis (Node.childNodes): Typo fixed.
183
184 * ManakaiDOMLS2003.dis (parse): Check whether the namespace
185 prefix is null.
186
187 * dis2pm.pl (perl_builtin_code): Allow hash reference as 'features'.
188 (Condition): Don't generate condition inheritance for DOM1, DOM2
189 and DOM3.
190
191 2004-09-30 Wakaba <wakaba@suika.fam.cx>
192
193 * dis2pm.pl (disdoc_inline2pod, disdoc_inline2text): New
194 element type 'FILE' added.
195
196 * ManakaiDOMMain.dis (ManakaiDOMExceptionOrWarning,
197 ManakaiDOMException, ManakaiDOMWarning): New classes.
198 (ManakaiDOMObject/___report_error): Implemented.
199
200 * dis2pm.pl (perl_builtin_code:ParseFeature): Recognize leading '+'.
201
202 2004-09-29 Wakaba <wakaba@suika.fam.cx>
203
204 * dis2pm.pl (get_redef_description, attr2perl, method2perl, if2perl):
205 New attribute 'IsAbstract', 'IsFinal' and 'ImplByApp' added.
206
207 2004-09-27 Wakaba <wakaba@suika.fam.cx>
208
209 * .cvsignore: New file.
210
211 2004-09-27 Wakaba <wakaba@suika.fam.cx>
212
213 * DOMLS.dis, ManakaiDOMLS2003: New file.
214
215 * dis2pm.pl (MAIN): Output "AUTHOR" pod section; support Perl+MPL
216 license.
217 (disdoc2pod, disdoc2text): New 'DFN', 'SA', 'SE', 'HA', 'HE',
218 'XA', 'XE', 'Prefix', 'ERR', 'EV' and 'CP' element types supported.
219 (perl_name): Die if uninitialized value.
220 (constgroup2perl): Support constant group without machine-name.
221 (pod_item): Die if uninitialized value.
222 (qname_label): Don't output default prefix.
223
224 * idl2dis.pl: Output module name and prefix as 'BindingName'
225 and 'FileName'.
226
227 2004-09-26 Wakaba <wakaba@suika.fam.cx>
228
229 * dis2pm.pl (constgroup2perl): Capitalize name.
230
231 * idl2dis.pl (type, raise): Prepend namespace prefix if
232 type is 'DOMString' or 'DOMException' and it is not defined.
233 (MAIN): Make empty 'Return' element even if return
234 value is void.
235 (supply_incase): New.
236 (const): Use 'FullName' in favor of 'Description' if the name of
237 the const group is not a machine-friendly name.
238
239 2004-09-26 Wakaba <wakaba@suika.fam.cx>
240
241 * dis2pm.pl (get_incase_label): Error if label is undef.
242
243 2004-09-25 Wakaba <wakaba@suika.fam.cx>
244
245 * dis2pm.pl: Generate TODO list.
246 (method2perl): Use "dis".
247 (disdoc2pod, disdoc2text): 'HTML', 'InfosetP' element types added.
248 (perl_builtin_code): New code 'isRelativeDOMURI' added.
249
250 * ManakaiDOMMain.dis (MDOM_REPLACE_BY_ITSELF_NO_EFFECT): New
251 warning code.
252
253 * dis2pm.pl (attr2perl, method2perl): Output 'undef;' if the
254 method or attribute(set) does not return a value.
255 (perl_code): New macro 'WHEN' added. Macro 'INT{}' now allow
256 parameter.
257
258 2004-09-24 Wakaba <wakaba@suika.fam.cx>
259
260 * dis2pm.pl (perl_exception): New 'subtype' parameter added.
261 (param2poditem): New.
262 (MAIN): Write 'NAMESPACE BINDINGS' pod section if necessary.
263 (perl_builtin_code): More developer-friendly error report.
264 (perl_code): New 'REQUIRE' statement added.
265 (disdoc2text, disdoc2pod): New 'QUOTE' element type added.
266 (get_value_literal): Default for unknown type is now 'undef'.
267
268 2004-09-22 Wakaba <wakaba@suika.fam.cx>
269
270 * dis2pm.pl (perl_builtin_code): New 'CheckName' and
271 'XMLVersion' added.
272
273 2004-09-20 Wakaba <wakaba@suika.fam.cx>
274
275 * dis2pm.pl (get_redef_description): See 'RedefinedBy' elements
276 even if it is 'ReMethod' and 'ReAttr' element.
277
278 2004-09-20 Wakaba <wakaba@suika.fam.cx>
279
280 * dis2pm.pl (type_label): New option 'is_pod' implemented.
281 (get_redef_description): New function.
282 (get_isa_description): New function.
283 (disdoc2pod, disdoc2text): New.
284 (get_description): DISDOC support.
285 (valid_err, valid_err): New option 'node' implemented.
286
287 * ManakaiDOMCore.dis (IF[ManakaiDOMNodeObjectNode]): New.
288
289 2004-09-19 Wakaba <wakaba@suika.fam.cx>
290
291 * dis2pm.pl (condition_match): Report error if the condition
292 not defined.
293
294 * ManakaiDOMMain.dis (MDOM_IMPL_BY_APP): New exception code.
295
296 * dis2pm.pl (datatype2perl, datatypealias2perl): "FullName" attribute
297 introduced.
298 (constgroup2perl): Define is-a relationship between group
299 Name and its Type.
300 (constgroup2perl): "IsBitMask" attribute introduced.
301
302 * ManakaiDOMMain.dis: Renamed from "ManakaiDOM.dis".
303
304 * dis2pm.pl (type_label): Type label for unsigned-long and
305 unsigned-short added.
306 (perl_code): Die if uninitialized value is given.
307 (is_all_implemented): New function.
308
309 * ManakaiDOMXML.dis: New module.
310
311 * ManakaiDOMCore.dis: New module.
312
313 * dis2pm.pl (dis2perl): 'Overridden' added.
314
315 2004-09-18 Wakaba <wakaba@suika.fam.cx>
316
317 * ManakaiDOM.dis (MDOM_NEWCHILD_IS_REFCHILD): New warning.
318 (ManakaiDOMNodeObject->orphanate): New internal method.
319 (Interface[ManakaiDOMNodeObject, ManakaiDOMNodeReference]): All calls
320 of internal methods are now qualified by the package name.
321
322 2004-09-17 Wakaba <wakaba@suika.fam.cx>
323
324 * DOMMain.dis: 'SpecLevel' attribute added.
325
326 * idl2dis.pl (level): Set 'SpecLevel' attribute as well as 'Level'.
327
328 * dis2pm.pl (get_level_description): Attribute name to see is
329 changed from 'Level' to 'SpecLevel'
330 (const2perl): Don't hardlink constant not to be warned
331 by perl -w.
332 (ops2perl): Declare subroutine 'DESTROY' not to be warned by
333 perl -w.
334 (get_internal_code): Support of lang:dis.
335
336 * ManakaiDOM.dis (newReference): New parameter 'class' introduced.
337
338 * dis2pm.pl (perl_builtin_code:<ManakaiDOM:ManakaiDOMNamespaceURI>):
339 Separeted from "DOMString".
340 (if2perl, attr2perl): Don't cast to DOMString.
341
342 2004-09-15 Wakaba <wakaba@suika.fam.cx>
343
344 * dis2pm.pl (perl_builtin_code): __CODE{CheckNCName}__ implemented.
345 (perl_if): Don't indent if preprocessing direction found.
346 (perl_code_source): Add \n before the #line directive.
347
348 2004-09-14 Wakaba <wakaba@suika.fam.cx>
349
350 * dis2pm.pl (get_internal_code): __INT{{name}}__ syntax now support
351 attribute.
352 (perl_code): __SUPER{name}__ syntax implemented.
353
354 2004-09-13 Wakaba <wakaba@suika.fam.cx>
355
356 * dis2pm.pl (dis2perl): New.
357
358 2004-09-12 Wakaba <wakaba@suika.fam.cx>
359
360 * dis2pm.pl (get_warning_perl_code): New.
361
362 2004-09-10 Wakaba <wakaba@suika.fam.cx>
363
364 * ManakaiDOM.dis (MDOM_NS_EMPTY_URI): New Exception type.
365 (ManakaiDOMNamespaceURI): New DataType.
366
367 * DOMCore.dis: Most part of DOMImplementation interface is
368 implemented.
369
370 * dis2pm.pl (method2perl): Description for returned value
371 is changed to be grouped.
372 (get_value_literal): Don't quote "null" even if it is a DOMString.
373 (perl_exception): Don't output terminating semicolon.
374 (perl_builtin_code): ManakaiDOM:ManakaiDOMNamespaceURI is
375 supported.
376
377 2004-09-09 Wakaba <wakaba@suika.fam.cx>
378
379 * dis2pm.pl (method2perl, attr2perl): '(Return | Get | Set)/Exception'
380 implemented.
381
382 * idl2dis.pl (type): Don't output Require element for
383 DOMMain module (now it is implicitly required by default).
384
385 2004-09-01 Wakaba <wakaba@suika.fam.cx>
386
387 * idl2dis.pl (level): Use 'Level' instead of 'ModifiedLevel'.
388
389 2004-08-31 Wakaba <wakaba@suika.fam.cx>
390
391 * dis2pm.pl (const2perl, constgroup2perl): New.
392
393 * idl2dis.pl (idlna): New.
394
395 2004-08-30 Wakaba <wakaba@suika.fam.cx>
396
397 * dis2pm.pl: Versioned implementation of "IF" supported (see
398 also Manakai Development Memo : 2004-08-29
399 <http://suika.fam.cx/~wakaba/-temp/wiki/wiki?manakai%2F%2F%A5%E1%A5%E2%2F%2F2004-08-29>).
400
401 * idl2dis.pl (register_required_module): ISA is now
402 converted to elements, not a list attribute.
403
404 2004-08-22 Wakaba <wakaba@suika.fam.cx>
405
406 * idl2dis.pl (register_required_module): Top-level element type
407 name "Type" and "TypeAlias" changed to "DataType" and
408 "DataTypeAlias".
409
410 * dis2pm.pl (perl_code_source): New function.
411
412 2004-08-21 Wakaba <wakaba@suika.fam.cx>
413
414 * ChangeLog: New file.
415
416 * Makefile, DOMMain.dis, DOMCore.dis, DOMXML.dis, dis2pm.pl, idl2dis.pl:
417 New files (Moved from ../Markup/XML/DOM/).
418
419

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24