/[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.54 - (hide annotations) (download)
Tue Aug 30 12:30:45 2005 UTC (19 years, 2 months ago) by wakaba
Branch: MAIN
Changes since 1.53: +9 -0 lines
New things to support generation of the document added

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24