/[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.66 by wakaba, Mon Sep 26 14:37:34 2005 UTC revision 1.77 by wakaba, Wed Oct 12 00:30:54 2005 UTC
# Line 1  Line 1 
1    2005-10-11  Wakaba  <wakaba@suika.fam.cx>
2    
3            * DOMCore.dis (appendChild, createElementNS, createAttributeNS,
4            setAttribute, setAttributeNS): "strictErrorChecking" attribute supported.
5            (doStrictErrorChecking): New code.
6    
7            * DOMMain.dis (XML10Name, XML11Name): "strictErrorChecking" attribute
8            supported.
9    
10            * Makefile: Rule to make "DOMFeature.pm" restored.
11    
12    2005-10-10  Wakaba  <wakaba@suika.fam.cx>
13    
14            * DOMCore.dis (ADOPT_NODE_TYPE_NOT_SUPPORTED_ERR): New error subcode.
15            (adoptNode): Implemented.
16    
17    2005-10-09  Wakaba  <wakaba@suika.fam.cx>
18    
19            * DOMHTML.dis, DOMWebForms.dis: Typos in element type prefix fixed.
20    
21            * DOMFeature.dis (DOMCore:implementation): Short name added.
22    
23            * DOMCore.dis (CLONE_NODE_TYPE_NOT_SUPPORTED_ERR): New error subcode.
24            (DOMCore:node): New error parameter.
25            (DOMCore:ownerDocument): Changed from "mn:irefnode0"
26            to "mn:xrefnode0".  For this reason, all assignments
27            to this property have been rewritten to references
28            to code "mn:setXRefNode".
29            (cloneNode): Implemented.
30            (setAttributeNode): A missing "importTree" method call added.
31            (setAttributeNodeNS): Perl code removed and changed
32            to a reference to "setAttributeNode" method code.
33    
34            * DOMXML.dis (DOMCore:ownerDocument): Changed from "mn:irefnode0"
35            property to "mn:xrefnode0" property.
36    
37    2005-10-08  Wakaba  <wakaba@suika.fam.cx>
38    
39            * DOMCore.dis, DOMLS.dis: Now constant values are defined only
40            in interfaces.
41    
42    2005-10-06  Wakaba  <wakaba@suika.fam.cx>
43    
44            * DOMCore.dis (ManakaiDOMEmptyNodeList): New class.
45            (ManakaiDOMCharacterData): Methods reimplemented.
46            (splitText): Reimplemented.
47            (childNodes): Returns a "ManakaiDOMEmptyNodeList"
48            for non-parent node types.
49    
50            * DOMXML.dis (childNodes): Returns a "ManakaiDOMEmptyNodeList"
51                    for non-parent node types.
52    
53    2005-10-05  Wakaba  <wakaba@suika.fam.cx>
54    
55            * ManakaiDOMLS2003.dis: Revised to new format.
56    
57            * GenericLS.dis (DOMLS:ParseString): New feature.
58    
59    2005-10-05  Wakaba  <wakaba@suika.fam.cx>
60    
61            * DOMFeature.dis: Description added and revised.  (Still more
62            work required.)
63    
64    2005-10-04  Wakaba  <wakaba@suika.fam.cx>
65    
66            * DOMMain.dis (DOMString): The "idl:perl" attribute
67            value has been changed from "DISPerl:String"
68            to "DISPerl:CharacterString" to clarify its semantics.
69    
70    2005-10-03  Wakaba  <wakaba@suika.fam.cx>
71    
72            * DOMFeature.dis (MIString): Java, ECMAScript, and Perl bound
73            type properties added.
74    
75            * DOMMain.dis (DataType): Java, ECMAScript, and Perl bound
76            type properties added.
77    
78    2005-10-02  Wakaba  <wakaba@suika.fam.cx>
79    
80            * DOMFeature.dis (Module): "idl:prefix" and "idl:moduleName"
81            properties added.
82    
83    2005-10-01  Wakaba  <wakaba@suika.fam.cx>
84    
85            * DOMFeature.dis: Documentation added (still work in progress).
86            (MIString): New type.
87    
88            * DOMCore.dis (namespaceURI): Fixed to return the namespace
89            URI value, not a reference to it.
90    
91    2005-09-30  Wakaba  <wakaba@suika.fam.cx>
92    
93            * DOMCore.dis, SimpleLS.dis: Shares namespace URIs and local
94            names where possible.
95    
96            * DOMFeature.dis: Documentation for DOM Minimum Implementation
97            added (still work in progress).
98    
99            * Makefile (feature.dae, feature-spec.dae): New rules.
100    
101    2005-09-27  Wakaba  <wakaba@suika.fam.cx>
102    
103            * DOMCore.dis (DOMCore:nodeProp): New property.
104    
105            * DOMCore.dis, DOMXML.dis: Codes to set properties "TreeCore:*"
106            is removed.
107    
108  2005-09-26  Wakaba  <wakaba@suika.fam.cx>  2005-09-26  Wakaba  <wakaba@suika.fam.cx>
109    
110          * DOMCore.dis, DOMXML.dis: New mn:* properties added.          * DOMCore.dis, DOMXML.dis: New mn:* properties added.
# Line 45  Line 152 
152          * DOMCore.pm (DOMImplementation): Provides "XML" and "XMLVersion"          * DOMCore.pm (DOMImplementation): Provides "XML" and "XMLVersion"
153          features if it is "for" ManakaiDOM:DOMXMLFeature.          features if it is "for" ManakaiDOM:DOMXMLFeature.
154    
155          * DOMMain.pm (StringExtended): Code portions of raising          * DOMMain.pm (StringExtend): Code portions of raising
156          StringOutOfBoundsException is temporary disabled since          StringOutOfBoundsException is temporary disabled since
157          it is not a DOM-style exception supported by          it is not a DOM-style exception supported by
158          current implementation of ManakaiNode - it will be          current implementation of ManakaiNode - it will be

Legend:
Removed from v.1.66  
changed lines
  Added in v.1.77

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24