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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24