/[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.51 - (hide annotations) (download)
Sat May 21 16:16:41 2005 UTC (19 years, 6 months ago) by wakaba
Branch: MAIN
Changes since 1.50: +6 -0 lines
Simple serializer implemented

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24