/[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.73 by wakaba, Wed Oct 5 11:50:35 2005 UTC revision 1.78 by wakaba, Wed Oct 12 14:45:56 2005 UTC
# Line 1  Line 1 
1    2005-10-12  Wakaba  <wakaba@suika.fam.cx>
2    
3            * DOMCore.dis: Don't set "infoset:prefix" internal
4            property unless it has non-null value.
5            (newObject): "refNode" parameter introduced.
6            (ManakaiDOMNode.newObject): Calls "NodeStem.newNode"
7            method if "refNode" parameter is specified.
8            (cloneNode): Don't set "read-only" flag.
9            (getNodeReference): Caches the result.
10            (selectAttributeNodeForRemove): Don't removes any other
11            non-namespace-aware attribute nodes.
12    
13    2005-10-11  Wakaba  <wakaba@suika.fam.cx>
14    
15            * DOMCore.dis (appendChild, createElementNS, createAttributeNS,
16            setAttribute, setAttributeNS): "strictErrorChecking" attribute supported.
17            (doStrictErrorChecking): New code.
18    
19            * DOMMain.dis (XML10Name, XML11Name): "strictErrorChecking" attribute
20            supported.
21    
22            * Makefile: Rule to make "DOMFeature.pm" restored.
23    
24    2005-10-10  Wakaba  <wakaba@suika.fam.cx>
25    
26            * DOMCore.dis (ADOPT_NODE_TYPE_NOT_SUPPORTED_ERR): New error subcode.
27            (adoptNode): Implemented.
28    
29    2005-10-09  Wakaba  <wakaba@suika.fam.cx>
30    
31            * DOMHTML.dis, DOMWebForms.dis: Typos in element type prefix fixed.
32    
33            * DOMFeature.dis (DOMCore:implementation): Short name added.
34    
35            * DOMCore.dis (CLONE_NODE_TYPE_NOT_SUPPORTED_ERR): New error subcode.
36            (DOMCore:node): New error parameter.
37            (DOMCore:ownerDocument): Changed from "mn:irefnode0"
38            to "mn:xrefnode0".  For this reason, all assignments
39            to this property have been rewritten to references
40            to code "mn:setXRefNode".
41            (cloneNode): Implemented.
42            (setAttributeNode): A missing "importTree" method call added.
43            (setAttributeNodeNS): Perl code removed and changed
44            to a reference to "setAttributeNode" method code.
45    
46            * DOMXML.dis (DOMCore:ownerDocument): Changed from "mn:irefnode0"
47            property to "mn:xrefnode0" property.
48    
49    2005-10-08  Wakaba  <wakaba@suika.fam.cx>
50    
51            * DOMCore.dis, DOMLS.dis: Now constant values are defined only
52            in interfaces.
53    
54    2005-10-06  Wakaba  <wakaba@suika.fam.cx>
55    
56            * DOMCore.dis (ManakaiDOMEmptyNodeList): New class.
57            (ManakaiDOMCharacterData): Methods reimplemented.
58            (splitText): Reimplemented.
59            (childNodes): Returns a "ManakaiDOMEmptyNodeList"
60            for non-parent node types.
61    
62            * DOMXML.dis (childNodes): Returns a "ManakaiDOMEmptyNodeList"
63                    for non-parent node types.
64    
65    2005-10-05  Wakaba  <wakaba@suika.fam.cx>
66    
67            * ManakaiDOMLS2003.dis: Revised to new format.
68    
69            * GenericLS.dis (DOMLS:ParseString): New feature.
70    
71  2005-10-05  Wakaba  <wakaba@suika.fam.cx>  2005-10-05  Wakaba  <wakaba@suika.fam.cx>
72    
73          * DOMFeature.dis: Description added and revised.  (Still more          * DOMFeature.dis: Description added and revised.  (Still more
# Line 94  Line 164 
164          * DOMCore.pm (DOMImplementation): Provides "XML" and "XMLVersion"          * DOMCore.pm (DOMImplementation): Provides "XML" and "XMLVersion"
165          features if it is "for" ManakaiDOM:DOMXMLFeature.          features if it is "for" ManakaiDOM:DOMXMLFeature.
166    
167          * DOMMain.pm (StringExtended): Code portions of raising          * DOMMain.pm (StringExtend): Code portions of raising
168          StringOutOfBoundsException is temporary disabled since          StringOutOfBoundsException is temporary disabled since
169          it is not a DOM-style exception supported by          it is not a DOM-style exception supported by
170          current implementation of ManakaiNode - it will be          current implementation of ManakaiNode - it will be

Legend:
Removed from v.1.73  
changed lines
  Added in v.1.78

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24