/[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 - (show 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 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 2004-10-18 Wakaba <wakaba@suika.fam.cx>
15
16 * DOMWebForms.dis: New module.
17
18 2004-10-17 Wakaba <wakaba@suika.fam.cx>
19
20 * DOMBasicEvents.dis, DOMHTMLEvents.dis, DOMViews.dis,
21 DOMHTML.dis: New modules.
22
23 2004-10-16 Wakaba <wakaba@suika.fam.cx>
24
25 * DOMMouseEvents.dis, DOMTextEvents.dis: New module.
26
27 2004-10-11 Wakaba <wakaba@suika.fam.cx>
28
29 * ManakaiDOMMain.dis: 'TreeCore:anydata2' property type added.
30 (DataType[ManakaiDOMKeyIdentifier, ManakaiDOMKeyIdentifiers]): added.
31
32 2004-10-10 Wakaba <wakaba@suika.fam.cx>
33
34 * DOMEvents.dis: New module.
35
36 * 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 * Makefile (DIS2PM_PL): Path to dis2pm.pl changed.
43 * dis2pm.pl, idl2dis.pl: Removed (moved to ../../bin/).
44
45 2004-10-09 Wakaba <wakaba@suika.fam.cx>
46
47 * DOMCore.dis (ConfigParam): Moved from ManakaiDOMCore.
48 * ManakaiDOMCore.dis (ConfigParam): Removed.
49
50 * dis2pm.pl: Functions to create perl/pod structures
51 are moved to ../../bin/genlib.pl.
52 (disdoc2pod, disdoc2text): Allow LESS-THAN SIGN as the first
53 character of a paragraph.
54
55 * 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 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 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 2004-09-27 Wakaba <wakaba@suika.fam.cx>
95
96 * DOMLS.dis, ManakaiDOMLS2003: New file.
97
98 * dis2pm.pl (MAIN): Output "AUTHOR" pod section; support Perl+MPL
99 license.
100 (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
107 * idl2dis.pl: Output module name and prefix as 'BindingName'
108 and 'FileName'.
109
110 2004-09-26 Wakaba <wakaba@suika.fam.cx>
111
112 * 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 * dis2pm.pl (get_incase_label): Error if label is undef.
125
126 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 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 2004-09-20 Wakaba <wakaba@suika.fam.cx>
157
158 * 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 * 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 2004-09-19 Wakaba <wakaba@suika.fam.cx>
173
174 * 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 * dis2pm.pl (datatype2perl, datatypealias2perl): "FullName" attribute
180 introduced.
181 (constgroup2perl): Define is-a relationship between group
182 Name and its Type.
183 (constgroup2perl): "IsBitMask" attribute introduced.
184
185 * ManakaiDOMMain.dis: Renamed from "ManakaiDOM.dis".
186
187 * 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 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 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 (get_internal_code): Support of lang:dis.
218
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 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 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 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 2004-09-09 Wakaba <wakaba@suika.fam.cx>
261
262 * dis2pm.pl (method2perl, attr2perl): '(Return | Get | Set)/Exception'
263 implemented.
264
265 * idl2dis.pl (type): Don't output Require element for
266 DOMMain module (now it is implicitly required by default).
267
268 2004-09-01 Wakaba <wakaba@suika.fam.cx>
269
270 * idl2dis.pl (level): Use 'Level' instead of 'ModifiedLevel'.
271
272 2004-08-31 Wakaba <wakaba@suika.fam.cx>
273
274 * dis2pm.pl (const2perl, constgroup2perl): New.
275
276 * idl2dis.pl (idlna): New.
277
278 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 2004-08-22 Wakaba <wakaba@suika.fam.cx>
288
289 * idl2dis.pl (register_required_module): Top-level element type
290 name "Type" and "TypeAlias" changed to "DataType" and
291 "DataTypeAlias".
292
293 * dis2pm.pl (perl_code_source): New function.
294
295 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