/[suikacvs]/messaging/manakai/lib/Message/DOM/ChangeLog
Suika

Diff of /messaging/manakai/lib/Message/DOM/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.5 by wakaba, Tue Aug 31 10:00:51 2004 UTC revision 1.32 by wakaba, Sat Oct 16 13:34:17 2004 UTC
# Line 1  Line 1 
1    2004-10-16  Wakaba  <wakaba@suika.fam.cx>
2    
3            * DOMMouseEvents.dis, DOMTextEvents.dis: New module.
4    
5    2004-10-11  Wakaba  <wakaba@suika.fam.cx>
6    
7            * ManakaiDOMMain.dis: 'TreeCore:anydata2' property type added.
8            (DataType[ManakaiDOMKeyIdentifier, ManakaiDOMKeyIdentifiers]): added.
9    
10    2004-10-10  Wakaba  <wakaba@suika.fam.cx>
11    
12            * DOMEvents.dis: New module.
13    
14            * 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            * Makefile (DIS2PM_PL): Path to dis2pm.pl changed.
21            * dis2pm.pl, idl2dis.pl: Removed (moved to ../../bin/).
22    
23    2004-10-09  Wakaba  <wakaba@suika.fam.cx>
24    
25            * DOMCore.dis (ConfigParam): Moved from ManakaiDOMCore.
26            * ManakaiDOMCore.dis (ConfigParam): Removed.
27    
28            * dis2pm.pl: Functions to create perl/pod structures
29            are moved to ../../bin/genlib.pl.
30            (disdoc2pod, disdoc2text): Allow LESS-THAN SIGN as the first
31            character of a paragraph.
32    
33            * 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    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    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    2004-09-27  Wakaba  <wakaba@suika.fam.cx>
73    
74            * DOMLS.dis, ManakaiDOMLS2003: New file.
75    
76            * dis2pm.pl (MAIN): Output "AUTHOR" pod section; support Perl+MPL
77            license.
78            (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    
85            * idl2dis.pl: Output module name and prefix as 'BindingName'
86            and 'FileName'.
87    
88    2004-09-26  Wakaba  <wakaba@suika.fam.cx>
89    
90            * 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            * dis2pm.pl (get_incase_label): Error if label is undef.
103    
104    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    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    2004-09-20  Wakaba  <wakaba@suika.fam.cx>
135    
136            * 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            * 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    2004-09-19  Wakaba  <wakaba@suika.fam.cx>
151    
152            * 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            * dis2pm.pl (datatype2perl, datatypealias2perl): "FullName" attribute
158            introduced.
159            (constgroup2perl): Define is-a relationship between group
160            Name and its Type.
161            (constgroup2perl): "IsBitMask" attribute introduced.
162    
163            * ManakaiDOMMain.dis: Renamed from "ManakaiDOM.dis".
164    
165            * 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    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    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            (get_internal_code): Support of lang:dis.
196    
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    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    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    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    2004-09-09  Wakaba  <wakaba@suika.fam.cx>
239    
240            * dis2pm.pl (method2perl, attr2perl): '(Return | Get | Set)/Exception'
241            implemented.
242    
243            * idl2dis.pl (type): Don't output Require element for
244            DOMMain module (now it is implicitly required by default).
245    
246    2004-09-01  Wakaba  <wakaba@suika.fam.cx>
247    
248            * idl2dis.pl (level): Use 'Level' instead of 'ModifiedLevel'.
249    
250  2004-08-31  Wakaba  <wakaba@suika.fam.cx>  2004-08-31  Wakaba  <wakaba@suika.fam.cx>
251    
252          * dis2pm.pl (const2perl, constgroup2perl): New.          * dis2pm.pl (const2perl, constgroup2perl): New.

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.32

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24