/[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.46 - (show annotations) (download)
Fri Feb 18 12:14:19 2005 UTC (19 years, 9 months ago) by wakaba
Branch: MAIN
Changes since 1.45: +3 -0 lines
ManakaiNode: Now compilable

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24