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

Legend:
Removed from v.1.16  
changed lines
  Added in v.1.47

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24