/[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.39 - (hide annotations) (download)
Tue Dec 28 13:10:20 2004 UTC (19 years, 11 months ago) by wakaba
Branch: MAIN
Changes since 1.38: +4 -0 lines
Daily

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24