/[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.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>  2005-10-05  Wakaba  <wakaba@suika.fam.cx>
121    
122          * DOMFeature.dis: Description added and revised.  (Still more          * DOMFeature.dis: Description added and revised.  (Still more
# Line 94  Line 213 
213          * DOMCore.pm (DOMImplementation): Provides "XML" and "XMLVersion"          * DOMCore.pm (DOMImplementation): Provides "XML" and "XMLVersion"
214          features if it is "for" ManakaiDOM:DOMXMLFeature.          features if it is "for" ManakaiDOM:DOMXMLFeature.
215    
216          * DOMMain.pm (StringExtended): Code portions of raising          * DOMMain.pm (StringExtend): Code portions of raising
217          StringOutOfBoundsException is temporary disabled since          StringOutOfBoundsException is temporary disabled since
218          it is not a DOM-style exception supported by          it is not a DOM-style exception supported by
219          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.84

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24