/[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.36 - (hide annotations) (download)
Sun Oct 31 12:30:28 2004 UTC (20 years ago) by wakaba
Branch: MAIN
CVS Tags: before-dis2-200411
Changes since 1.35: +13 -0 lines
getElementsByTagName implemented; some bug fixed

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24