/[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.40 - (show annotations) (download)
Wed Dec 29 04:49:48 2004 UTC (19 years, 11 months ago) by wakaba
Branch: MAIN
Changes since 1.39: +4 -0 lines
Classes implement NodeList and NamedNodeMap are merged to DOMCore module

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24