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

Legend:
Removed from v.1.14  
changed lines
  Added in v.1.54

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24