/[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.48 - (hide annotations) (download)
Mon Feb 21 08:06:19 2005 UTC (19 years, 9 months ago) by wakaba
Branch: MAIN
Changes since 1.47: +6 -0 lines
DOMImplementationRegistryVar moves from DOMMain to DOMMetaImpl; DOMMinimumImplementation added to DOMMetaImpl; SuikaWikiConfig21 element type bindings now work; TreeCore:subnode0 property type added to ManakaiNode; Util/DIS module added (but not completed)

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24