/[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.26 - (hide annotations) (download)
Sat Oct 9 05:32:30 2004 UTC (20 years, 1 month ago) by wakaba
Branch: MAIN
Changes since 1.25: +21 -0 lines
Inheritance of DOM* conditions are now explicitly stated; GetPropNode DIS codes are now marked as conditional; _internal_inherit packages are introduced to enable deep inheriting; Process to convert Message::Markup::XML::Node to DOM Node object is now a internal method of ManakaiXMLParser2003; DOMError error definitions added; ManakaiDOMNodeObject->__INT{isExternallyReferred}__ now call internal method getRootNodes to ensure all nodes are checked

1 wakaba 1.26 2004-10-09 Wakaba <wakaba@suika.fam.cx>
2    
3     * ManakaiDOMLS2003.dis (ManakaiXMLParser2003/parse:#comment):
4     Set ownerDocument as parent if parent.ownerDocument is null.
5    
6     * dis2pm.pl (dis2perl): Report if DIS code has value.
7    
8     2004-10-06 Wakaba <wakaba@suika.fam.cx>
9    
10     * ManakaiDOMCore.dis (IFs): Inherit non-conditional version
11     of ManakaiDOMMain interfaces.
12    
13     * DOMCore.dis (Node.childNodes): Typo fixed.
14    
15     * ManakaiDOMLS2003.dis (parse): Check whether the namespace
16     prefix is null.
17    
18     * dis2pm.pl (perl_builtin_code): Allow hash reference as 'features'.
19     (Condition): Don't generate condition inheritance for DOM1, DOM2
20     and DOM3.
21    
22 wakaba 1.25 2004-09-30 Wakaba <wakaba@suika.fam.cx>
23    
24     * dis2pm.pl (disdoc_inline2pod, disdoc_inline2text): New
25     element type 'FILE' added.
26    
27     * ManakaiDOMMain.dis (ManakaiDOMExceptionOrWarning,
28     ManakaiDOMException, ManakaiDOMWarning): New classes.
29     (ManakaiDOMObject/___report_error): Implemented.
30    
31     * dis2pm.pl (perl_builtin_code:ParseFeature): Recognize leading '+'.
32    
33 wakaba 1.24 2004-09-29 Wakaba <wakaba@suika.fam.cx>
34    
35     * dis2pm.pl (get_redef_description, attr2perl, method2perl, if2perl):
36     New attribute 'IsAbstract', 'IsFinal' and 'ImplByApp' added.
37    
38     2004-09-27 Wakaba <wakaba@suika.fam.cx>
39    
40     * .cvsignore: New file.
41    
42 wakaba 1.22 2004-09-27 Wakaba <wakaba@suika.fam.cx>
43    
44 wakaba 1.23 * DOMLS.dis, ManakaiDOMLS2003: New file.
45    
46 wakaba 1.22 * dis2pm.pl (MAIN): Output "AUTHOR" pod section; support Perl+MPL
47     license.
48 wakaba 1.23 (disdoc2pod, disdoc2text): New 'DFN', 'SA', 'SE', 'HA', 'HE',
49     'XA', 'XE', 'Prefix', 'ERR', 'EV' and 'CP' element types supported.
50     (perl_name): Die if uninitialized value.
51     (constgroup2perl): Support constant group without machine-name.
52     (pod_item): Die if uninitialized value.
53     (qname_label): Don't output default prefix.
54 wakaba 1.22
55     * idl2dis.pl: Output module name and prefix as 'BindingName'
56     and 'FileName'.
57    
58 wakaba 1.20 2004-09-26 Wakaba <wakaba@suika.fam.cx>
59    
60 wakaba 1.21 * dis2pm.pl (constgroup2perl): Capitalize name.
61    
62     * idl2dis.pl (type, raise): Prepend namespace prefix if
63     type is 'DOMString' or 'DOMException' and it is not defined.
64     (MAIN): Make empty 'Return' element even if return
65     value is void.
66     (supply_incase): New.
67     (const): Use 'FullName' in favor of 'Description' if the name of
68     the const group is not a machine-friendly name.
69    
70     2004-09-26 Wakaba <wakaba@suika.fam.cx>
71    
72 wakaba 1.20 * dis2pm.pl (get_incase_label): Error if label is undef.
73    
74 wakaba 1.19 2004-09-25 Wakaba <wakaba@suika.fam.cx>
75    
76     * dis2pm.pl: Generate TODO list.
77     (method2perl): Use "dis".
78     (disdoc2pod, disdoc2text): 'HTML', 'InfosetP' element types added.
79     (perl_builtin_code): New code 'isRelativeDOMURI' added.
80    
81     * ManakaiDOMMain.dis (MDOM_REPLACE_BY_ITSELF_NO_EFFECT): New
82     warning code.
83    
84     * dis2pm.pl (attr2perl, method2perl): Output 'undef;' if the
85     method or attribute(set) does not return a value.
86     (perl_code): New macro 'WHEN' added. Macro 'INT{}' now allow
87     parameter.
88    
89 wakaba 1.18 2004-09-24 Wakaba <wakaba@suika.fam.cx>
90    
91     * dis2pm.pl (perl_exception): New 'subtype' parameter added.
92     (param2poditem): New.
93     (MAIN): Write 'NAMESPACE BINDINGS' pod section if necessary.
94     (perl_builtin_code): More developer-friendly error report.
95     (perl_code): New 'REQUIRE' statement added.
96     (disdoc2text, disdoc2pod): New 'QUOTE' element type added.
97     (get_value_literal): Default for unknown type is now 'undef'.
98    
99     2004-09-22 Wakaba <wakaba@suika.fam.cx>
100    
101     * dis2pm.pl (perl_builtin_code): New 'CheckName' and
102     'XMLVersion' added.
103    
104 wakaba 1.16 2004-09-20 Wakaba <wakaba@suika.fam.cx>
105    
106 wakaba 1.17 * dis2pm.pl (get_redef_description): See 'RedefinedBy' elements
107     even if it is 'ReMethod' and 'ReAttr' element.
108    
109     2004-09-20 Wakaba <wakaba@suika.fam.cx>
110    
111 wakaba 1.16 * dis2pm.pl (type_label): New option 'is_pod' implemented.
112     (get_redef_description): New function.
113     (get_isa_description): New function.
114     (disdoc2pod, disdoc2text): New.
115     (get_description): DISDOC support.
116     (valid_err, valid_err): New option 'node' implemented.
117    
118     * ManakaiDOMCore.dis (IF[ManakaiDOMNodeObjectNode]): New.
119    
120 wakaba 1.13 2004-09-19 Wakaba <wakaba@suika.fam.cx>
121    
122 wakaba 1.15 * dis2pm.pl (condition_match): Report error if the condition
123     not defined.
124    
125     * ManakaiDOMMain.dis (MDOM_IMPL_BY_APP): New exception code.
126    
127 wakaba 1.14 * dis2pm.pl (datatype2perl, datatypealias2perl): "FullName" attribute
128     introduced.
129 wakaba 1.15 (constgroup2perl): Define is-a relationship between group
130     Name and its Type.
131     (constgroup2perl): "IsBitMask" attribute introduced.
132 wakaba 1.14
133     * ManakaiDOMMain.dis: Renamed from "ManakaiDOM.dis".
134    
135 wakaba 1.13 * dis2pm.pl (type_label): Type label for unsigned-long and
136     unsigned-short added.
137     (perl_code): Die if uninitialized value is given.
138     (is_all_implemented): New function.
139    
140     * ManakaiDOMXML.dis: New module.
141    
142     * ManakaiDOMCore.dis: New module.
143    
144     * dis2pm.pl (dis2perl): 'Overridden' added.
145    
146 wakaba 1.12 2004-09-18 Wakaba <wakaba@suika.fam.cx>
147    
148     * ManakaiDOM.dis (MDOM_NEWCHILD_IS_REFCHILD): New warning.
149     (ManakaiDOMNodeObject->orphanate): New internal method.
150     (Interface[ManakaiDOMNodeObject, ManakaiDOMNodeReference]): All calls
151     of internal methods are now qualified by the package name.
152    
153 wakaba 1.11 2004-09-17 Wakaba <wakaba@suika.fam.cx>
154    
155     * DOMMain.dis: 'SpecLevel' attribute added.
156    
157     * idl2dis.pl (level): Set 'SpecLevel' attribute as well as 'Level'.
158    
159     * dis2pm.pl (get_level_description): Attribute name to see is
160     changed from 'Level' to 'SpecLevel'
161     (const2perl): Don't hardlink constant not to be warned
162     by perl -w.
163     (ops2perl): Declare subroutine 'DESTROY' not to be warned by
164     perl -w.
165 wakaba 1.12 (get_internal_code): Support of lang:dis.
166 wakaba 1.11
167     * ManakaiDOM.dis (newReference): New parameter 'class' introduced.
168    
169     * dis2pm.pl (perl_builtin_code:<ManakaiDOM:ManakaiDOMNamespaceURI>):
170     Separeted from "DOMString".
171     (if2perl, attr2perl): Don't cast to DOMString.
172    
173 wakaba 1.10 2004-09-15 Wakaba <wakaba@suika.fam.cx>
174    
175     * dis2pm.pl (perl_builtin_code): __CODE{CheckNCName}__ implemented.
176     (perl_if): Don't indent if preprocessing direction found.
177     (perl_code_source): Add \n before the #line directive.
178    
179     2004-09-14 Wakaba <wakaba@suika.fam.cx>
180    
181     * dis2pm.pl (get_internal_code): __INT{{name}}__ syntax now support
182     attribute.
183     (perl_code): __SUPER{name}__ syntax implemented.
184    
185 wakaba 1.9 2004-09-13 Wakaba <wakaba@suika.fam.cx>
186    
187     * dis2pm.pl (dis2perl): New.
188    
189     2004-09-12 Wakaba <wakaba@suika.fam.cx>
190    
191     * dis2pm.pl (get_warning_perl_code): New.
192    
193 wakaba 1.8 2004-09-10 Wakaba <wakaba@suika.fam.cx>
194    
195     * ManakaiDOM.dis (MDOM_NS_EMPTY_URI): New Exception type.
196     (ManakaiDOMNamespaceURI): New DataType.
197    
198     * DOMCore.dis: Most part of DOMImplementation interface is
199     implemented.
200    
201     * dis2pm.pl (method2perl): Description for returned value
202     is changed to be grouped.
203     (get_value_literal): Don't quote "null" even if it is a DOMString.
204     (perl_exception): Don't output terminating semicolon.
205     (perl_builtin_code): ManakaiDOM:ManakaiDOMNamespaceURI is
206     supported.
207    
208 wakaba 1.7 2004-09-09 Wakaba <wakaba@suika.fam.cx>
209 wakaba 1.8
210     * dis2pm.pl (method2perl, attr2perl): '(Return | Get | Set)/Exception'
211     implemented.
212 wakaba 1.7
213     * idl2dis.pl (type): Don't output Require element for
214     DOMMain module (now it is implicitly required by default).
215    
216 wakaba 1.6 2004-09-01 Wakaba <wakaba@suika.fam.cx>
217    
218     * idl2dis.pl (level): Use 'Level' instead of 'ModifiedLevel'.
219    
220 wakaba 1.5 2004-08-31 Wakaba <wakaba@suika.fam.cx>
221    
222     * dis2pm.pl (const2perl, constgroup2perl): New.
223    
224     * idl2dis.pl (idlna): New.
225    
226 wakaba 1.4 2004-08-30 Wakaba <wakaba@suika.fam.cx>
227    
228     * dis2pm.pl: Versioned implementation of "IF" supported (see
229     also Manakai Development Memo : 2004-08-29
230     <http://suika.fam.cx/~wakaba/-temp/wiki/wiki?manakai%2F%2F%A5%E1%A5%E2%2F%2F2004-08-29>).
231    
232     * idl2dis.pl (register_required_module): ISA is now
233     converted to elements, not a list attribute.
234    
235 wakaba 1.2 2004-08-22 Wakaba <wakaba@suika.fam.cx>
236    
237 wakaba 1.3 * idl2dis.pl (register_required_module): Top-level element type
238     name "Type" and "TypeAlias" changed to "DataType" and
239     "DataTypeAlias".
240    
241 wakaba 1.2 * dis2pm.pl (perl_code_source): New function.
242    
243 wakaba 1.1 2004-08-21 Wakaba <wakaba@suika.fam.cx>
244    
245     * ChangeLog: New file.
246    
247     * Makefile, DOMMain.dis, DOMCore.dis, DOMXML.dis, dis2pm.pl, idl2dis.pl:
248     New files (Moved from ../Markup/XML/DOM/).
249    
250    

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24