/[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.15 by wakaba, Sun Sep 19 12:49:34 2004 UTC revision 1.44 by wakaba, Fri Jan 7 13:07:14 2005 UTC
# Line 1  Line 1 
1    2005-01-07  Wakaba  <wakaba@suika.fam.cx>
2    
3            * DOMCore.dis: Each "delete array-item" replaced to a "splice".
4    
5    2005-01-06  Wakaba  <wakaba@suika.fam.cx>
6    
7            * DOMMain.dis (ensureXMLName): Test as if XML 1.0 if it is not an
8            XML document.
9    
10    2005-01-05  Wakaba  <wakaba@suika.fam.cx>
11    
12            * DOMMain.dis (ManakaiDOMExceptionOrWarning.stringify): New method.
13            (IntMethod[isExternallyReferred]): Rewritten.
14            (IntMethod[isExternallyReferredDownward]): Removed.
15            (Checking XML name legallity): Fix true or false mistakes.
16            (destroy, importTree, orphanate): Rewritten.
17            (destroyDownward, changeTreeIDDownward): Removed.
18            (TreeCore:urefnode property): Removed since not used.
19    
20            * DOMCore.dis: Tying array for NodeList implemented.
21    
22    2005-01-02  Wakaba  <wakaba@suika.fam.cx>
23    
24            * DOMHTML.dis (HTMLDOMImplementation): New interface.
25    
26            * DOMViews.dis: Documentation for properties are added.
27    
28    2004-12-29  Wakaba  <wakaba@suika.fam.cx>
29    
30            * Makefile: DOMXML, DOMEvents, DOMLS and ManakaiDOMLS2003 added.
31    
32            * ManakaiDOMCore.dis: Removed (merged with DOMCore.dis).
33    
34    2004-12-28  Wakaba  <wakaba@suika.fam.cx>
35    
36            * ManakaiDOMXML.dis: Removed (merged with DOMXML.dis).
37    
38    2004-12-01  Wakaba  <wakaba@suika.fam.cx>
39    
40            * ManakaiDOMMain.dis: Removed (merged with DOMMain.dis).
41    
42    2004-11-03  Wakaba  <wakaba@suika.fam.cx>
43    
44            * .cvsignore: Ignore pod files.
45    
46    2004-10-31  Wakaba  <wakaba@suika.fam.cx>
47    
48            * DOMXML.dis (ProcessingInstruction.data): Property name error fixed.
49    
50            * DOMMain.dis: Don't call DOMString->__INT{length}__ - it should
51            be DOMString->length.
52    
53            * DOMCore.dis (Element.getElementsByTagName,
54            Node.getElementsByTagName, Element.getElementsByTagNameNS,
55            Node.getElementsByTagNameNS): Implemented.
56            (Element.getAttributeNode, Element.getAttributeNodeNS):
57            Check whether defined.
58    
59    2004-10-18  Wakaba  <wakaba@suika.fam.cx>
60    
61            * DOMWebForms.dis: New module.
62    
63    2004-10-17  Wakaba  <wakaba@suika.fam.cx>
64    
65            * DOMBasicEvents.dis, DOMHTMLEvents.dis, DOMViews.dis,
66            DOMHTML.dis: New modules.
67    
68    2004-10-16  Wakaba  <wakaba@suika.fam.cx>
69    
70            * DOMMouseEvents.dis, DOMTextEvents.dis: New module.
71    
72    2004-10-11  Wakaba  <wakaba@suika.fam.cx>
73    
74            * ManakaiDOMMain.dis: 'TreeCore:anydata2' property type added.
75            (DataType[ManakaiDOMKeyIdentifier, ManakaiDOMKeyIdentifiers]): added.
76    
77    2004-10-10  Wakaba  <wakaba@suika.fam.cx>
78    
79            * DOMEvents.dis: New module.
80    
81            * ManakaiDOMCore.dis (ManakaiDOMAttributes.item): Return
82            node reference.
83    
84            * ManakaiDOMLS2003.dis (error_handler): '$caller' changed
85            to '$self' for correct error reporting and not to leak memory.
86    
87            * Makefile (DIS2PM_PL): Path to dis2pm.pl changed.
88            * dis2pm.pl, idl2dis.pl: Removed (moved to ../../bin/).
89    
90    2004-10-09  Wakaba  <wakaba@suika.fam.cx>
91    
92            * DOMCore.dis (ConfigParam): Moved from ManakaiDOMCore.
93            * ManakaiDOMCore.dis (ConfigParam): Removed.
94    
95            * dis2pm.pl: Functions to create perl/pod structures
96            are moved to ../../bin/genlib.pl.
97            (disdoc2pod, disdoc2text): Allow LESS-THAN SIGN as the first
98            character of a paragraph.
99    
100            * ManakaiDOMLS2003.dis (ManakaiXMLParser2003/parse:#comment):
101            Set ownerDocument as parent if parent.ownerDocument is null.
102    
103            * dis2pm.pl (dis2perl): Report if DIS code has value.
104    
105    2004-10-06  Wakaba  <wakaba@suika.fam.cx>
106    
107            * ManakaiDOMCore.dis (IFs): Inherit non-conditional version
108            of ManakaiDOMMain interfaces.
109    
110            * DOMCore.dis (Node.childNodes): Typo fixed.
111    
112            * ManakaiDOMLS2003.dis (parse): Check whether the namespace
113            prefix is null.
114    
115            * dis2pm.pl (perl_builtin_code): Allow hash reference as 'features'.
116            (Condition): Don't generate condition inheritance for DOM1, DOM2
117            and DOM3.
118    
119    2004-09-30  Wakaba  <wakaba@suika.fam.cx>
120    
121            * dis2pm.pl (disdoc_inline2pod, disdoc_inline2text): New
122            element type 'FILE' added.
123    
124            * ManakaiDOMMain.dis (ManakaiDOMExceptionOrWarning,
125            ManakaiDOMException, ManakaiDOMWarning): New classes.
126            (ManakaiDOMObject/___report_error): Implemented.
127    
128            * dis2pm.pl (perl_builtin_code:ParseFeature): Recognize leading '+'.
129    
130    2004-09-29  Wakaba  <wakaba@suika.fam.cx>
131    
132            * dis2pm.pl (get_redef_description, attr2perl, method2perl, if2perl):
133            New attribute 'IsAbstract', 'IsFinal' and 'ImplByApp' added.
134            
135    2004-09-27  Wakaba  <wakaba@suika.fam.cx>
136    
137            * .cvsignore: New file.
138    
139    2004-09-27  Wakaba  <wakaba@suika.fam.cx>
140    
141            * DOMLS.dis, ManakaiDOMLS2003: New file.
142    
143            * dis2pm.pl (MAIN): Output "AUTHOR" pod section; support Perl+MPL
144            license.
145            (disdoc2pod, disdoc2text): New 'DFN', 'SA', 'SE', 'HA', 'HE',
146            'XA', 'XE', 'Prefix', 'ERR', 'EV' and 'CP' element types supported.
147            (perl_name): Die if uninitialized value.
148            (constgroup2perl): Support constant group without machine-name.
149            (pod_item): Die if uninitialized value.
150            (qname_label): Don't output default prefix.
151    
152            * idl2dis.pl: Output module name and prefix as 'BindingName'
153            and 'FileName'.
154    
155    2004-09-26  Wakaba  <wakaba@suika.fam.cx>
156    
157            * dis2pm.pl (constgroup2perl): Capitalize name.
158    
159            * idl2dis.pl (type, raise): Prepend namespace prefix if
160            type is 'DOMString' or 'DOMException' and it is not defined.
161            (MAIN): Make empty 'Return' element even if return
162            value is void.
163            (supply_incase): New.
164            (const): Use 'FullName' in favor of 'Description' if the name of
165            the const group is not a machine-friendly name.
166    
167    2004-09-26  Wakaba  <wakaba@suika.fam.cx>
168            
169            * dis2pm.pl (get_incase_label): Error if label is undef.
170    
171    2004-09-25  Wakaba  <wakaba@suika.fam.cx>
172    
173            * dis2pm.pl: Generate TODO list.
174            (method2perl): Use "dis".
175            (disdoc2pod, disdoc2text): 'HTML', 'InfosetP' element types added.
176            (perl_builtin_code): New code 'isRelativeDOMURI' added.
177    
178            * ManakaiDOMMain.dis (MDOM_REPLACE_BY_ITSELF_NO_EFFECT): New
179            warning code.
180    
181            * dis2pm.pl (attr2perl, method2perl): Output 'undef;' if the
182            method or attribute(set) does not return a value.
183            (perl_code): New macro 'WHEN' added.  Macro 'INT{}' now allow
184            parameter.
185    
186    2004-09-24  Wakaba  <wakaba@suika.fam.cx>
187    
188            * dis2pm.pl (perl_exception): New 'subtype' parameter added.
189            (param2poditem): New.
190            (MAIN): Write 'NAMESPACE BINDINGS' pod section if necessary.
191            (perl_builtin_code): More developer-friendly error report.
192            (perl_code): New 'REQUIRE' statement added.
193            (disdoc2text, disdoc2pod): New 'QUOTE' element type added.
194            (get_value_literal): Default for unknown type is now 'undef'.
195    
196    2004-09-22  Wakaba  <wakaba@suika.fam.cx>
197    
198            * dis2pm.pl (perl_builtin_code): New 'CheckName' and
199            'XMLVersion' added.
200    
201    2004-09-20  Wakaba  <wakaba@suika.fam.cx>
202    
203            * dis2pm.pl (get_redef_description): See 'RedefinedBy' elements
204            even if it is 'ReMethod' and 'ReAttr' element.
205    
206    2004-09-20  Wakaba  <wakaba@suika.fam.cx>
207    
208            * dis2pm.pl (type_label): New option 'is_pod' implemented.
209            (get_redef_description): New function.
210            (get_isa_description): New function.
211            (disdoc2pod, disdoc2text): New.
212            (get_description): DISDOC support.
213            (valid_err, valid_err): New option 'node' implemented.
214    
215            * ManakaiDOMCore.dis (IF[ManakaiDOMNodeObjectNode]): New.
216    
217  2004-09-19  Wakaba  <wakaba@suika.fam.cx>  2004-09-19  Wakaba  <wakaba@suika.fam.cx>
218    
219          * dis2pm.pl (condition_match): Report error if the condition          * dis2pm.pl (condition_match): Report error if the condition

Legend:
Removed from v.1.15  
changed lines
  Added in v.1.44

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24