/[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.32 - (hide annotations) (download)
Sat Oct 16 13:34:17 2004 UTC (20 years, 1 month ago) by wakaba
Branch: MAIN
Changes since 1.31: +4 -0 lines
New

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24