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

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.37

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24