/[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.31 - (show annotations) (download)
Mon Oct 11 12:02:00 2004 UTC (20 years, 1 month ago) by wakaba
Branch: MAIN
Changes since 1.30: +1 -0 lines
DOMKeyboardEvents module added

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24