/[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.50 - (hide annotations) (download)
Thu Mar 3 06:26:13 2005 UTC (19 years, 8 months ago) by wakaba
Branch: MAIN
Changes since 1.49: +7 -0 lines
lib/Message/Util/PerlCode.dis: New module; lib/Message/DOM/DOMMetaImpl.dis: +feature bug fixed

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24