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

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.30

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24