/[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.34 - (hide annotations) (download)
Sun Oct 17 12:48:49 2004 UTC (20 years, 1 month ago) by wakaba
Branch: MAIN
Changes since 1.33: +2 -1 lines
New module

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24