/[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.35 - (hide annotations) (download)
Mon Oct 18 12:23:51 2004 UTC (20 years, 1 month ago) by wakaba
Branch: MAIN
Changes since 1.34: +4 -0 lines
Daily

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24