/[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.27 by wakaba, Sat Oct 9 07:55:22 2004 UTC revision 1.80 by wakaba, Sat Oct 15 15:28:05 2005 UTC
# Line 1  Line 1 
1    2005-10-15  Wakaba  <wakaba@suika.fam.cx>
2    
3            * DOMCore.dis (Require): References "DOMLS.dis" module.
4            (CParam): Definitions for LS module added.
5    
6            * DOMLS.dis (ManakaiDOMLSInput): The input processor
7            is also an output processor now.
8            (ManakaiDOMLSResourceResolver): Implemented.
9            (CParam): Definitions updated.
10    
11    2005-10-14  Wakaba  <wakaba@suika.fam.cx>
12    
13            * DOMCore.dis (NOT_RECOGNIZED_CONFIG_PARAM_ERR,
14            NOT_SUPPORTED_CONFIG_VALUE_ERR,
15            INCOMPATIBLE_CONFIG_VALUE_ERR): New error subcodes.
16            (DOMConfiguration): Implemented.
17            (CParam): Definitions updated.
18    
19            * DOMMain.dis (DOMURIs): New data type.
20            
21    2005-10-13  Wakaba  <wakaba@suika.fam.cx>
22    
23            * DOMCore.dis (setAttrValueNS): New code.
24    
25    2005-10-12  Wakaba  <wakaba@suika.fam.cx>
26    
27            * DOMCore.dis: Don't set "infoset:prefix" internal
28            property unless it has non-null value.
29            (newObject): "refNode" parameter introduced.
30            (ManakaiDOMNode.newObject): Calls "NodeStem.newNode"
31            method if "refNode" parameter is specified.
32            (cloneNode): Don't set "read-only" flag.
33            (getNodeReference): Caches the result.
34            (selectAttributeNodeForRemove): Don't removes any other
35            non-namespace-aware attribute nodes.
36    
37    2005-10-11  Wakaba  <wakaba@suika.fam.cx>
38    
39            * DOMCore.dis (appendChild, createElementNS, createAttributeNS,
40            setAttribute, setAttributeNS): "strictErrorChecking" attribute supported.
41            (doStrictErrorChecking): New code.
42    
43            * DOMMain.dis (XML10Name, XML11Name): "strictErrorChecking" attribute
44            supported.
45    
46            * Makefile: Rule to make "DOMFeature.pm" restored.
47    
48    2005-10-10  Wakaba  <wakaba@suika.fam.cx>
49    
50            * DOMCore.dis (ADOPT_NODE_TYPE_NOT_SUPPORTED_ERR): New error subcode.
51            (adoptNode): Implemented.
52    
53    2005-10-09  Wakaba  <wakaba@suika.fam.cx>
54    
55            * DOMHTML.dis, DOMWebForms.dis: Typos in element type prefix fixed.
56    
57            * DOMFeature.dis (DOMCore:implementation): Short name added.
58    
59            * DOMCore.dis (CLONE_NODE_TYPE_NOT_SUPPORTED_ERR): New error subcode.
60            (DOMCore:node): New error parameter.
61            (DOMCore:ownerDocument): Changed from "mn:irefnode0"
62            to "mn:xrefnode0".  For this reason, all assignments
63            to this property have been rewritten to references
64            to code "mn:setXRefNode".
65            (cloneNode): Implemented.
66            (setAttributeNode): A missing "importTree" method call added.
67            (setAttributeNodeNS): Perl code removed and changed
68            to a reference to "setAttributeNode" method code.
69    
70            * DOMXML.dis (DOMCore:ownerDocument): Changed from "mn:irefnode0"
71            property to "mn:xrefnode0" property.
72    
73    2005-10-08  Wakaba  <wakaba@suika.fam.cx>
74    
75            * DOMCore.dis, DOMLS.dis: Now constant values are defined only
76            in interfaces.
77    
78    2005-10-06  Wakaba  <wakaba@suika.fam.cx>
79    
80            * DOMCore.dis (ManakaiDOMEmptyNodeList): New class.
81            (ManakaiDOMCharacterData): Methods reimplemented.
82            (splitText): Reimplemented.
83            (childNodes): Returns a "ManakaiDOMEmptyNodeList"
84            for non-parent node types.
85    
86            * DOMXML.dis (childNodes): Returns a "ManakaiDOMEmptyNodeList"
87                    for non-parent node types.
88    
89    2005-10-05  Wakaba  <wakaba@suika.fam.cx>
90    
91            * ManakaiDOMLS2003.dis: Revised to new format.
92    
93            * GenericLS.dis (DOMLS:ParseString): New feature.
94    
95    2005-10-05  Wakaba  <wakaba@suika.fam.cx>
96    
97            * DOMFeature.dis: Description added and revised.  (Still more
98            work required.)
99    
100    2005-10-04  Wakaba  <wakaba@suika.fam.cx>
101    
102            * DOMMain.dis (DOMString): The "idl:perl" attribute
103            value has been changed from "DISPerl:String"
104            to "DISPerl:CharacterString" to clarify its semantics.
105    
106    2005-10-03  Wakaba  <wakaba@suika.fam.cx>
107    
108            * DOMFeature.dis (MIString): Java, ECMAScript, and Perl bound
109            type properties added.
110    
111            * DOMMain.dis (DataType): Java, ECMAScript, and Perl bound
112            type properties added.
113    
114    2005-10-02  Wakaba  <wakaba@suika.fam.cx>
115    
116            * DOMFeature.dis (Module): "idl:prefix" and "idl:moduleName"
117            properties added.
118    
119    2005-10-01  Wakaba  <wakaba@suika.fam.cx>
120    
121            * DOMFeature.dis: Documentation added (still work in progress).
122            (MIString): New type.
123    
124            * DOMCore.dis (namespaceURI): Fixed to return the namespace
125            URI value, not a reference to it.
126    
127    2005-09-30  Wakaba  <wakaba@suika.fam.cx>
128    
129            * DOMCore.dis, SimpleLS.dis: Shares namespace URIs and local
130            names where possible.
131    
132            * DOMFeature.dis: Documentation for DOM Minimum Implementation
133            added (still work in progress).
134    
135            * Makefile (feature.dae, feature-spec.dae): New rules.
136    
137    2005-09-27  Wakaba  <wakaba@suika.fam.cx>
138    
139            * DOMCore.dis (DOMCore:nodeProp): New property.
140    
141            * DOMCore.dis, DOMXML.dis: Codes to set properties "TreeCore:*"
142            is removed.
143    
144    2005-09-26  Wakaba  <wakaba@suika.fam.cx>
145    
146            * DOMCore.dis, DOMXML.dis: New mn:* properties added.
147    
148    2005-09-25  Wakaba  <wakaba@suika.fam.cx>
149    
150            * Makefile (DAC_SUFFIX): Changed to ".dae".
151            (DAEM_SUFFIX): New.
152    
153    2005-09-24  Wakaba  <wakaba@suika.fam.cx>
154    
155            * DOMMain.dis (MDOM:): Reintroduced for "ManakaiDOM:ManakaiDOM1"
156            and "ManakaiDOM:ManakaiDOM2".
157    
158            * DOMFeature.dis, DOMMain.dis, DOMCore.dis, DOMXML.dis,
159            DOMLS.dis, SimpleLS.dis, GenericLS.dis: Use disPerl:H
160            instead of disPerl:Q for internal property hash keys.
161    
162            * DOMFeature.dis, DOMCore.dis, DOMXML.dis: Missing property
163            definitions added.
164    
165            * DOMCore.dis (DOMCore:TextNode, DOMCore:DocumentFragmentNode):
166            New resources.
167            
168            * DOMXML.dis (DOMXML:EntityNode, DOMXML:EntityReferenceNode): New
169            resources.
170    
171    2005-09-23  Wakaba  <wakaba@suika.fam.cx>
172    
173            * GenericLS.dis, SimpleLS.dis: New modules separated
174            from DOMLS.dis.
175    
176            * DOMFeature.dis, DOMMain.dis: "MDOM:" and "for" definitions
177            moved from DOMMain to DOMFeature.  Now DOMFeature
178            has no dependency on DOMMain.
179    
180            * DOMFeature.dis (DEBUG): New variable.
181    
182    2005-09-22  Wakaba  <wakaba@suika.fam.cx>
183    
184            * Makefile: DAC_SUFFIX changed to ".dad".
185    
186    2005-09-21  Wakaba  <wakaba@suika.fam.cx>
187    
188            * DOMCore.pm (DOMImplementation): Provides "XML" and "XMLVersion"
189            features if it is "for" ManakaiDOM:DOMXMLFeature.
190    
191            * DOMMain.pm (StringExtend): Code portions of raising
192            StringOutOfBoundsException is temporary disabled since
193            it is not a DOM-style exception supported by
194            current implementation of ManakaiNode - it will be
195            recovered in later revision.
196    
197    2005-09-20  Wakaba  <wakaba@suika.fam.cx>
198    
199            * DOMFeature.pm: Debug output code copied
200            from Attic/DOMMetaImpl.pm (Should these code incorporated
201            to source dis file?).
202    
203    2005-09-19  Wakaba  <wakaba@suika.fam.cx>
204    
205            * DOMMain.dis (ManakaiDOM:DOMMethod, ManakaiDOM:DOMMethodReturn,
206            ManakaiDOM:DOMAttribute, ManakaiDOM:DOMAttrGet,
207            ManakaiDOM:DOMAttrSet, ManakaiDOM:DOMMethodParam): Removed.
208            (ManakaiDOMTimeStamp): Removed.
209    
210            * DOMBoot.dis, DOMMetaImpl.dis, DOMMetaImpl.pm: Removed (they are no
211            longer in use).
212    
213    2005-09-18  Wakaba  <wakaba@suika.fam.cx>
214    
215            * DOMMain.dis (StringOutOfBoundsException): New exception.
216    
217    2005-09-15  Wakaba  <wakaba@suika.fam.cx>
218    
219            * DOMFeature.dis: dis:dataType and dis:multipleProperties
220            properties added to properties.
221    
222    2005-09-08  Wakaba  <wakaba@suika.fam.cx>
223    
224            * Makefile: Rules renewaled.
225    
226    2005-09-07  Wakaba  <wakaba@suika.fam.cx>
227    
228            * DOMCore.dis, DOMXML.dis, DOMLS.dis: Inheritance information fixed.
229    
230    2005-09-05  Wakaba  <wakaba@suika.fam.cx>
231    
232            * DOMMain.dis (DOMImplementationRegistry,
233            DOMImplementationRegistryVar): New.
234    
235            * DOMFeature.dis (DOMImplementationRegistry,
236            DOMImplementationRegistryVar): Removed.
237            (ImplementationRegistry): New class.
238    
239    2005-09-04  Wakaba  <wakaba@suika.fam.cx>
240    
241            * DOMFeature.dis: New module.
242    
243            * DOMMetaImpl.dis (ManakaiDOM:ManakaiDOMObject): Removed.
244    
245            * DOMMain.dis (ManakaiDOM:ManakaiDOMObject): New.
246            (DOMString, DOMTimeStamp): Now they are not interfaces
247            but datatypes.
248            (DOMUserData, DOMObject, DOMUserData): Now they
249            are subtypes rather than aliases of their "real" type in IDL.
250            
251            * DOMCore.dis (DOMImplementationList, DOMImplementationSource):
252            New interfaces and classes.    
253    
254    2005-09-01  Wakaba  <wakaba@suika.fam.cx>
255    
256            * DOMCore.dis (setTextNodeContent): Sets the infoset:parent
257            property of the new Text node.
258    
259    2005-08-29  Wakaba  <wakaba@suika.fam.cx>
260    
261            * Makefile: Loads "NaturalLanguage.dis".
262    
263    2005-08-26  Wakaba  <wakaba@suika.fam.cx>
264    
265            * DOMCore.dis (createDocument): Set "ownerDocument" attribute
266            to the root element created by the method.  (It was forgotten!!)
267    
268    2005-08-15  Wakaba  <wakaba@suika.fam.cx>
269    
270            * DOMCore.dis (appendChild, insertBefore, replaceChild): Typo
271            in the code of removing the newChild from the previous
272            parent of that node is fixed.
273    
274    2005-05-29  Wakaba  <wakaba@suika.fam.cx>
275    
276            * DOMLS.dis (SimpleSerializer): End tag was sometimes missing.  Use
277            namespace prefix of element type if it is not declared
278            but not used else.  A shift is replaced by pop:).
279    
280            * DOMCore.dis (getFeature): The getFeature method
281            for Node-derived classes implemented.
282            * DOMXML.dis (getFeature): Ditto.
283    
284    2005-05-21  Wakaba  <wakaba@suika.fam.cx>
285    
286            * DOMCore.dis (getNodeReference): Use HTMLDocument class
287            if a document node has no document element node but
288            has support for the "HTML" feature.
289    
290    2005-03-03  Wakaba  <wakaba@suika.fam.cx>
291    
292            * DOMMetaImpl.dis (features input normalizer): Variable name
293            typo fixed.
294            (ManakaiDOMImplementationSource.getDOMImplementation): Fixed bug
295            so that version specification for "+"'ed feature name does work now.
296    
297    2005-03-02  Wakaba  <wakaba@suika.fam.cx>
298    
299            * DOMBoot.dis (ResourceDef): Definitions for DOMFeature are
300            removed (now defined in DOMMetaImpl).
301    
302    2005-02-21  Wakaba  <wakaba@suika.fam.cx>
303    
304            * DOMMetaImpl.dis (IFClsDef[ManakaiDOMMinimumImplementation]): New.
305    
306            * Makefile: Rules for DOMMetaImpl module added.
307    
308    2005-02-20  Wakaba  <wakaba@suika.fam.cx>
309    
310            * DOMMetaImpl.dis: New module (split from DOMCore and DOMMain).
311    
312    2005-02-18  Wakaba  <wakaba@suika.fam.cx>
313    
314            * DOMCore.dis (getFeature): ManakaiDOM:ManakaiDOMNodeObject.newReference
315            is an instance method, not a class method.
316    
317            * DOMMain.dis (ResourceTypeDef[ManakaiDOM:Const,
318            ManakaiDOM:ConstGroup]): Removed (moved to "lib/manakai/DISLang.dis").
319            (Exception-related definitions): Removed (moved to
320            "lib/Message/Util/Error/DOMException.dis").
321            (ForDef[ManakaiDOM:ForIF, ManakaiDOM:ForClass]): Removed (moved
322            to DISLang).
323    
324    2005-02-17  Wakaba  <wakaba@suika.fam.cx>
325    
326            * DOMMain.dis: Definitions for "ManakaiDOM:ManakaiDOMNodeObject" and
327            "ManakaiDOM:ManakaiDOMNodeReference" are removed (moved to
328            "lib/Message/Util/ManakaiNode.dis").
329            (ResourceDef[ManakaiDOM:DataType]): Removed (moved to
330            "lib/manakai/DISCore.dis").
331            (ResourceTypeDef[ManakaiDOM:IF, ManakaiDOM:Class,
332            ManakaiDOM:PrimitiveTypeClass]): Removed (moved to
333            "lib/manakai/DISLang.dis").
334    
335    2005-02-16  Wakaba  <wakaba@suika.fam.cx>
336    
337            * DOMMain.dis (ForDef[ManakaiDOM:Perl]): Removed (moved to
338            DISPerl module).
339    
340    2005-01-07  Wakaba  <wakaba@suika.fam.cx>
341    
342            * DOMCore.dis: Each "delete array-item" replaced to a "splice".
343    
344    2005-01-06  Wakaba  <wakaba@suika.fam.cx>
345    
346            * DOMMain.dis (ensureXMLName): Test as if XML 1.0 if it is not an
347            XML document.
348    
349    2005-01-05  Wakaba  <wakaba@suika.fam.cx>
350    
351            * DOMMain.dis (ManakaiDOMExceptionOrWarning.stringify): New method.
352            (IntMethod[isExternallyReferred]): Rewritten.
353            (IntMethod[isExternallyReferredDownward]): Removed.
354            (Checking XML name legallity): Fix true or false mistakes.
355            (destroy, importTree, orphanate): Rewritten.
356            (destroyDownward, changeTreeIDDownward): Removed.
357            (TreeCore:urefnode property): Removed since not used.
358    
359            * DOMCore.dis: Tying array for NodeList implemented.
360    
361    2005-01-02  Wakaba  <wakaba@suika.fam.cx>
362    
363            * DOMHTML.dis (HTMLDOMImplementation): New interface.
364    
365            * DOMViews.dis: Documentation for properties are added.
366    
367    2004-12-29  Wakaba  <wakaba@suika.fam.cx>
368    
369            * Makefile: DOMXML, DOMEvents, DOMLS and ManakaiDOMLS2003 added.
370    
371            * ManakaiDOMCore.dis: Removed (merged with DOMCore.dis).
372    
373    2004-12-28  Wakaba  <wakaba@suika.fam.cx>
374    
375            * ManakaiDOMXML.dis: Removed (merged with DOMXML.dis).
376    
377    2004-12-01  Wakaba  <wakaba@suika.fam.cx>
378    
379            * ManakaiDOMMain.dis: Removed (merged with DOMMain.dis).
380    
381    2004-11-03  Wakaba  <wakaba@suika.fam.cx>
382    
383            * .cvsignore: Ignore pod files.
384    
385    2004-10-31  Wakaba  <wakaba@suika.fam.cx>
386    
387            * DOMXML.dis (ProcessingInstruction.data): Property name error fixed.
388    
389            * DOMMain.dis: Don't call DOMString->__INT{length}__ - it should
390            be DOMString->length.
391    
392            * DOMCore.dis (Element.getElementsByTagName,
393            Node.getElementsByTagName, Element.getElementsByTagNameNS,
394            Node.getElementsByTagNameNS): Implemented.
395            (Element.getAttributeNode, Element.getAttributeNodeNS):
396            Check whether defined.
397    
398    2004-10-18  Wakaba  <wakaba@suika.fam.cx>
399    
400            * DOMWebForms.dis: New module.
401    
402    2004-10-17  Wakaba  <wakaba@suika.fam.cx>
403    
404            * DOMBasicEvents.dis, DOMHTMLEvents.dis, DOMViews.dis,
405            DOMHTML.dis: New modules.
406    
407    2004-10-16  Wakaba  <wakaba@suika.fam.cx>
408    
409            * DOMMouseEvents.dis, DOMTextEvents.dis: New module.
410    
411    2004-10-11  Wakaba  <wakaba@suika.fam.cx>
412    
413            * ManakaiDOMMain.dis: 'TreeCore:anydata2' property type added.
414            (DataType[ManakaiDOMKeyIdentifier, ManakaiDOMKeyIdentifiers]): added.
415    
416    2004-10-10  Wakaba  <wakaba@suika.fam.cx>
417    
418            * DOMEvents.dis: New module.
419    
420            * ManakaiDOMCore.dis (ManakaiDOMAttributes.item): Return
421            node reference.
422    
423            * ManakaiDOMLS2003.dis (error_handler): '$caller' changed
424            to '$self' for correct error reporting and not to leak memory.
425    
426            * Makefile (DIS2PM_PL): Path to dis2pm.pl changed.
427            * dis2pm.pl, idl2dis.pl: Removed (moved to ../../bin/).
428    
429  2004-10-09  Wakaba  <wakaba@suika.fam.cx>  2004-10-09  Wakaba  <wakaba@suika.fam.cx>
430    
431            * DOMCore.dis (ConfigParam): Moved from ManakaiDOMCore.
432            * ManakaiDOMCore.dis (ConfigParam): Removed.
433    
434          * dis2pm.pl: Functions to create perl/pod structures          * dis2pm.pl: Functions to create perl/pod structures
435          are moved to ../../bin/genlib.pl.          are moved to ../../bin/genlib.pl.
436            (disdoc2pod, disdoc2text): Allow LESS-THAN SIGN as the first
437            character of a paragraph.
438    
439          * ManakaiDOMLS2003.dis (ManakaiXMLParser2003/parse:#comment):          * ManakaiDOMLS2003.dis (ManakaiXMLParser2003/parse:#comment):
440          Set ownerDocument as parent if parent.ownerDocument is null.          Set ownerDocument as parent if parent.ownerDocument is null.

Legend:
Removed from v.1.27  
changed lines
  Added in v.1.80

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24