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

Legend:
Removed from v.1.24  
changed lines
  Added in v.1.84

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24