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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24